├── dialog ├── de-de │ ├── yes.list │ ├── stop.monitor.dialog │ ├── start.monitor.dialog │ ├── captured.handshake.dialog │ ├── no.password.dialog │ ├── no.networks.dialog │ ├── no.such.network.dialog │ ├── no.such.interface.dialog │ ├── no.interfaces.dialog │ ├── selected.network.dialog │ ├── select.interface.first.dialog │ ├── selected.interface.dialog │ ├── networks.are.dialog │ ├── recovered.password.dialog │ ├── deauthing.clients.dialog │ ├── monitor.stopped.early.dialog │ ├── cannot.sudo.dialog │ ├── interfaces.are.dialog │ └── confirm.permission.dialog ├── es-es │ ├── yes.list │ ├── no.such.network.dialog │ ├── no.networks.dialog │ ├── no.password.dialog │ ├── start.monitor.dialog │ ├── no.interfaces.dialog │ ├── no.such.interface.dialog │ ├── stop.monitor.dialog │ ├── selected.network.dialog │ ├── recovered.password.dialog │ ├── captured.handshake.dialog │ ├── select.interface.first.dialog │ ├── selected.interface.dialog │ ├── monitor.stopped.early.dialog │ ├── networks.are.dialog │ ├── deauthing.clients.dialog │ ├── cannot.sudo.dialog │ ├── confirm.permission.dialog │ └── interfaces.are.dialog ├── es-lm │ ├── yes.list │ ├── no.such.network.dialog │ ├── no.networks.dialog │ ├── no.password.dialog │ ├── start.monitor.dialog │ ├── no.interfaces.dialog │ ├── no.such.interface.dialog │ ├── stop.monitor.dialog │ ├── selected.network.dialog │ ├── recovered.password.dialog │ ├── captured.handshake.dialog │ ├── select.interface.first.dialog │ ├── selected.interface.dialog │ ├── monitor.stopped.early.dialog │ ├── networks.are.dialog │ ├── deauthing.clients.dialog │ ├── cannot.sudo.dialog │ ├── confirm.permission.dialog │ └── interfaces.are.dialog ├── it-it │ ├── yes.list │ ├── no.password.dialog │ ├── start.monitor.dialog │ ├── stop.monitor.dialog │ ├── captured.handshake.dialog │ ├── no.such.network.dialog │ ├── no.networks.dialog │ ├── no.interfaces.dialog │ ├── no.such.interface.dialog │ ├── selected.network.dialog │ ├── recovered.password.dialog │ ├── select.interface.first.dialog │ ├── selected.interface.dialog │ ├── networks.are.dialog │ ├── deauthing.clients.dialog │ ├── monitor.stopped.early.dialog │ ├── interfaces.are.dialog │ ├── cannot.sudo.dialog │ └── confirm.permission.dialog ├── nl-nl │ ├── yes.list │ ├── captured.handshake.dialog │ ├── no.password.dialog │ ├── start.monitor.dialog │ ├── stop.monitor.dialog │ ├── no.networks.dialog │ ├── no.interfaces.dialog │ ├── no.such.interface.dialog │ ├── no.such.network.dialog │ ├── recovered.password.dialog │ ├── select.interface.first.dialog │ ├── monitor.stopped.early.dialog │ ├── selected.interface.dialog │ ├── selected.network.dialog │ ├── networks.are.dialog │ ├── deauthing.clients.dialog │ ├── cannot.sudo.dialog │ ├── interfaces.are.dialog │ └── confirm.permission.dialog ├── ru-ru │ ├── yes.list │ ├── no.password.dialog │ ├── no.networks.dialog │ ├── start.monitor.dialog │ ├── stop.monitor.dialog │ ├── no.such.network.dialog │ ├── captured.handshake.dialog │ ├── no.interfaces.dialog │ ├── no.such.interface.dialog │ ├── select.interface.first.dialog │ ├── selected.network.dialog │ ├── selected.interface.dialog │ ├── networks.are.dialog │ ├── recovered.password.dialog │ ├── monitor.stopped.early.dialog │ ├── deauthing.clients.dialog │ ├── interfaces.are.dialog │ ├── cannot.sudo.dialog │ └── confirm.permission.dialog ├── sv-se │ ├── yes.list │ ├── stop.monitor.dialog │ ├── captured.handshake.dialog │ ├── no.password.dialog │ ├── start.monitor.dialog │ ├── no.networks.dialog │ ├── no.such.network.dialog │ ├── select.interface.first.dialog │ ├── no.interfaces.dialog │ ├── no.such.interface.dialog │ ├── selected.network.dialog │ ├── recovered.password.dialog │ ├── selected.interface.dialog │ ├── networks.are.dialog │ ├── monitor.stopped.early.dialog │ ├── deauthing.clients.dialog │ ├── cannot.sudo.dialog │ ├── interfaces.are.dialog │ └── confirm.permission.dialog ├── en-us │ ├── yes.list │ ├── stop.monitor.dialog │ ├── no.password.dialog │ ├── start.monitor.dialog │ ├── captured.handshake.dialog │ ├── no.such.network.dialog │ ├── no.networks.dialog │ ├── no.such.interface.dialog │ ├── no.interfaces.dialog │ ├── select.interface.first.dialog │ ├── selected.network.dialog │ ├── monitor.stopped.early.dialog │ ├── recovered.password.dialog │ ├── selected.interface.dialog │ ├── networks.are.dialog │ ├── deauthing.clients.dialog │ ├── cannot.sudo.dialog │ ├── interfaces.are.dialog │ └── confirm.permission.dialog ├── fa-ir │ ├── yes.list │ ├── no.password.dialog │ ├── start.monitor.dialog │ ├── stop.monitor.dialog │ ├── captured.handshake.dialog │ ├── no.interfaces.dialog │ ├── no.networks.dialog │ ├── no.such.interface.dialog │ ├── no.such.network.dialog │ ├── networks.are.dialog │ ├── select.interface.first.dialog │ ├── selected.network.dialog │ ├── monitor.stopped.early.dialog │ ├── recovered.password.dialog │ ├── selected.interface.dialog │ ├── deauthing.clients.dialog │ ├── confirm.permission.dialog │ ├── cannot.sudo.dialog │ └── interfaces.are.dialog ├── fr-fr │ ├── yes.list │ ├── captured.handshake.dialog │ ├── no.password.dialog │ ├── start.monitor.dialog │ ├── stop.monitor.dialog │ ├── no.networks.dialog │ ├── no.such.network.dialog │ ├── no.interfaces.dialog │ ├── no.such.interface.dialog │ ├── select.interface.first.dialog │ ├── selected.network.dialog │ ├── selected.interface.dialog │ ├── recovered.password.dialog │ ├── networks.are.dialog │ ├── monitor.stopped.early.dialog │ ├── deauthing.clients.dialog │ ├── confirm.permission.dialog │ ├── cannot.sudo.dialog │ └── interfaces.are.dialog └── pt-br │ ├── yes.list │ ├── start.monitor.dialog │ ├── stop.monitor.dialog │ ├── no.networks.dialog │ ├── no.password.dialog │ ├── captured.handshake.dialog │ ├── no.interfaces.dialog │ ├── no.such.network.dialog │ ├── no.such.interface.dialog │ ├── selected.network.dialog │ ├── recovered.password.dialog │ ├── select.interface.first.dialog │ ├── selected.interface.dialog │ ├── monitor.stopped.early.dialog │ ├── networks.are.dialog │ ├── deauthing.clients.dialog │ ├── cannot.sudo.dialog │ ├── interfaces.are.dialog │ └── confirm.permission.dialog ├── requirements.txt ├── vocab ├── en-us │ ├── List.voc │ ├── Stop.voc │ ├── Crack.voc │ ├── Select.voc │ ├── Start.voc │ ├── Password.voc │ ├── Monitor.voc │ ├── Clients.voc │ ├── Interface.voc │ ├── Deauth.voc │ └── Network.voc ├── es-es │ ├── Stop.voc │ ├── Crack.voc │ ├── List.voc │ ├── Start.voc │ ├── Password.voc │ ├── Select.voc │ ├── Clients.voc │ ├── Interface.voc │ ├── Monitor.voc │ ├── Deauth.voc │ └── Network.voc ├── es-lm │ ├── Stop.voc │ ├── Crack.voc │ ├── List.voc │ ├── Start.voc │ ├── Password.voc │ ├── Select.voc │ ├── Clients.voc │ ├── Interface.voc │ ├── Monitor.voc │ ├── Deauth.voc │ └── Network.voc ├── fa-ir │ ├── Crack.voc │ ├── List.voc │ ├── Password.voc │ ├── Start.voc │ ├── Stop.voc │ ├── Select.voc │ ├── Clients.voc │ ├── Monitor.voc │ ├── Interface.voc │ ├── Deauth.voc │ └── Network.voc ├── nl-nl │ ├── List.voc │ ├── Crack.voc │ ├── Select.voc │ ├── Start.voc │ ├── Stop.voc │ ├── Password.voc │ ├── Monitor.voc │ ├── Clients.voc │ ├── Interface.voc │ ├── Deauth.voc │ └── Network.voc ├── pt-br │ ├── Stop.voc │ ├── List.voc │ ├── Crack.voc │ ├── Password.voc │ ├── Select.voc │ ├── Start.voc │ ├── Clients.voc │ ├── Interface.voc │ ├── Monitor.voc │ ├── Deauth.voc │ └── Network.voc ├── de-de │ ├── List.voc │ ├── Stop.voc │ ├── Crack.voc │ ├── Start.voc │ ├── Password.voc │ ├── Select.voc │ ├── Monitor.voc │ ├── Clients.voc │ ├── Interface.voc │ ├── Deauth.voc │ └── Network.voc ├── fr-fr │ ├── List.voc │ ├── Stop.voc │ ├── Crack.voc │ ├── Start.voc │ ├── Select.voc │ ├── Password.voc │ ├── Monitor.voc │ ├── Clients.voc │ ├── Interface.voc │ ├── Deauth.voc │ └── Network.voc ├── it-it │ ├── Crack.voc │ ├── Start.voc │ ├── Stop.voc │ ├── List.voc │ ├── Select.voc │ ├── Password.voc │ ├── Monitor.voc │ ├── Clients.voc │ ├── Interface.voc │ ├── Network.voc │ └── Deauth.voc ├── ru-ru │ ├── List.voc │ ├── Start.voc │ ├── Stop.voc │ ├── Crack.voc │ ├── Password.voc │ ├── Select.voc │ ├── Clients.voc │ ├── Monitor.voc │ ├── Interface.voc │ ├── Deauth.voc │ └── Network.voc └── sv-se │ ├── Crack.voc │ ├── List.voc │ ├── Select.voc │ ├── Start.voc │ ├── Stop.voc │ ├── Password.voc │ ├── Monitor.voc │ ├── Interface.voc │ ├── Clients.voc │ ├── Network.voc │ └── Deauth.voc ├── regex ├── fa-ir │ ├── number.rx │ └── named.rx ├── nl-nl │ ├── number.rx │ └── named.rx ├── ru-ru │ ├── number.rx │ └── named.rx ├── de-de │ ├── number.rx │ └── named.rx ├── en-us │ ├── number.rx │ └── named.rx ├── es-es │ ├── number.rx │ └── named.rx ├── es-lm │ ├── number.rx │ └── named.rx ├── fr-fr │ ├── number.rx │ └── named.rx ├── it-it │ ├── number.rx │ └── named.rx ├── pt-br │ ├── number.rx │ └── named.rx └── sv-se │ ├── number.rx │ └── named.rx ├── probable-v2-wpa-top4800.txt ├── .gitmodules ├── test └── intent │ ├── 003.SelectNetwork.intent.json │ ├── 004.StartMonitor.intent.json │ └── 001.ListNetworks.intent.json ├── requirements.sh ├── SecLists ├── LICENSE └── Passwords │ └── WiFi-WPA │ └── probable-v2-wpa-top4800.txt ├── README.md ├── __init__.py └── LICENSE /dialog/de-de/yes.list: -------------------------------------------------------------------------------- 1 | ja 2 | -------------------------------------------------------------------------------- /dialog/es-es/yes.list: -------------------------------------------------------------------------------- 1 | sí 2 | -------------------------------------------------------------------------------- /dialog/es-lm/yes.list: -------------------------------------------------------------------------------- 1 | sí 2 | -------------------------------------------------------------------------------- /dialog/it-it/yes.list: -------------------------------------------------------------------------------- 1 | si 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/yes.list: -------------------------------------------------------------------------------- 1 | Ja 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/yes.list: -------------------------------------------------------------------------------- 1 | да 2 | -------------------------------------------------------------------------------- /dialog/sv-se/yes.list: -------------------------------------------------------------------------------- 1 | ja 2 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pexpect 2 | -------------------------------------------------------------------------------- /dialog/en-us/yes.list: -------------------------------------------------------------------------------- 1 | yes 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/yes.list: -------------------------------------------------------------------------------- 1 | بله 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/yes.list: -------------------------------------------------------------------------------- 1 | oui 2 | -------------------------------------------------------------------------------- /dialog/pt-br/yes.list: -------------------------------------------------------------------------------- 1 | sim 2 | -------------------------------------------------------------------------------- /vocab/en-us/List.voc: -------------------------------------------------------------------------------- 1 | list 2 | scan 3 | -------------------------------------------------------------------------------- /vocab/en-us/Stop.voc: -------------------------------------------------------------------------------- 1 | stop 2 | end 3 | -------------------------------------------------------------------------------- /vocab/es-es/Stop.voc: -------------------------------------------------------------------------------- 1 | para 2 | fin 3 | -------------------------------------------------------------------------------- /vocab/es-lm/Stop.voc: -------------------------------------------------------------------------------- 1 | para 2 | fin 3 | -------------------------------------------------------------------------------- /vocab/fa-ir/Crack.voc: -------------------------------------------------------------------------------- 1 | کرک 2 | هک 3 | -------------------------------------------------------------------------------- /vocab/fa-ir/List.voc: -------------------------------------------------------------------------------- 1 | لیست 2 | اسکن 3 | -------------------------------------------------------------------------------- /vocab/nl-nl/List.voc: -------------------------------------------------------------------------------- 1 | noem 2 | zoek 3 | -------------------------------------------------------------------------------- /vocab/pt-br/Stop.voc: -------------------------------------------------------------------------------- 1 | parar 2 | fim 3 | -------------------------------------------------------------------------------- /vocab/de-de/List.voc: -------------------------------------------------------------------------------- 1 | Liste 2 | suche 3 | -------------------------------------------------------------------------------- /vocab/de-de/Stop.voc: -------------------------------------------------------------------------------- 1 | anhalten 2 | ende 3 | -------------------------------------------------------------------------------- /vocab/en-us/Crack.voc: -------------------------------------------------------------------------------- 1 | crack 2 | hack 3 | -------------------------------------------------------------------------------- /vocab/en-us/Select.voc: -------------------------------------------------------------------------------- 1 | select 2 | use 3 | -------------------------------------------------------------------------------- /vocab/en-us/Start.voc: -------------------------------------------------------------------------------- 1 | start 2 | begin 3 | -------------------------------------------------------------------------------- /vocab/es-es/Crack.voc: -------------------------------------------------------------------------------- 1 | crack 2 | hack 3 | -------------------------------------------------------------------------------- /vocab/es-lm/Crack.voc: -------------------------------------------------------------------------------- 1 | crack 2 | hack 3 | -------------------------------------------------------------------------------- /vocab/fa-ir/Password.voc: -------------------------------------------------------------------------------- 1 | رمز 2 | پسورد 3 | -------------------------------------------------------------------------------- /vocab/fa-ir/Start.voc: -------------------------------------------------------------------------------- 1 | شروع 2 | آغاز 3 | -------------------------------------------------------------------------------- /vocab/fa-ir/Stop.voc: -------------------------------------------------------------------------------- 1 | استاپ 2 | تمام 3 | -------------------------------------------------------------------------------- /vocab/fr-fr/List.voc: -------------------------------------------------------------------------------- 1 | liste 2 | explorer 3 | -------------------------------------------------------------------------------- /vocab/fr-fr/Stop.voc: -------------------------------------------------------------------------------- 1 | arrêter 2 | fin 3 | -------------------------------------------------------------------------------- /vocab/it-it/Crack.voc: -------------------------------------------------------------------------------- 1 | rottura 2 | hack 3 | -------------------------------------------------------------------------------- /vocab/it-it/Start.voc: -------------------------------------------------------------------------------- 1 | avvia 2 | inizia 3 | -------------------------------------------------------------------------------- /vocab/it-it/Stop.voc: -------------------------------------------------------------------------------- 1 | ferma 2 | finisci 3 | -------------------------------------------------------------------------------- /vocab/nl-nl/Crack.voc: -------------------------------------------------------------------------------- 1 | breken 2 | hacken 3 | -------------------------------------------------------------------------------- /vocab/nl-nl/Select.voc: -------------------------------------------------------------------------------- 1 | kies 2 | gebruik 3 | -------------------------------------------------------------------------------- /vocab/nl-nl/Start.voc: -------------------------------------------------------------------------------- 1 | start 2 | begin 3 | -------------------------------------------------------------------------------- /vocab/nl-nl/Stop.voc: -------------------------------------------------------------------------------- 1 | stop 2 | einde 3 | -------------------------------------------------------------------------------- /vocab/pt-br/List.voc: -------------------------------------------------------------------------------- 1 | listar 2 | varrer 3 | -------------------------------------------------------------------------------- /vocab/ru-ru/List.voc: -------------------------------------------------------------------------------- 1 | список 2 | скан 3 | -------------------------------------------------------------------------------- /vocab/ru-ru/Start.voc: -------------------------------------------------------------------------------- 1 | начни 2 | старт 3 | -------------------------------------------------------------------------------- /vocab/ru-ru/Stop.voc: -------------------------------------------------------------------------------- 1 | стоп 2 | конец 3 | -------------------------------------------------------------------------------- /vocab/sv-se/Crack.voc: -------------------------------------------------------------------------------- 1 | hack 2 | hacka 3 | -------------------------------------------------------------------------------- /vocab/sv-se/List.voc: -------------------------------------------------------------------------------- 1 | lista 2 | skanna 3 | -------------------------------------------------------------------------------- /vocab/sv-se/Select.voc: -------------------------------------------------------------------------------- 1 | välj 2 | använd 3 | -------------------------------------------------------------------------------- /vocab/sv-se/Start.voc: -------------------------------------------------------------------------------- 1 | starta 2 | börja 3 | -------------------------------------------------------------------------------- /vocab/sv-se/Stop.voc: -------------------------------------------------------------------------------- 1 | stoppa 2 | slut 3 | -------------------------------------------------------------------------------- /regex/fa-ir/number.rx: -------------------------------------------------------------------------------- 1 | (عدد) (?P.*) 2 | -------------------------------------------------------------------------------- /regex/nl-nl/number.rx: -------------------------------------------------------------------------------- 1 | (nummer)(?P.*) 2 | -------------------------------------------------------------------------------- /regex/ru-ru/number.rx: -------------------------------------------------------------------------------- 1 | (номер) (?P.*) 2 | -------------------------------------------------------------------------------- /vocab/de-de/Crack.voc: -------------------------------------------------------------------------------- 1 | knacken 2 | hacken 3 | -------------------------------------------------------------------------------- /vocab/de-de/Start.voc: -------------------------------------------------------------------------------- 1 | starte 2 | beginne 3 | -------------------------------------------------------------------------------- /vocab/fa-ir/Select.voc: -------------------------------------------------------------------------------- 1 | انتخاب 2 | استفاده 3 | -------------------------------------------------------------------------------- /vocab/fr-fr/Crack.voc: -------------------------------------------------------------------------------- 1 | casser 2 | pirater 3 | -------------------------------------------------------------------------------- /vocab/fr-fr/Start.voc: -------------------------------------------------------------------------------- 1 | démarrer 2 | commencer 3 | -------------------------------------------------------------------------------- /vocab/it-it/List.voc: -------------------------------------------------------------------------------- 1 | elenco 2 | scansiona 3 | -------------------------------------------------------------------------------- /vocab/it-it/Select.voc: -------------------------------------------------------------------------------- 1 | seleziona 2 | usa 3 | -------------------------------------------------------------------------------- /vocab/pt-br/Crack.voc: -------------------------------------------------------------------------------- 1 | crackear 2 | hacker 3 | -------------------------------------------------------------------------------- /vocab/pt-br/Password.voc: -------------------------------------------------------------------------------- 1 | senha 2 | senha 3 | -------------------------------------------------------------------------------- /vocab/pt-br/Select.voc: -------------------------------------------------------------------------------- 1 | selecionar 2 | usar 3 | -------------------------------------------------------------------------------- /vocab/pt-br/Start.voc: -------------------------------------------------------------------------------- 1 | começar 2 | iniciar 3 | -------------------------------------------------------------------------------- /vocab/ru-ru/Crack.voc: -------------------------------------------------------------------------------- 1 | сломай 2 | взломай 3 | -------------------------------------------------------------------------------- /vocab/ru-ru/Password.voc: -------------------------------------------------------------------------------- 1 | пароль 2 | пароль 3 | -------------------------------------------------------------------------------- /vocab/ru-ru/Select.voc: -------------------------------------------------------------------------------- 1 | выбери 2 | используй 3 | -------------------------------------------------------------------------------- /dialog/de-de/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | stoppe Monitor 2 | -------------------------------------------------------------------------------- /dialog/en-us/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Stopping Monitor 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/no.password.dialog: -------------------------------------------------------------------------------- 1 | رمزی یافت نشد. 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | شروع مانیتور 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | پایان مانیتور 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/no.password.dialog: -------------------------------------------------------------------------------- 1 | Пароль не найден. 2 | -------------------------------------------------------------------------------- /regex/de-de/number.rx: -------------------------------------------------------------------------------- 1 | (nummer) (?P.*) 2 | -------------------------------------------------------------------------------- /regex/en-us/number.rx: -------------------------------------------------------------------------------- 1 | (number) (?P.*) 2 | -------------------------------------------------------------------------------- /regex/es-es/number.rx: -------------------------------------------------------------------------------- 1 | (número) (?P.*) 2 | -------------------------------------------------------------------------------- /regex/es-lm/number.rx: -------------------------------------------------------------------------------- 1 | (número) (?P.*) 2 | -------------------------------------------------------------------------------- /regex/fr-fr/number.rx: -------------------------------------------------------------------------------- 1 | (number) (?P.*) 2 | -------------------------------------------------------------------------------- /regex/it-it/number.rx: -------------------------------------------------------------------------------- 1 | (numero) (?P.*) 2 | -------------------------------------------------------------------------------- /regex/pt-br/number.rx: -------------------------------------------------------------------------------- 1 | (número) (?P.*) 2 | -------------------------------------------------------------------------------- /regex/sv-se/number.rx: -------------------------------------------------------------------------------- 1 | (nummer) (?P.*) 2 | -------------------------------------------------------------------------------- /vocab/de-de/Password.voc: -------------------------------------------------------------------------------- 1 | Passwort 2 | Passwort 3 | -------------------------------------------------------------------------------- /vocab/de-de/Select.voc: -------------------------------------------------------------------------------- 1 | auswählen 2 | benutzen 3 | -------------------------------------------------------------------------------- /vocab/en-us/Password.voc: -------------------------------------------------------------------------------- 1 | password 2 | pass word 3 | -------------------------------------------------------------------------------- /vocab/es-es/List.voc: -------------------------------------------------------------------------------- 1 | lista 2 | escanea|escanear 3 | -------------------------------------------------------------------------------- /vocab/es-es/Start.voc: -------------------------------------------------------------------------------- 1 | inicia|inicio 2 | empieza 3 | -------------------------------------------------------------------------------- /vocab/es-lm/List.voc: -------------------------------------------------------------------------------- 1 | lista 2 | escanea|escanear 3 | -------------------------------------------------------------------------------- /vocab/es-lm/Start.voc: -------------------------------------------------------------------------------- 1 | inicia|inicio 2 | empieza 3 | -------------------------------------------------------------------------------- /vocab/fr-fr/Select.voc: -------------------------------------------------------------------------------- 1 | sélectionner 2 | utiliser 3 | -------------------------------------------------------------------------------- /vocab/it-it/Password.voc: -------------------------------------------------------------------------------- 1 | password 2 | password 3 | -------------------------------------------------------------------------------- /vocab/sv-se/Password.voc: -------------------------------------------------------------------------------- 1 | lösenord 2 | lösenord 3 | -------------------------------------------------------------------------------- /dialog/de-de/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Starte den Monitor 2 | -------------------------------------------------------------------------------- /dialog/en-us/no.password.dialog: -------------------------------------------------------------------------------- 1 | No password found. 2 | -------------------------------------------------------------------------------- /dialog/en-us/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Starting Monitor 2 | -------------------------------------------------------------------------------- /dialog/es-es/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Red no encontrada. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Red no encontrada. 2 | -------------------------------------------------------------------------------- /dialog/it-it/no.password.dialog: -------------------------------------------------------------------------------- 1 | Password non trovata. 2 | -------------------------------------------------------------------------------- /dialog/it-it/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Avvio del monitor 2 | -------------------------------------------------------------------------------- /dialog/it-it/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Arresto del monitor 2 | -------------------------------------------------------------------------------- /dialog/pt-br/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Iniciando o Monitor 2 | -------------------------------------------------------------------------------- /dialog/pt-br/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Parando o Monitor 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/no.networks.dialog: -------------------------------------------------------------------------------- 1 | Нет доступных сетей. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Запуск мониторинга 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Останавливаем монитор 2 | -------------------------------------------------------------------------------- /dialog/sv-se/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Stoppar övervakningen 2 | -------------------------------------------------------------------------------- /vocab/es-es/Password.voc: -------------------------------------------------------------------------------- 1 | contraseña 2 | contraseña 3 | -------------------------------------------------------------------------------- /vocab/es-lm/Password.voc: -------------------------------------------------------------------------------- 1 | contraseña 2 | contraseña 3 | -------------------------------------------------------------------------------- /vocab/fr-fr/Password.voc: -------------------------------------------------------------------------------- 1 | mot de passe 2 | mot de passe 3 | -------------------------------------------------------------------------------- /vocab/nl-nl/Password.voc: -------------------------------------------------------------------------------- 1 | wachtwoord 2 | wachtwoord 3 | -------------------------------------------------------------------------------- /dialog/de-de/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Captured Handshake 2 | -------------------------------------------------------------------------------- /dialog/de-de/no.password.dialog: -------------------------------------------------------------------------------- 1 | Kein Passwort gefunden. 2 | -------------------------------------------------------------------------------- /dialog/en-us/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Captured Handshake 2 | -------------------------------------------------------------------------------- /dialog/en-us/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | No such network found. 2 | -------------------------------------------------------------------------------- /dialog/es-es/no.networks.dialog: -------------------------------------------------------------------------------- 1 | No hay redes disponibles. 2 | -------------------------------------------------------------------------------- /dialog/es-es/no.password.dialog: -------------------------------------------------------------------------------- 1 | Contraseña no encontrada. 2 | -------------------------------------------------------------------------------- /dialog/es-es/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Empezando a monitorizar 2 | -------------------------------------------------------------------------------- /dialog/es-lm/no.networks.dialog: -------------------------------------------------------------------------------- 1 | No hay redes disponibles. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/no.password.dialog: -------------------------------------------------------------------------------- 1 | Contraseña no encontrada. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Empezando a monitorizar 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | هَند شِیک انجام شد 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | هیچ شبکه ای موجود نیست. 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/no.networks.dialog: -------------------------------------------------------------------------------- 1 | هیچ شبکه ای موجود نیست. 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | هیچ شبکه ای یافت نشد. 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | همچین شبکه ای پیدا نشد 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Handshake capturé 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/no.password.dialog: -------------------------------------------------------------------------------- 1 | Aucun mot de passe trouvé. 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Démarrer la surveillance 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Arrêter la surveillance 2 | -------------------------------------------------------------------------------- /dialog/it-it/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Handshake catturato 2 | -------------------------------------------------------------------------------- /dialog/it-it/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Nessuna rete trovata. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Handdruk gevangen 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/no.password.dialog: -------------------------------------------------------------------------------- 1 | Geen wachtwoord gevonden. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Monitor aan het starten. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Monitor aan het stoppen. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/no.networks.dialog: -------------------------------------------------------------------------------- 1 | Não há redes disponíveis. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/no.password.dialog: -------------------------------------------------------------------------------- 1 | Nenhuma senha encontrada. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Такая сеть не найдена. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Fångad handskakning 2 | -------------------------------------------------------------------------------- /dialog/sv-se/no.password.dialog: -------------------------------------------------------------------------------- 1 | Inget lösenord hittades. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/start.monitor.dialog: -------------------------------------------------------------------------------- 1 | Startar övervakningen 2 | -------------------------------------------------------------------------------- /vocab/es-es/Select.voc: -------------------------------------------------------------------------------- 1 | selecciona|seleccionar 2 | usa|usar 3 | -------------------------------------------------------------------------------- /vocab/es-lm/Select.voc: -------------------------------------------------------------------------------- 1 | selecciona|seleccionar 2 | usa|usar 3 | -------------------------------------------------------------------------------- /dialog/en-us/no.networks.dialog: -------------------------------------------------------------------------------- 1 | There are no available networks. 2 | -------------------------------------------------------------------------------- /dialog/en-us/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | No such Interface found. 2 | -------------------------------------------------------------------------------- /dialog/es-es/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | No hay interfaces disponibles. 2 | -------------------------------------------------------------------------------- /dialog/es-es/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Interfaz no encontrada. 2 | -------------------------------------------------------------------------------- /dialog/es-es/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Deteniendo la monitorización 2 | -------------------------------------------------------------------------------- /dialog/es-lm/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | No hay interfaces disponibles. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Interfaz no encontrada. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/stop.monitor.dialog: -------------------------------------------------------------------------------- 1 | Deteniendo la monitorización 2 | -------------------------------------------------------------------------------- /dialog/it-it/no.networks.dialog: -------------------------------------------------------------------------------- 1 | Non ci sono reti disponibili. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | aperto de mão capturado 2 | -------------------------------------------------------------------------------- /dialog/pt-br/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | Não há interfaces disponíveis. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Tal rede não foi encontrada. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Захваченное рукопожатие 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | Нет доступных интерфейсов. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Такой интерфейс не найден. 2 | -------------------------------------------------------------------------------- /vocab/nl-nl/Monitor.voc: -------------------------------------------------------------------------------- 1 | monitor 2 | bewaken 3 | dump 4 | dumping 5 | -------------------------------------------------------------------------------- /dialog/de-de/no.networks.dialog: -------------------------------------------------------------------------------- 1 | Es sind keine Netzwerke verfügbar. 2 | -------------------------------------------------------------------------------- /dialog/de-de/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Kein solches Netzwerk gefunden. 2 | -------------------------------------------------------------------------------- /dialog/en-us/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | There are no available interfaces. 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/no.networks.dialog: -------------------------------------------------------------------------------- 1 | Il n'y a aucun réseau disponible. 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Ce réseau n'a pas été trouvé. 2 | -------------------------------------------------------------------------------- /dialog/it-it/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | Non ci sono interfacce disponibili. 2 | -------------------------------------------------------------------------------- /dialog/it-it/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Nessuna interfaccia trovata. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/no.networks.dialog: -------------------------------------------------------------------------------- 1 | Er zijn geen beschikbare netwerken. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/no.networks.dialog: -------------------------------------------------------------------------------- 1 | Det finns inga tillgängliga nätverk. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Inget sådant nätverk hittades. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Välj gränssnitt först. 2 | -------------------------------------------------------------------------------- /regex/de-de/named.rx: -------------------------------------------------------------------------------- 1 | (name) (?P.*) 2 | (genannt) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/en-us/named.rx: -------------------------------------------------------------------------------- 1 | (name) (?P.*) 2 | (named) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/fa-ir/named.rx: -------------------------------------------------------------------------------- 1 | (نام) (?P.*) 2 | (به نام) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/fr-fr/named.rx: -------------------------------------------------------------------------------- 1 | (name) (?P.*) 2 | (named) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/nl-nl/named.rx: -------------------------------------------------------------------------------- 1 | (naam) (?P.*) 2 | (genaamd) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/pt-br/named.rx: -------------------------------------------------------------------------------- 1 | (nome) (?P.*) 2 | (nomeado) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/ru-ru/named.rx: -------------------------------------------------------------------------------- 1 | (имя) (?P.*) 2 | (назван) (?P.*) 3 | -------------------------------------------------------------------------------- /vocab/de-de/Monitor.voc: -------------------------------------------------------------------------------- 1 | Monitor 2 | Überwachen 3 | Auszug 4 | laden 5 | -------------------------------------------------------------------------------- /vocab/en-us/Monitor.voc: -------------------------------------------------------------------------------- 1 | monitor 2 | monitoring 3 | dump 4 | dumping 5 | -------------------------------------------------------------------------------- /vocab/fa-ir/Clients.voc: -------------------------------------------------------------------------------- 1 | کاربر 2 | کاربرها 3 | کانکشن 4 | کانکشن ها 5 | -------------------------------------------------------------------------------- /vocab/fa-ir/Monitor.voc: -------------------------------------------------------------------------------- 1 | مانیتور 2 | مانیتور کردن 3 | رها 4 | رها کردن 5 | -------------------------------------------------------------------------------- /vocab/fr-fr/Monitor.voc: -------------------------------------------------------------------------------- 1 | surveiller 2 | contrôler 3 | vider 4 | vidage 5 | -------------------------------------------------------------------------------- /vocab/pt-br/Clients.voc: -------------------------------------------------------------------------------- 1 | cliente 2 | clientes 3 | conexão 4 | conexões 5 | -------------------------------------------------------------------------------- /vocab/sv-se/Monitor.voc: -------------------------------------------------------------------------------- 1 | övervaka 2 | övervakning 3 | glöm 4 | glömmer 5 | -------------------------------------------------------------------------------- /dialog/de-de/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Keine solche Schnittstelle gefunden. 2 | -------------------------------------------------------------------------------- /dialog/en-us/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Please select Interface first. 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/networks.are.dialog: -------------------------------------------------------------------------------- 1 | شبکه های موجود: {{available_interfaces}} 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | لطفا رابط را انتخاب کن اول. 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/selected.network.dialog: -------------------------------------------------------------------------------- 1 | {{selected_network}} شبکه انتخاب شد 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | Il n'y a aucune interface disponible. 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Cette interface n'a pas été trouvée. 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | D'abord choisissez l'interface. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | Er zijn geen beschikbare interfaces. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Tal interface não foi encontrada. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Сначала выберите Интерфейс. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/selected.network.dialog: -------------------------------------------------------------------------------- 1 | Выбрана {{selected_network}} сеть. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | Det finns inga tillgängliga gränssnitt. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Inget sådant gränssnitt hittades. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/selected.network.dialog: -------------------------------------------------------------------------------- 1 | Valde {{selected_network}} nätverk. 2 | -------------------------------------------------------------------------------- /regex/es-es/named.rx: -------------------------------------------------------------------------------- 1 | (nombre) (?P.*) 2 | (nombrado) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/es-lm/named.rx: -------------------------------------------------------------------------------- 1 | (nombre) (?P.*) 2 | (nombrado) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/it-it/named.rx: -------------------------------------------------------------------------------- 1 | (nome) (?P.*) 2 | (nominato) (?P.*) 3 | -------------------------------------------------------------------------------- /regex/sv-se/named.rx: -------------------------------------------------------------------------------- 1 | (namn) (?P.*) 2 | (namngiven) (?P.*) 3 | -------------------------------------------------------------------------------- /vocab/en-us/Clients.voc: -------------------------------------------------------------------------------- 1 | client 2 | clients 3 | connection 4 | connections 5 | -------------------------------------------------------------------------------- /vocab/en-us/Interface.voc: -------------------------------------------------------------------------------- 1 | devices 2 | interfaces 3 | device 4 | interface 5 | -------------------------------------------------------------------------------- /vocab/es-es/Clients.voc: -------------------------------------------------------------------------------- 1 | cliente 2 | clientes 3 | conexión 4 | conexiones 5 | -------------------------------------------------------------------------------- /vocab/es-lm/Clients.voc: -------------------------------------------------------------------------------- 1 | cliente 2 | clientes 3 | conexión 4 | conexiones 5 | -------------------------------------------------------------------------------- /vocab/fr-fr/Clients.voc: -------------------------------------------------------------------------------- 1 | client 2 | clients 3 | connexion 4 | connexions 5 | -------------------------------------------------------------------------------- /vocab/it-it/Monitor.voc: -------------------------------------------------------------------------------- 1 | monitor 2 | monitorizza 3 | scarica 4 | scarica 5 | -------------------------------------------------------------------------------- /vocab/ru-ru/Clients.voc: -------------------------------------------------------------------------------- 1 | клиент 2 | клиенты 3 | соединение 4 | соединения 5 | -------------------------------------------------------------------------------- /vocab/ru-ru/Monitor.voc: -------------------------------------------------------------------------------- 1 | наблюдай 2 | наблюдение 3 | выложи 4 | выкладывать 5 | -------------------------------------------------------------------------------- /vocab/sv-se/Interface.voc: -------------------------------------------------------------------------------- 1 | enheter 2 | gränssnitt 3 | enhet 4 | gränssnitt 5 | -------------------------------------------------------------------------------- /dialog/de-de/no.interfaces.dialog: -------------------------------------------------------------------------------- 1 | Es gibt keine verfügbaren Schnittstellen. 2 | -------------------------------------------------------------------------------- /dialog/de-de/selected.network.dialog: -------------------------------------------------------------------------------- 1 | wähle {{selected_network}}als Netzwerk. 2 | -------------------------------------------------------------------------------- /dialog/en-us/selected.network.dialog: -------------------------------------------------------------------------------- 1 | Selected the {{selected_network}} network. 2 | -------------------------------------------------------------------------------- /dialog/es-es/selected.network.dialog: -------------------------------------------------------------------------------- 1 | Se seleccionó la red {{selected_network}} 2 | -------------------------------------------------------------------------------- /dialog/es-lm/selected.network.dialog: -------------------------------------------------------------------------------- 1 | Se seleccionó la red {{selected_network}} 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | مانیتور قبل از handshake متوقف شد 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | این پسورد رو بدست آوردم: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | {{selected_interface}} رابط انتخاب شد. 2 | -------------------------------------------------------------------------------- /dialog/it-it/selected.network.dialog: -------------------------------------------------------------------------------- 1 | Selezionato la rete {{selected_network}}. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/selected.network.dialog: -------------------------------------------------------------------------------- 1 | Rede {{selected_network}} selecionada. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | Выбран {{selected_interface}} интерфейс. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Hittade följande lösenord: {{password}} 2 | -------------------------------------------------------------------------------- /probable-v2-wpa-top4800.txt: -------------------------------------------------------------------------------- 1 | SecLists/Passwords/WiFi-WPA/probable-v2-wpa-top4800.txt -------------------------------------------------------------------------------- /vocab/de-de/Clients.voc: -------------------------------------------------------------------------------- 1 | Klient 2 | Klienten 3 | Verbindung 4 | Verbindungen 5 | -------------------------------------------------------------------------------- /vocab/de-de/Interface.voc: -------------------------------------------------------------------------------- 1 | Geräte 2 | Schnittstellen 3 | Gerät 4 | Schnittstelle 5 | -------------------------------------------------------------------------------- /vocab/fa-ir/Interface.voc: -------------------------------------------------------------------------------- 1 | دستگاه ها 2 | اینترفیس ها 3 | دستگاه 4 | اینترفیس 5 | -------------------------------------------------------------------------------- /vocab/it-it/Clients.voc: -------------------------------------------------------------------------------- 1 | cliente 2 | clienti 3 | connessione 4 | connessioni 5 | -------------------------------------------------------------------------------- /vocab/nl-nl/Clients.voc: -------------------------------------------------------------------------------- 1 | client 2 | clienten 3 | verbinding 4 | verbindingen 5 | -------------------------------------------------------------------------------- /vocab/sv-se/Clients.voc: -------------------------------------------------------------------------------- 1 | klient 2 | klienter 3 | anslutning 4 | anslutningar 5 | -------------------------------------------------------------------------------- /dialog/de-de/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Bitte wähle zuerst die Schnittstelle. 2 | -------------------------------------------------------------------------------- /dialog/de-de/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | {{selected_interface}} interface Ausgewählt. 2 | -------------------------------------------------------------------------------- /dialog/en-us/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | Monitor stopped before handshake captured. 2 | -------------------------------------------------------------------------------- /dialog/es-es/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Obtuve la siguiente contraseña: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/es-lm/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Obtuve la siguiente contraseña: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/selected.network.dialog: -------------------------------------------------------------------------------- 1 | Le réseau {{selected_network}} a été choisi. 2 | -------------------------------------------------------------------------------- /dialog/it-it/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Recuperata la seguente password: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/no.such.interface.dialog: -------------------------------------------------------------------------------- 1 | Geen interface met deze omschrijving gevonden. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/no.such.network.dialog: -------------------------------------------------------------------------------- 1 | Geen netwerk met deze beschrijving gevonden. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Volgende wachtwoord hersteld: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Selecteer de interface eerst alstublieft. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | A seguinte senha foi recuperada: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/pt-br/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Favor selecionar a interface primeiro. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | Interface {{selected_interface}} selecionada. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/networks.are.dialog: -------------------------------------------------------------------------------- 1 | Доступны следующие сети: {{available_networks}} 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Восстановил следующий пароль: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/sv-se/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | Valt gränssnittet {{selected_interface}}. 2 | -------------------------------------------------------------------------------- /vocab/es-es/Interface.voc: -------------------------------------------------------------------------------- 1 | dispositivos 2 | interfaces 3 | dispositivo 4 | interfaz 5 | -------------------------------------------------------------------------------- /vocab/es-lm/Interface.voc: -------------------------------------------------------------------------------- 1 | dispositivos 2 | interfaces 3 | dispositivo 4 | interfaz 5 | -------------------------------------------------------------------------------- /vocab/it-it/Interface.voc: -------------------------------------------------------------------------------- 1 | dispositivi 2 | interfacce 3 | dispositivo 4 | interfaccia 5 | -------------------------------------------------------------------------------- /vocab/nl-nl/Interface.voc: -------------------------------------------------------------------------------- 1 | apparaten 2 | aansluitingen 3 | apparaat 4 | aansluiting 5 | -------------------------------------------------------------------------------- /vocab/pt-br/Interface.voc: -------------------------------------------------------------------------------- 1 | dispositivos 2 | interfaces 3 | dispositivo 4 | interface 5 | -------------------------------------------------------------------------------- /vocab/ru-ru/Interface.voc: -------------------------------------------------------------------------------- 1 | устройства 2 | интерфейсы 3 | устройство 4 | интерфейс 5 | -------------------------------------------------------------------------------- /dialog/en-us/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Recovered the following password: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/en-us/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | Selected the {{selected_interface}} interface. 2 | -------------------------------------------------------------------------------- /dialog/es-es/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Captura del protocolo de reconocimiento Handshake 2 | -------------------------------------------------------------------------------- /dialog/es-es/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Por favor primero selecciona una interfaz. 2 | -------------------------------------------------------------------------------- /dialog/es-es/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | Se seleccionó la interfaz {{selected_interface}}. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/captured.handshake.dialog: -------------------------------------------------------------------------------- 1 | Captura del protocolo de reconocimiento Handshake 2 | -------------------------------------------------------------------------------- /dialog/es-lm/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Por favor primero selecciona una interfaz. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | Se seleccionó la interfaz {{selected_interface}}. 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | قطع دسترسی کاربران متصل به {{selected_network}} 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | L'interface {{selected_interface}} a été choisie. 2 | -------------------------------------------------------------------------------- /dialog/it-it/select.interface.first.dialog: -------------------------------------------------------------------------------- 1 | Si prega di selezionare prima l'interfaccia. 2 | -------------------------------------------------------------------------------- /dialog/it-it/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | Selezionata l'interfaccia {{selected_interface}}. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | Monitor stopte voor de handdruk vastgelegd was. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/selected.interface.dialog: -------------------------------------------------------------------------------- 1 | De interface {{selected_interface}} geselecteerd. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/selected.network.dialog: -------------------------------------------------------------------------------- 1 | het {{selected_network}} netwerk werd geselecteerd. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | Монитор остановился до захвата рукопожатия. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/networks.are.dialog: -------------------------------------------------------------------------------- 1 | Följande nätverk är tillgängliga: {{available_networks}} 2 | -------------------------------------------------------------------------------- /vocab/es-es/Monitor.voc: -------------------------------------------------------------------------------- 1 | monitoriza|monitor 2 | monitorizando 3 | volcado 4 | volcando 5 | -------------------------------------------------------------------------------- /vocab/es-lm/Monitor.voc: -------------------------------------------------------------------------------- 1 | monitoriza|monitor 2 | monitorizando 3 | volcado 4 | volcando 5 | -------------------------------------------------------------------------------- /vocab/fr-fr/Interface.voc: -------------------------------------------------------------------------------- 1 | périphériques 2 | interfaces 3 | périphérique 4 | interface 5 | -------------------------------------------------------------------------------- /vocab/pt-br/Monitor.voc: -------------------------------------------------------------------------------- 1 | monitorar 2 | monitoramento 3 | descarregar 4 | descarregamento 5 | -------------------------------------------------------------------------------- /dialog/de-de/networks.are.dialog: -------------------------------------------------------------------------------- 1 | Folgende Netzwerke sind verfügbar: {{available_networks}} 2 | -------------------------------------------------------------------------------- /dialog/en-us/networks.are.dialog: -------------------------------------------------------------------------------- 1 | The following networks are available: {{available_networks}} 2 | -------------------------------------------------------------------------------- /dialog/es-es/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | El monitor se detuvo antes de capturar el saludo. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | El monitor se detuvo antes de capturar el saludo. 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Le mot de passe suivant a été retrouvé : {{password}} 2 | -------------------------------------------------------------------------------- /dialog/it-it/networks.are.dialog: -------------------------------------------------------------------------------- 1 | Le seguenti reti sono disponibili: {{available_networks}} 2 | -------------------------------------------------------------------------------- /dialog/pt-br/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | O monitor parou antes da captura do aperto de mão. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/networks.are.dialog: -------------------------------------------------------------------------------- 1 | As seguintes redes estão disponíveis: {{available_networks}} 2 | -------------------------------------------------------------------------------- /vocab/fa-ir/Deauth.voc: -------------------------------------------------------------------------------- 1 | احراز هویت 2 | احراز هویت 3 | قطع کردن 4 | احراز هویت 5 | احراز هویت 6 | -------------------------------------------------------------------------------- /dialog/de-de/recovered.password.dialog: -------------------------------------------------------------------------------- 1 | Das folgende Passwort wurde wiederhergestellt: {{password}} 2 | -------------------------------------------------------------------------------- /dialog/es-es/networks.are.dialog: -------------------------------------------------------------------------------- 1 | Las siguientes redes están disponibles: {{available_networks}} 2 | -------------------------------------------------------------------------------- /dialog/es-lm/networks.are.dialog: -------------------------------------------------------------------------------- 1 | Las siguientes redes están disponibles: {{available_networks}} 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/networks.are.dialog: -------------------------------------------------------------------------------- 1 | Les réseaux suivants sont disponibles : {{available_networks}} 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/networks.are.dialog: -------------------------------------------------------------------------------- 1 | De volgende netwerken zijn beschikbaar: {{available_networks}} 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Отключаю клиентов подключенных к {{selected_network}} сети. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | Övervakningen stannade innan handskakningen fångades. 2 | -------------------------------------------------------------------------------- /vocab/en-us/Deauth.voc: -------------------------------------------------------------------------------- 1 | deauth 2 | deauthenticate 3 | disconnect 4 | dee auth 5 | dee authenticate 6 | -------------------------------------------------------------------------------- /vocab/nl-nl/Deauth.voc: -------------------------------------------------------------------------------- 1 | deauth 2 | deauthenticate 3 | verbreken 4 | dee auth 5 | dee authenticate 6 | -------------------------------------------------------------------------------- /dialog/en-us/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Deauthing clients connected to the {{selected_network}} network. 2 | -------------------------------------------------------------------------------- /dialog/es-es/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Desautorizando clientes conectados a la red {{selected_network}}. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Desautorizando clientes conectados a la red {{selected_network}}. 2 | -------------------------------------------------------------------------------- /dialog/it-it/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Sto rimuovendo i client connessi alla rete {{selected_network}}. 2 | -------------------------------------------------------------------------------- /dialog/it-it/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | Il monitor si è fermato prima che l'handshake fosse catturato. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Clientes desautenticados conectados a rede {{selected_network}}. 2 | -------------------------------------------------------------------------------- /vocab/es-es/Deauth.voc: -------------------------------------------------------------------------------- 1 | desautorizar 2 | desautentica 3 | desconecta 4 | desautoriza 5 | desautentica 6 | -------------------------------------------------------------------------------- /vocab/es-lm/Deauth.voc: -------------------------------------------------------------------------------- 1 | desautorizar 2 | desautentica 3 | desconecta 4 | desautoriza 5 | desautentica 6 | -------------------------------------------------------------------------------- /vocab/it-it/Network.voc: -------------------------------------------------------------------------------- 1 | reti wireless 2 | reti 3 | rete wireless 4 | rete 5 | rete wifi 6 | reti wifi 7 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "SecLists"] 2 | path = SecLists 3 | url = https://github.com/danielmiessler/SecLists 4 | -------------------------------------------------------------------------------- /dialog/fr-fr/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | La surveillance s'est arrêtée avant que le handshake soit capturé. 2 | -------------------------------------------------------------------------------- /vocab/de-de/Deauth.voc: -------------------------------------------------------------------------------- 1 | deauth 2 | deauthenticate 3 | trennen 4 | dee auturisieren 5 | dee authentifizieren 6 | -------------------------------------------------------------------------------- /vocab/es-es/Network.voc: -------------------------------------------------------------------------------- 1 | redes inalámbricas 2 | redes 3 | red inalámbrica 4 | red 5 | red wifi 6 | redes wifi 7 | -------------------------------------------------------------------------------- /vocab/es-lm/Network.voc: -------------------------------------------------------------------------------- 1 | redes inalámbricas 2 | redes 3 | red inalámbrica 4 | red 5 | red wifi 6 | redes wifi 7 | -------------------------------------------------------------------------------- /vocab/fa-ir/Network.voc: -------------------------------------------------------------------------------- 1 | شبکه بیسیم 2 | شبکه ها 3 | شبکه بیسیم 4 | شبکه 5 | شبکه وایفای 6 | شبکه های وایفای 7 | -------------------------------------------------------------------------------- /vocab/it-it/Deauth.voc: -------------------------------------------------------------------------------- 1 | rimuovere 2 | non autenticare 3 | disconnetti 4 | non autenticare 5 | non autenticare 6 | -------------------------------------------------------------------------------- /vocab/pt-br/Deauth.voc: -------------------------------------------------------------------------------- 1 | desautenticar 2 | desautenticar 3 | desconectar 4 | desautenticar 5 | desautenticar 6 | -------------------------------------------------------------------------------- /vocab/pt-br/Network.voc: -------------------------------------------------------------------------------- 1 | redes sem fio 2 | redes 3 | rede sem fio 4 | rede 5 | rede sem fio 6 | redes sem fio 7 | -------------------------------------------------------------------------------- /dialog/de-de/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Clients Dauthing, die mit dem {{selected_network}} Netzwerk verbunden sind. 2 | -------------------------------------------------------------------------------- /dialog/de-de/monitor.stopped.early.dialog: -------------------------------------------------------------------------------- 1 | Der Monitor wurde angehalten, bevor der Handshake aufgezeichnet wurde. 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Dés-authentification des clients connectés au réseau {{selected_network}}. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Deaktivera klienter som är anslutna till {{selected_network}} nätverket. 2 | -------------------------------------------------------------------------------- /vocab/fr-fr/Deauth.voc: -------------------------------------------------------------------------------- 1 | dés-authentifier 2 | dés-authentifie 3 | déconnecter 4 | dés-authentifier 5 | dés-authentifie 6 | -------------------------------------------------------------------------------- /vocab/fr-fr/Network.voc: -------------------------------------------------------------------------------- 1 | réseaux sans fil 2 | réseaux 3 | réseau sans fil 4 | réseau 5 | réseau wifi 6 | réseaux wifi 7 | -------------------------------------------------------------------------------- /vocab/ru-ru/Deauth.voc: -------------------------------------------------------------------------------- 1 | деаутентификация 2 | деаутентификация 3 | разъедини 4 | разъединять 5 | отмени удостоверение 6 | -------------------------------------------------------------------------------- /vocab/sv-se/Network.voc: -------------------------------------------------------------------------------- 1 | trådlösa nätverk 2 | nätverk 3 | trådlösa nätverk 4 | nätverk 5 | wifi nätverk 6 | wifi nätverk 7 | -------------------------------------------------------------------------------- /vocab/en-us/Network.voc: -------------------------------------------------------------------------------- 1 | wireless networks 2 | networks 3 | wireless network 4 | network 5 | wifi network 6 | wifi networks 7 | -------------------------------------------------------------------------------- /dialog/nl-nl/deauthing.clients.dialog: -------------------------------------------------------------------------------- 1 | Cliënten aan het de-authoriseren die verbonden zijn aan het {{selected_network}} netwerk. 2 | -------------------------------------------------------------------------------- /vocab/nl-nl/Network.voc: -------------------------------------------------------------------------------- 1 | draadloze netwerken 2 | netwerken 3 | draadloos netwerk 4 | netwerk 5 | wifi netwerk 6 | wifi netwerken 7 | -------------------------------------------------------------------------------- /vocab/sv-se/Deauth.voc: -------------------------------------------------------------------------------- 1 | glöm autentisering 2 | glöm autentisering 3 | koppla ner 4 | glöm autentisering 5 | glöm autentisering 6 | -------------------------------------------------------------------------------- /dialog/fa-ir/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | دسترسی به وایفای دیگران غیرقانونی است. لطفا اگر که دسترسی دارید بگید بله در غیر اینصورت خیر 2 | -------------------------------------------------------------------------------- /vocab/de-de/Network.voc: -------------------------------------------------------------------------------- 1 | drahtlose Netzwerke 2 | Netzwerke 3 | drahtloses Netzwerk 4 | Netzwerk 5 | WiFi-Netzwerk 6 | WiFi-Netzwerke 7 | -------------------------------------------------------------------------------- /vocab/ru-ru/Network.voc: -------------------------------------------------------------------------------- 1 | беспроводные сети 2 | сети 3 | беспроводная сеть 4 | сеть 5 | беспроводная интернет сеть 6 | беспроводные интернет сети 7 | -------------------------------------------------------------------------------- /dialog/fa-ir/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | اِرُر, نمیتونم بدون دسترسیِ روت sudo aircrack کنم. لطفا به صفحه ی github.com/JonStratton/skill-aircrack بِرید و راجب به دسترسیِ روت بخونید. 2 | -------------------------------------------------------------------------------- /dialog/en-us/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Error, I cannot seem to sudo the aircrack commands without a password. Please see github.com/JonStratton/skill-aircrack for notes on sudo access. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Erro, eu não consigo dar sudo nos comandos do aircrack sem uma senha. Por favor veja as notas do github.com/JonStratton/skill-aircrack sobre sudo 2 | -------------------------------------------------------------------------------- /dialog/fa-ir/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | اینترفیس های موجود: {{available_interfaces}} 2 | این هم از اینتِرفِیس های موجود: {{available_interfaces}} 3 | {{available_interfaces}} موجود هستند. 4 | -------------------------------------------------------------------------------- /dialog/sv-se/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Fel, jag verkar som jag inte kan sudo aircrack kommandon utan ett lösenord. Se github.com/JonStratton/skill-aircrack för anteckningar om sudo-åtkomst. 2 | -------------------------------------------------------------------------------- /dialog/de-de/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Fehler, ich kann den Aircrack-Befehle nicht ohne Passwort sudo ausführen. Hinweise zum sudo-Zugriff findest du unter github.com/JonStratton/skill-aircrack. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | Доступны следующие интерфейсы: {{available_interfaces}} 2 | Доступны следующие интерфейсы: {{available_interfaces}} 3 | {{available_interfaces}} доступны. 4 | -------------------------------------------------------------------------------- /dialog/nl-nl/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Fout, het lijkt dat ik niet de aircrack commandos kan sudo-en zonder wachtwoord. Zie github.com/JonStratton/skill-aircrack voor opmerkingen over sudo toegang. 2 | -------------------------------------------------------------------------------- /dialog/fr-fr/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | Accéder à un réseau wifi sans autorisation est illégal. Confirmez que vous êtes autorisé à vous connecter à ce réseau en disant OUI, à défaut dites NON pour annuler. 2 | -------------------------------------------------------------------------------- /dialog/en-us/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | The following Interfaces are available: {{available_interfaces}} 2 | Here are the available Interfaces: {{available_interfaces}} 3 | {{available_interfaces}} are available. 4 | -------------------------------------------------------------------------------- /dialog/fr-fr/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Erreur, il semble que je ne puisse pas lancer des commandes aircrack avec sudo sans mot de passe. Lisez les notes sur l'accès sudo à : github.com/JonStratton/skill-aircrack. 2 | -------------------------------------------------------------------------------- /dialog/it-it/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | Le seguenti interfacce sono disponibili: {{available_networks}} 2 | Ecco le interfacce disponibili: {{available_interfaces}} 3 | {{available_interfaces}} sono disponibili. 4 | -------------------------------------------------------------------------------- /dialog/sv-se/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | Följande gränssnitt är tillgängliga: {{available_interfaces}} 2 | Här är de tillgängliga gränssnitten: {{available_interfaces} 3 | {{available_interfaces}} är tillgängliga. 4 | -------------------------------------------------------------------------------- /dialog/fr-fr/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | Les interfaces suivantes sont disponibles : {{available_interfaces}} 2 | Voici les interfaces disponibles : {{available_interfaces}} 3 | {{available_interfaces}} sont disponibles. 4 | -------------------------------------------------------------------------------- /dialog/it-it/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Errore, non riesco dare sudo con comandi aircrack senza una password. Si prega di consultare github punto com barra JonStratton barra skill-aircrack per le note sull'accesso sudo. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | De volgende interfaces zijn beschikbaar: {{available_interfaces}} 2 | Hier zijn de beschikbare interfaces: {{available_interfaces}} 3 | {{available_interfaces}} zijn beschikbaar. 4 | -------------------------------------------------------------------------------- /dialog/en-us/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | Accessing a wifi network you are not authorized to use can be illegal. Please confirm that you have permission to connect to this network by saying Yes, otherwise say No to cancel. 2 | -------------------------------------------------------------------------------- /dialog/es-es/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Error, parece que no puedo utilizar sudo con los comandos aircrack sin una contraseña. Por favor accede a github.com/JonStratton/skill-aircrack para ver las notas del acceso con sudo. 2 | -------------------------------------------------------------------------------- /dialog/es-es/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | El acceder a una red wifi donde no estés autorizado puede ser ilegal. Confirma que tienes permisos para conectarte a esta red diciendo SÍ, de lo contrario dí NO para cancelar. 2 | -------------------------------------------------------------------------------- /dialog/es-es/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | Las siguientes interfaces están disponibles {{available_interfaces}} 2 | Éstas son las interfaces disponibles: {{available_interfaces}} 3 | {{available_interfaces}} están disponibles. 4 | -------------------------------------------------------------------------------- /dialog/es-lm/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Error, parece que no puedo utilizar sudo con los comandos aircrack sin una contraseña. Por favor accede a github.com/JonStratton/skill-aircrack para ver las notas del acceso con sudo. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | El acceder a una red wifi donde no estés autorizado puede ser ilegal. Confirma que tienes permisos para conectarte a esta red diciendo SÍ, de lo contrario dí NO para cancelar. 2 | -------------------------------------------------------------------------------- /dialog/es-lm/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | Las siguientes interfaces están disponibles {{available_interfaces}} 2 | Éstas son las interfaces disponibles: {{available_interfaces}} 3 | {{available_interfaces}} están disponibles. 4 | -------------------------------------------------------------------------------- /dialog/pt-br/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | As seguintes interfaces estão disponíveis: {{available_interfaces}} 2 | Aqui estão as interfaces disponíveis: {{available_interfaces}} 3 | {{available_interfaces}} estão disponíveis. 4 | -------------------------------------------------------------------------------- /dialog/de-de/interfaces.are.dialog: -------------------------------------------------------------------------------- 1 | Folgende Schnittstellen sind verfügbar: {{available_interfaces}} 2 | Hier sind die verfügbaren Schnittstellen: {{available_interfaces}} 3 | {{available_interfaces}} stehen zur Verfügung. 4 | -------------------------------------------------------------------------------- /dialog/ru-ru/cannot.sudo.dialog: -------------------------------------------------------------------------------- 1 | Ошибка, я не могу выполнять требующие прав администратора команды aircrack без пароля. Пожалуйста смотрите Github.com/JonStratton/skill-aircrack для заметок о доступе к правам администратора. 2 | -------------------------------------------------------------------------------- /dialog/sv-se/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | Det är olagligt att komma åt ett wifi-nätverk som du inte är behörig att använda. Bekräfta att du har behörighet att ansluta till detta nätverk genom att säga Ja, säg annars Nej för att avbryta. 2 | -------------------------------------------------------------------------------- /dialog/nl-nl/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | Toegang verkrijgen tot een WiFi netwerk waarvoor je geen toestemming hebt kan illegaal zijn. Bevestig alsjeblieft dat je toegang hebt tot dit netwerk door Ja te kiezen. Anders kies Nee om te annuleren. 2 | -------------------------------------------------------------------------------- /dialog/pt-br/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | Acessar uma rede wifi que você não esteja autorizado a usar pode ser ilegal. Por favor, confirme que você tem permissão para se conectar a esta rede, dizendo SIM, caso contrário, diga NÃO para cancelar. 2 | -------------------------------------------------------------------------------- /dialog/it-it/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | L'accesso a una rete Wi-Fi senza essere autorizzato all'uso può essere illegale. Confermare di disporre dell'autorizzazione per connettersi a questa rete dicendo SÌ, altrimenti pronunciare NO per annullare. 2 | -------------------------------------------------------------------------------- /dialog/ru-ru/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | Доступ к Wi-Fi-сети, на которую вы не имеете права использовать, может быть незаконным. Пожалуйста, подтвердите, что у вас есть разрешение на подключение к этой сети, сказав ДА, в противном случае скажите НЕТ чтобы отменить. 2 | -------------------------------------------------------------------------------- /dialog/de-de/confirm.permission.dialog: -------------------------------------------------------------------------------- 1 | Der Zugriff auf ein Wi-Fi-Netzwerk, zu dessen Nutzung du nicht berechtigt bist, kann illegal sein. Bitte bestätige, dass du die Berechtigung hast, dich mit diesem Netzwerk zu verbinden, indem du JA sagst, andernfalls sage NEIN, um abzubrechen. 2 | -------------------------------------------------------------------------------- /test/intent/003.SelectNetwork.intent.json: -------------------------------------------------------------------------------- 1 | { 2 | "utterance": "Select Network Number 99", 3 | "intent_type": "SelectNetwork", 4 | "responses": ["No such network found.", "Error, I cannot seem to sudo the aircrack commands without a password. Please see github.com/JonStratton/skill-aircrack for notes on sudo access."] 5 | } 6 | -------------------------------------------------------------------------------- /test/intent/004.StartMonitor.intent.json: -------------------------------------------------------------------------------- 1 | { 2 | "utterance": "Start Monitor", 3 | "intent_type": "StartMonitor", 4 | "responses": ["Monitor stopped before handshake captured.", "Error, I cannot seem to sudo the aircrack commands without a password. Please see github.com/JonStratton/skill-aircrack for notes on sudo access."] 5 | } 6 | -------------------------------------------------------------------------------- /test/intent/001.ListNetworks.intent.json: -------------------------------------------------------------------------------- 1 | { 2 | "utterance": "List networks Named 9999999", 3 | "intent_type": "ListNetwork", 4 | "responses": ["Please select Interface first.", "There are no available networks", "Error, I cannot seem to sudo the aircrack commands without a password. Please see github.com/JonStratton/skill-aircrack for notes on sudo access."] 5 | } 6 | -------------------------------------------------------------------------------- /requirements.sh: -------------------------------------------------------------------------------- 1 | # The requirements.sh is an advanced mechanism an should rarely be needed. 2 | # Be aware that it won't run with root permissions and 'sudo' won't work 3 | # in most cases. 4 | 5 | # Can we sudo our commands? 6 | sudo_commands=( aireplay-ng airodump-ng airmon-ng iwlist ) 7 | for command in "${sudo_commands[@]}" 8 | do 9 | if ! [[ "$(sudo -l | grep $command | grep NOPASS)" ]]; then 10 | echo "Passwordless \"sudo $command\" failed. Please update your sudo access." 11 | fi 12 | done 13 | -------------------------------------------------------------------------------- /SecLists/LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Daniel Miessler 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Wrapper Aircrack 2 | A simple Mycroft wrapper for a small subset of Aircrack-ng. 3 | 4 | ## About 5 | A simple Mycroft wrapper for a small subset of Aircrack-ng. Basically, it can list networks and interfaces, bring interfaces up in monitor mode, deauth clients, and crack WPA2 passwords. 6 | 7 | ## Examples 8 | * "List interfaces." 9 | * "Select interface number one." 10 | * "List wireless networks." 11 | * "Select network number three." 12 | * "Start Monitor." 13 | * "Disconnect Clients." 14 | * "Crack Password." 15 | * "Stop Monitor." 16 | 17 | ## Credits 18 | Jon Stratton (@JonStratton) 19 | 20 | ## Disclaimer 21 | This tool is intended to test your own wireless networks, in a fun way, for bad wpa2 passwords. 22 | 23 | Accessing wireless networks without permission is, and should be, a crime. As is cracking passwords. The user of this software is responsible for it’s use. Please don’t be a bad person. 24 | 25 | ## Notes 26 | ### sudo access 27 | This skill must be able to sudo some programs without password prompting. To set up, use the `visudo` command and grant your user sudo access with something like the following: 28 | ``` 29 | Cmnd_Alias AIRCRACK = /usr/sbin/airmon-ng, /usr/sbin/airodump-ng, /usr/sbin/aireplay-ng, /sbin/iwlist 30 | my_mycroft_user ALL = NOPASSWD: AIRCRACK 31 | ``` 32 | **Note:** Replace my_mycroft_user with the user you are running Mycroft as. 33 | 34 | ## Supported Devices 35 | platform_picroft platform_plasmoid 36 | 37 | ## Category 38 | Information 39 | 40 | ## Tags 41 | #aircrack 42 | #aircrack-ng 43 | #wifi 44 | -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | from adapt.intent import IntentBuilder 2 | from mycroft.skills.core import MycroftSkill, intent_handler 3 | from mycroft.util.log import LOG 4 | import subprocess, re, uuid, pexpect, tempfile, os, sys 5 | # https://github.com/JonStratton/skill-aircrack 6 | # Just enough of a wrapper around some system commands to allow aircrack to crack wifi passwords. Basically 7 | # 1. Choose an interface 8 | # 2. Select a network 9 | # 3. Monitor the network 10 | # 4. Deauth the clients connected to the network (unless you can wait) 11 | # 5. Crack password with wordlist 12 | 13 | class AircrackSkill(MycroftSkill): 14 | 15 | # Deauths all connected clients to an interface. Some may reconnect so we can capture the auth. 16 | def deauth_clients( self, address, interface ): 17 | cmd = 'sudo aireplay-ng -0 1 -a %s %s' % ( address, interface ) 18 | LOG.info( 'Executing: %s' % ( cmd ) ) 19 | code = subprocess.call( cmd, shell=True, stdout=None, stderr=None ) 20 | return code 21 | 22 | # Attempt generate the base file name, and attempt to guess the pcap file name 23 | def get_pcap_filename( self ): 24 | file_base = '%s/airodump_%s' % ( tempfile.gettempdir(), uuid.uuid4() ) 25 | file_pcap = '%s-01.cap' % ( file_base ) 26 | return { 'base': file_base, 'pcap': file_pcap } 27 | 28 | # Start dumping the network traffic 29 | def start_dump( self, interface, network, file_base ): 30 | success = True 31 | try: 32 | cmd = 'sudo airodump-ng %s --bssid %s --channel %s --output-format pcap --write %s -u 2' % ( interface, network.get( 'Address', '' ), network.get('Channel', ''), file_base ) 33 | LOG.info( 'Executing: %s' % ( cmd ) ) 34 | p = pexpect.spawn( cmd, timeout=10000 ) 35 | p.expect( 'handshake' ) 36 | p.sendcontrol('c'); 37 | except: # Probably a timeout 38 | success = False 39 | return success 40 | 41 | # After an auth has been captured, try to crack it with the worklist. 42 | def start_crack( self, cap_file, wordlist): 43 | password = '' 44 | cmd = 'aircrack-ng %s -w %s' % ( cap_file, wordlist ) 45 | LOG.info( 'Executing: %s' % ( cmd ) ) 46 | p = pexpect.spawn( cmd, timeout=10000 ) 47 | try: 48 | # KEY FOUND! [ Password123 ] 49 | p.expect( '\[ .* \]' ) 50 | password = p.after.decode('utf-8') 51 | except: 52 | pass 53 | return password 54 | 55 | # Bring up the interface in monitor mode. 56 | def start_interface( self, interface ): 57 | new_device = '' 58 | cmd = 'sudo airmon-ng start %s' % ( interface ) 59 | LOG.info( 'Executing: %s' % ( cmd ) ) 60 | p = pexpect.spawn( cmd, timeout=10000 ) 61 | try: 62 | p.expect( 'mac80211 monitor mode vif enabled.* on \[.*\].*' ) 63 | split_string = p.after.decode('utf-8').rstrip().split(']') 64 | new_device = split_string[-1].rstrip(')') 65 | except: 66 | pass 67 | return new_device 68 | 69 | # Stop monitoring interface 70 | def stop_interface( self, interface ): 71 | cmd = 'sudo airmon-ng stop %s' % ( interface ) 72 | LOG.info( 'Executing: %s' % ( cmd ) ) 73 | code = subprocess.call( cmd, shell=True, stdout=None, stderr=None ) 74 | return code 75 | 76 | # List the connected network interfaces. 77 | def get_available_interfaces( self ): 78 | if_list = [] 79 | cmd = 'sudo airmon-ng' 80 | LOG.info( 'Executing: %s' % ( cmd ) ) 81 | p = subprocess.Popen( cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT ) 82 | for line in p.stdout.readlines(): 83 | split_line = re.split( r'\t+', line.decode('utf-8') ) 84 | try: 85 | if split_line[1] != 'Interface': 86 | if_list.append( split_line[1] ) 87 | except IndexError: 88 | pass 89 | retval = p.wait 90 | return if_list 91 | 92 | # The conditional logic for below 93 | def check_network( self, network, match_regex ): 94 | is_match = False 95 | if network and network.get( 'ESSID', '' ): 96 | is_match = True 97 | essid = network.get( 'ESSID', '' ) 98 | if match_regex and not match_regex.search( essid ): 99 | is_match = False 100 | return is_match 101 | 102 | # Scan the interface for networks. 103 | def get_available_networks( self, interface, name_search ): 104 | net_list = [] 105 | network = {} 106 | essid_regex = re.compile( name_search, re.IGNORECASE) 107 | cmd = 'sudo iwlist %s scan' % ( interface ) 108 | LOG.info( 'Executing: %s' % ( cmd ) ) 109 | p = subprocess.Popen( cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT ) 110 | for line in p.stdout.readlines(): 111 | split_line = line.decode('utf-8').rstrip().split(':') 112 | key = split_line[0] 113 | value = re.sub(r'^"|"$', '', ':'.join( split_line[1:] ).strip() ) 114 | if key.endswith('Address'): # New record found 115 | if self.check_network( network, essid_regex ): # Check and maybe save the old one 116 | net_list.append( network ) 117 | network = {} # Clear it out 118 | network['Address'] = value # Start the new one 119 | else: 120 | network[key.strip()] = value 121 | retval = p.wait 122 | if self.check_network( network, essid_regex ): 123 | net_list.append( network ) 124 | return net_list 125 | 126 | # Takes are complicated network list, and returns a simple array of names. 127 | def get_essid_list( self, network_list ): 128 | essid_list = [] 129 | for network in network_list: 130 | essid_list.append( network.get( 'ESSID', '' ) ) 131 | return essid_list 132 | 133 | # Takes an array of strings, and returns a single string with numbers. So we can tts it. 134 | def list_to_string( self, list_to_string ): 135 | counted_list = [] 136 | counter = 0 137 | for item in list_to_string: 138 | counted_list.append( '%d, %s' % ( counter, item ) ) 139 | counter = counter + 1 140 | return ', '.join( counted_list ) 141 | 142 | # Checks to see if we can sudo needed commands 143 | def cannot_passwordless_sudo( self, commands ): 144 | error_commands = [] 145 | cmd = 'sudo -l' 146 | LOG.info( 'Executing: %s' % ( cmd ) ) 147 | sudo_l = subprocess.run( cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT ) 148 | for command in commands: 149 | command_regex = re.compile( 'NOPASSWD: .*%s' % command ) 150 | if not command_regex.search( sudo_l.stdout.decode('utf-8') ): 151 | error_commands.append( command ) 152 | return error_commands 153 | 154 | def cleanup( self, monitor_interface, pcap_file ): 155 | LOG.info( 'skill-aircrack: attempting to cleanup.' ) 156 | if monitor_interface: 157 | self.stop_interface( monitor_interface ) 158 | if pcap_file and os.path.isfile(pcap_file): 159 | os.unlink(pcap_file) 160 | 161 | def stop(self): 162 | pass 163 | 164 | def get_intro_message(self): 165 | return( 'This tool is intended to test your own wireless networks, in a fun way, for bad wpa2 passwords. Accessing wireless networks without permission is, and should be, a crime. As is cracking passwords. The user of this software is responsible for its use. Please don’t be a bad person.' ) 166 | 167 | def __init__(self): 168 | super(AircrackSkill, self).__init__(name="AircrackSkill") 169 | self.available_interfaces = [] 170 | self.monitor_interface = '' 171 | self.available_networks = [] 172 | self.selected_network = '' 173 | self.pcap_file = '' 174 | self.cannot_sudo_commands = self.cannot_passwordless_sudo( ['aireplay-ng', 'airodump-ng', 'airmon-ng', 'iwlist'] ) 175 | if ( not self.settings.get('wordlist') ) or self.settings.get('selected_interface') == 'None': 176 | self.settings['wordlist'] = '%s/probable-v2-wpa-top4800.txt' % ( os.path.dirname(os.path.realpath(__file__)) ) 177 | 178 | def __del__(self): 179 | self.cleanup( self.monitor_interface, self.pcap_file ) 180 | 181 | def shutdown(self): 182 | self.cleanup( self.monitor_interface, self.pcap_file ) 183 | 184 | @intent_handler(IntentBuilder("ListInterface").require("List").require("Interface")) 185 | def handle_list_available_interfaces_intent(self, message): 186 | if self.cannot_sudo_commands: 187 | self.speak_dialog("cannot.sudo") 188 | else: 189 | # refresh in case we forgot plug it in 190 | self.available_interfaces = self.get_available_interfaces() 191 | if len( self.available_interfaces ): 192 | self.speak_dialog("interfaces.are", data={'available_interfaces':self.list_to_string( self.available_interfaces )}) 193 | else: 194 | self.speak_dialog("no.interfaces") 195 | 196 | @intent_handler(IntentBuilder("ListNetwork").require("List").require("Network").optionally("Named")) 197 | def handle_list_available_networks_intent(self, message): 198 | if self.cannot_sudo_commands: 199 | self.speak_dialog("cannot.sudo") 200 | else: 201 | network_name = '' 202 | if message.data.get("Named"): 203 | network_name = str( message.data.get("Named") ) 204 | LOG.info( 'Network Name: %s' % ( network_name ) ) 205 | if self.settings.get('selected_interface') and self.settings.get('selected_interface') != 'None': 206 | self.available_networks = self.get_available_networks( self.settings.get('selected_interface'), network_name ); 207 | if len( self.available_networks ): 208 | self.speak_dialog("networks.are", data={'available_networks':self.list_to_string( self.get_essid_list( self.available_networks ) )}) 209 | else: 210 | self.speak_dialog("no.networks") 211 | else: 212 | self.speak_dialog("select.interface.first") 213 | 214 | # Select from a list of interfaces. If it looks like a monitor interface, set that too. 215 | @intent_handler(IntentBuilder("SelectInterface").require("Select").require("Interface").require("Number")) 216 | def handle_select_interface_intent(self, message): 217 | if self.cannot_sudo_commands: 218 | self.speak_dialog("cannot.sudo") 219 | else: 220 | interface_number = 0 221 | try: 222 | interface_number = int( message.data.get("Number") ) 223 | except: 224 | pass 225 | 226 | if interface_number <= len( self.available_interfaces ): 227 | self.settings['selected_interface'] = self.available_interfaces[interface_number] 228 | self.speak_dialog("selected.interface", data={'selected_interface':self.settings.get('selected_interface')}) 229 | else: 230 | self.speak_dialog("no.such.interface") 231 | 232 | # Select from a list of networks 233 | @intent_handler(IntentBuilder("SelectNetwork").require("Select").require("Network").require("Number")) 234 | def handle_select_network_intent(self, message): 235 | if self.cannot_sudo_commands: 236 | self.speak_dialog("cannot.sudo") 237 | else: 238 | resp = self.get_response('confirm.permission') 239 | yes_words = self.translate_list('yes') 240 | if any(word in resp.split() for word in yes_words): 241 | network_number = 0 242 | try: 243 | network_number = int( message.data.get("Number") ) 244 | except: 245 | pass 246 | if self.available_networks and network_number <= len( self.available_networks ): 247 | self.selected_network = self.available_networks[network_number] 248 | self.speak_dialog("selected.network", data={'selected_network':self.selected_network.get( 'ESSID', '' )}) 249 | else: 250 | self.speak_dialog("no.such.network") 251 | 252 | # Start the interface in monitor mode, and start dumping until a handshake is captured. 253 | @intent_handler(IntentBuilder("StartMonitor").require("Start").require("Monitor")) 254 | def handle_start_monitor_intent(self, message): 255 | if self.cannot_sudo_commands: 256 | self.speak_dialog("cannot.sudo") 257 | else: 258 | # Dont bother starting an interface we already started 259 | if not self.monitor_interface: 260 | self.monitor_interface = self.start_interface( self.settings.get('selected_interface') ) 261 | self.speak_dialog("start.monitor") 262 | filename_result = self.get_pcap_filename() 263 | self.pcap_file = filename_result['pcap'] 264 | success = self.start_dump( self.monitor_interface, self.selected_network, filename_result['base'] ) 265 | if success: 266 | self.speak_dialog("captured.handshake") 267 | else: 268 | self.speak_dialog("monitor.stopped.early") 269 | 270 | # Stops the monitor interface. This should also stop any dumping going on 271 | @intent_handler(IntentBuilder("StopMonitor").require("Stop").require("Monitor")) 272 | def handle_stop_monitor_intent(self, message): 273 | if self.cannot_sudo_commands: 274 | self.speak_dialog("cannot.sudo") 275 | else: 276 | self.stop_interface( self.monitor_interface ) 277 | self.speak_dialog("stop.monitor") 278 | 279 | # Stops the monitor interface. This should also stop any dumping going on 280 | @intent_handler(IntentBuilder("DeauthClients").require("Deauth").require("Clients")) 281 | def handle_deauth_clients_intent(self, message): 282 | if self.cannot_sudo_commands: 283 | self.speak_dialog("cannot.sudo") 284 | else: 285 | self.speak_dialog("deauthing.clients", data={'selected_network':self.selected_network.get( 'ESSID', '' )}) 286 | self.deauth_clients( self.selected_network.get( 'Address', '' ), self.monitor_interface ) 287 | 288 | # Stops the monitor interface. This should also stop any dumping going on 289 | @intent_handler(IntentBuilder("CrackPassword").require("Crack").require("Password")) 290 | def handle_crack_password_intent(self, message): 291 | password = self.start_crack( self.pcap_file, self.settings.get('wordlist') ) 292 | if password: 293 | self.speak_dialog("recovered.password", data={'password':password}) 294 | else: 295 | self.speak_dialog("no.password") 296 | 297 | def create_skill(): 298 | return AircrackSkill() 299 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | 2 | GNU GENERAL PUBLIC LICENSE 3 | Version 3, 29 June 2007 4 | 5 | Copyright (C) 2007 Free Software Foundation, Inc. 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The GNU General Public License is a free, copyleft license for 12 | software and other kinds of works. 13 | 14 | The licenses for most software and other practical works are designed 15 | to take away your freedom to share and change the works. By contrast, 16 | the GNU General Public License is intended to guarantee your freedom to 17 | share and change all versions of a program--to make sure it remains free 18 | software for all its users. We, the Free Software Foundation, use the 19 | GNU General Public License for most of our software; it applies also to 20 | any other work released this way by its authors. You can apply it to 21 | your programs, too. 22 | 23 | When we speak of free software, we are referring to freedom, not 24 | price. Our General Public Licenses are designed to make sure that you 25 | have the freedom to distribute copies of free software (and charge for 26 | them if you wish), that you receive source code or can get it if you 27 | want it, that you can change the software or use pieces of it in new 28 | free programs, and that you know you can do these things. 29 | 30 | To protect your rights, we need to prevent others from denying you 31 | these rights or asking you to surrender the rights. Therefore, you have 32 | certain responsibilities if you distribute copies of the software, or if 33 | you modify it: responsibilities to respect the freedom of others. 34 | 35 | For example, if you distribute copies of such a program, whether 36 | gratis or for a fee, you must pass on to the recipients the same 37 | freedoms that you received. You must make sure that they, too, receive 38 | or can get the source code. And you must show them these terms so they 39 | know their rights. 40 | 41 | Developers that use the GNU GPL protect your rights with two steps: 42 | (1) assert copyright on the software, and (2) offer you this License 43 | giving you legal permission to copy, distribute and/or modify it. 44 | 45 | For the developers' and authors' protection, the GPL clearly explains 46 | that there is no warranty for this free software. For both users' and 47 | authors' sake, the GPL requires that modified versions be marked as 48 | changed, so that their problems will not be attributed erroneously to 49 | authors of previous versions. 50 | 51 | Some devices are designed to deny users access to install or run 52 | modified versions of the software inside them, although the manufacturer 53 | can do so. This is fundamentally incompatible with the aim of 54 | protecting users' freedom to change the software. The systematic 55 | pattern of such abuse occurs in the area of products for individuals to 56 | use, which is precisely where it is most unacceptable. Therefore, we 57 | have designed this version of the GPL to prohibit the practice for those 58 | products. If such problems arise substantially in other domains, we 59 | stand ready to extend this provision to those domains in future versions 60 | of the GPL, as needed to protect the freedom of users. 61 | 62 | Finally, every program is threatened constantly by software patents. 63 | States should not allow patents to restrict development and use of 64 | software on general-purpose computers, but in those that do, we wish to 65 | avoid the special danger that patents applied to a free program could 66 | make it effectively proprietary. To prevent this, the GPL assures that 67 | patents cannot be used to render the program non-free. 68 | 69 | The precise terms and conditions for copying, distribution and 70 | modification follow. 71 | 72 | TERMS AND CONDITIONS 73 | 74 | 0. Definitions. 75 | 76 | "This License" refers to version 3 of the GNU General Public License. 77 | 78 | "Copyright" also means copyright-like laws that apply to other kinds of 79 | works, such as semiconductor masks. 80 | 81 | "The Program" refers to any copyrightable work licensed under this 82 | License. Each licensee is addressed as "you". "Licensees" and 83 | "recipients" may be individuals or organizations. 84 | 85 | To "modify" a work means to copy from or adapt all or part of the work 86 | in a fashion requiring copyright permission, other than the making of an 87 | exact copy. The resulting work is called a "modified version" of the 88 | earlier work or a work "based on" the earlier work. 89 | 90 | A "covered work" means either the unmodified Program or a work based 91 | on the Program. 92 | 93 | To "propagate" a work means to do anything with it that, without 94 | permission, would make you directly or secondarily liable for 95 | infringement under applicable copyright law, except executing it on a 96 | computer or modifying a private copy. Propagation includes copying, 97 | distribution (with or without modification), making available to the 98 | public, and in some countries other activities as well. 99 | 100 | To "convey" a work means any kind of propagation that enables other 101 | parties to make or receive copies. Mere interaction with a user through 102 | a computer network, with no transfer of a copy, is not conveying. 103 | 104 | An interactive user interface displays "Appropriate Legal Notices" 105 | to the extent that it includes a convenient and prominently visible 106 | feature that (1) displays an appropriate copyright notice, and (2) 107 | tells the user that there is no warranty for the work (except to the 108 | extent that warranties are provided), that licensees may convey the 109 | work under this License, and how to view a copy of this License. If 110 | the interface presents a list of user commands or options, such as a 111 | menu, a prominent item in the list meets this criterion. 112 | 113 | 1. Source Code. 114 | 115 | The "source code" for a work means the preferred form of the work 116 | for making modifications to it. "Object code" means any non-source 117 | form of a work. 118 | 119 | A "Standard Interface" means an interface that either is an official 120 | standard defined by a recognized standards body, or, in the case of 121 | interfaces specified for a particular programming language, one that 122 | is widely used among developers working in that language. 123 | 124 | The "System Libraries" of an executable work include anything, other 125 | than the work as a whole, that (a) is included in the normal form of 126 | packaging a Major Component, but which is not part of that Major 127 | Component, and (b) serves only to enable use of the work with that 128 | Major Component, or to implement a Standard Interface for which an 129 | implementation is available to the public in source code form. A 130 | "Major Component", in this context, means a major essential component 131 | (kernel, window system, and so on) of the specific operating system 132 | (if any) on which the executable work runs, or a compiler used to 133 | produce the work, or an object code interpreter used to run it. 134 | 135 | The "Corresponding Source" for a work in object code form means all 136 | the source code needed to generate, install, and (for an executable 137 | work) run the object code and to modify the work, including scripts to 138 | control those activities. However, it does not include the work's 139 | System Libraries, or general-purpose tools or generally available free 140 | programs which are used unmodified in performing those activities but 141 | which are not part of the work. For example, Corresponding Source 142 | includes interface definition files associated with source files for 143 | the work, and the source code for shared libraries and dynamically 144 | linked subprograms that the work is specifically designed to require, 145 | such as by intimate data communication or control flow between those 146 | subprograms and other parts of the work. 147 | 148 | The Corresponding Source need not include anything that users 149 | can regenerate automatically from other parts of the Corresponding 150 | Source. 151 | 152 | The Corresponding Source for a work in source code form is that 153 | same work. 154 | 155 | 2. Basic Permissions. 156 | 157 | All rights granted under this License are granted for the term of 158 | copyright on the Program, and are irrevocable provided the stated 159 | conditions are met. This License explicitly affirms your unlimited 160 | permission to run the unmodified Program. The output from running a 161 | covered work is covered by this License only if the output, given its 162 | content, constitutes a covered work. This License acknowledges your 163 | rights of fair use or other equivalent, as provided by copyright law. 164 | 165 | You may make, run and propagate covered works that you do not 166 | convey, without conditions so long as your license otherwise remains 167 | in force. You may convey covered works to others for the sole purpose 168 | of having them make modifications exclusively for you, or provide you 169 | with facilities for running those works, provided that you comply with 170 | the terms of this License in conveying all material for which you do 171 | not control copyright. Those thus making or running the covered works 172 | for you must do so exclusively on your behalf, under your direction 173 | and control, on terms that prohibit them from making any copies of 174 | your copyrighted material outside their relationship with you. 175 | 176 | Conveying under any other circumstances is permitted solely under 177 | the conditions stated below. Sublicensing is not allowed; section 10 178 | makes it unnecessary. 179 | 180 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 181 | 182 | No covered work shall be deemed part of an effective technological 183 | measure under any applicable law fulfilling obligations under article 184 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 185 | similar laws prohibiting or restricting circumvention of such 186 | measures. 187 | 188 | When you convey a covered work, you waive any legal power to forbid 189 | circumvention of technological measures to the extent such circumvention 190 | is effected by exercising rights under this License with respect to 191 | the covered work, and you disclaim any intention to limit operation or 192 | modification of the work as a means of enforcing, against the work's 193 | users, your or third parties' legal rights to forbid circumvention of 194 | technological measures. 195 | 196 | 4. Conveying Verbatim Copies. 197 | 198 | You may convey verbatim copies of the Program's source code as you 199 | receive it, in any medium, provided that you conspicuously and 200 | appropriately publish on each copy an appropriate copyright notice; 201 | keep intact all notices stating that this License and any 202 | non-permissive terms added in accord with section 7 apply to the code; 203 | keep intact all notices of the absence of any warranty; and give all 204 | recipients a copy of this License along with the Program. 205 | 206 | You may charge any price or no price for each copy that you convey, 207 | and you may offer support or warranty protection for a fee. 208 | 209 | 5. Conveying Modified Source Versions. 210 | 211 | You may convey a work based on the Program, or the modifications to 212 | produce it from the Program, in the form of source code under the 213 | terms of section 4, provided that you also meet all of these conditions: 214 | 215 | a) The work must carry prominent notices stating that you modified 216 | it, and giving a relevant date. 217 | 218 | b) The work must carry prominent notices stating that it is 219 | released under this License and any conditions added under section 220 | 7. This requirement modifies the requirement in section 4 to 221 | "keep intact all notices". 222 | 223 | c) You must license the entire work, as a whole, under this 224 | License to anyone who comes into possession of a copy. This 225 | License will therefore apply, along with any applicable section 7 226 | additional terms, to the whole of the work, and all its parts, 227 | regardless of how they are packaged. This License gives no 228 | permission to license the work in any other way, but it does not 229 | invalidate such permission if you have separately received it. 230 | 231 | d) If the work has interactive user interfaces, each must display 232 | Appropriate Legal Notices; however, if the Program has interactive 233 | interfaces that do not display Appropriate Legal Notices, your 234 | work need not make them do so. 235 | 236 | A compilation of a covered work with other separate and independent 237 | works, which are not by their nature extensions of the covered work, 238 | and which are not combined with it such as to form a larger program, 239 | in or on a volume of a storage or distribution medium, is called an 240 | "aggregate" if the compilation and its resulting copyright are not 241 | used to limit the access or legal rights of the compilation's users 242 | beyond what the individual works permit. Inclusion of a covered work 243 | in an aggregate does not cause this License to apply to the other 244 | parts of the aggregate. 245 | 246 | 6. Conveying Non-Source Forms. 247 | 248 | You may convey a covered work in object code form under the terms 249 | of sections 4 and 5, provided that you also convey the 250 | machine-readable Corresponding Source under the terms of this License, 251 | in one of these ways: 252 | 253 | a) Convey the object code in, or embodied in, a physical product 254 | (including a physical distribution medium), accompanied by the 255 | Corresponding Source fixed on a durable physical medium 256 | customarily used for software interchange. 257 | 258 | b) Convey the object code in, or embodied in, a physical product 259 | (including a physical distribution medium), accompanied by a 260 | written offer, valid for at least three years and valid for as 261 | long as you offer spare parts or customer support for that product 262 | model, to give anyone who possesses the object code either (1) a 263 | copy of the Corresponding Source for all the software in the 264 | product that is covered by this License, on a durable physical 265 | medium customarily used for software interchange, for a price no 266 | more than your reasonable cost of physically performing this 267 | conveying of source, or (2) access to copy the 268 | Corresponding Source from a network server at no charge. 269 | 270 | c) Convey individual copies of the object code with a copy of the 271 | written offer to provide the Corresponding Source. This 272 | alternative is allowed only occasionally and noncommercially, and 273 | only if you received the object code with such an offer, in accord 274 | with subsection 6b. 275 | 276 | d) Convey the object code by offering access from a designated 277 | place (gratis or for a charge), and offer equivalent access to the 278 | Corresponding Source in the same way through the same place at no 279 | further charge. You need not require recipients to copy the 280 | Corresponding Source along with the object code. If the place to 281 | copy the object code is a network server, the Corresponding Source 282 | may be on a different server (operated by you or a third party) 283 | that supports equivalent copying facilities, provided you maintain 284 | clear directions next to the object code saying where to find the 285 | Corresponding Source. Regardless of what server hosts the 286 | Corresponding Source, you remain obligated to ensure that it is 287 | available for as long as needed to satisfy these requirements. 288 | 289 | e) Convey the object code using peer-to-peer transmission, provided 290 | you inform other peers where the object code and Corresponding 291 | Source of the work are being offered to the general public at no 292 | charge under subsection 6d. 293 | 294 | A separable portion of the object code, whose source code is excluded 295 | from the Corresponding Source as a System Library, need not be 296 | included in conveying the object code work. 297 | 298 | A "User Product" is either (1) a "consumer product", which means any 299 | tangible personal property which is normally used for personal, family, 300 | or household purposes, or (2) anything designed or sold for incorporation 301 | into a dwelling. In determining whether a product is a consumer product, 302 | doubtful cases shall be resolved in favor of coverage. For a particular 303 | product received by a particular user, "normally used" refers to a 304 | typical or common use of that class of product, regardless of the status 305 | of the particular user or of the way in which the particular user 306 | actually uses, or expects or is expected to use, the product. A product 307 | is a consumer product regardless of whether the product has substantial 308 | commercial, industrial or non-consumer uses, unless such uses represent 309 | the only significant mode of use of the product. 310 | 311 | "Installation Information" for a User Product means any methods, 312 | procedures, authorization keys, or other information required to install 313 | and execute modified versions of a covered work in that User Product from 314 | a modified version of its Corresponding Source. The information must 315 | suffice to ensure that the continued functioning of the modified object 316 | code is in no case prevented or interfered with solely because 317 | modification has been made. 318 | 319 | If you convey an object code work under this section in, or with, or 320 | specifically for use in, a User Product, and the conveying occurs as 321 | part of a transaction in which the right of possession and use of the 322 | User Product is transferred to the recipient in perpetuity or for a 323 | fixed term (regardless of how the transaction is characterized), the 324 | Corresponding Source conveyed under this section must be accompanied 325 | by the Installation Information. But this requirement does not apply 326 | if neither you nor any third party retains the ability to install 327 | modified object code on the User Product (for example, the work has 328 | been installed in ROM). 329 | 330 | The requirement to provide Installation Information does not include a 331 | requirement to continue to provide support service, warranty, or updates 332 | for a work that has been modified or installed by the recipient, or for 333 | the User Product in which it has been modified or installed. Access to a 334 | network may be denied when the modification itself materially and 335 | adversely affects the operation of the network or violates the rules and 336 | protocols for communication across the network. 337 | 338 | Corresponding Source conveyed, and Installation Information provided, 339 | in accord with this section must be in a format that is publicly 340 | documented (and with an implementation available to the public in 341 | source code form), and must require no special password or key for 342 | unpacking, reading or copying. 343 | 344 | 7. Additional Terms. 345 | 346 | "Additional permissions" are terms that supplement the terms of this 347 | License by making exceptions from one or more of its conditions. 348 | Additional permissions that are applicable to the entire Program shall 349 | be treated as though they were included in this License, to the extent 350 | that they are valid under applicable law. If additional permissions 351 | apply only to part of the Program, that part may be used separately 352 | under those permissions, but the entire Program remains governed by 353 | this License without regard to the additional permissions. 354 | 355 | When you convey a copy of a covered work, you may at your option 356 | remove any additional permissions from that copy, or from any part of 357 | it. (Additional permissions may be written to require their own 358 | removal in certain cases when you modify the work.) You may place 359 | additional permissions on material, added by you to a covered work, 360 | for which you have or can give appropriate copyright permission. 361 | 362 | Notwithstanding any other provision of this License, for material you 363 | add to a covered work, you may (if authorized by the copyright holders of 364 | that material) supplement the terms of this License with terms: 365 | 366 | a) Disclaiming warranty or limiting liability differently from the 367 | terms of sections 15 and 16 of this License; or 368 | 369 | b) Requiring preservation of specified reasonable legal notices or 370 | author attributions in that material or in the Appropriate Legal 371 | Notices displayed by works containing it; or 372 | 373 | c) Prohibiting misrepresentation of the origin of that material, or 374 | requiring that modified versions of such material be marked in 375 | reasonable ways as different from the original version; or 376 | 377 | d) Limiting the use for publicity purposes of names of licensors or 378 | authors of the material; or 379 | 380 | e) Declining to grant rights under trademark law for use of some 381 | trade names, trademarks, or service marks; or 382 | 383 | f) Requiring indemnification of licensors and authors of that 384 | material by anyone who conveys the material (or modified versions of 385 | it) with contractual assumptions of liability to the recipient, for 386 | any liability that these contractual assumptions directly impose on 387 | those licensors and authors. 388 | 389 | All other non-permissive additional terms are considered "further 390 | restrictions" within the meaning of section 10. If the Program as you 391 | received it, or any part of it, contains a notice stating that it is 392 | governed by this License along with a term that is a further 393 | restriction, you may remove that term. If a license document contains 394 | a further restriction but permits relicensing or conveying under this 395 | License, you may add to a covered work material governed by the terms 396 | of that license document, provided that the further restriction does 397 | not survive such relicensing or conveying. 398 | 399 | If you add terms to a covered work in accord with this section, you 400 | must place, in the relevant source files, a statement of the 401 | additional terms that apply to those files, or a notice indicating 402 | where to find the applicable terms. 403 | 404 | Additional terms, permissive or non-permissive, may be stated in the 405 | form of a separately written license, or stated as exceptions; 406 | the above requirements apply either way. 407 | 408 | 8. Termination. 409 | 410 | You may not propagate or modify a covered work except as expressly 411 | provided under this License. Any attempt otherwise to propagate or 412 | modify it is void, and will automatically terminate your rights under 413 | this License (including any patent licenses granted under the third 414 | paragraph of section 11). 415 | 416 | However, if you cease all violation of this License, then your 417 | license from a particular copyright holder is reinstated (a) 418 | provisionally, unless and until the copyright holder explicitly and 419 | finally terminates your license, and (b) permanently, if the copyright 420 | holder fails to notify you of the violation by some reasonable means 421 | prior to 60 days after the cessation. 422 | 423 | Moreover, your license from a particular copyright holder is 424 | reinstated permanently if the copyright holder notifies you of the 425 | violation by some reasonable means, this is the first time you have 426 | received notice of violation of this License (for any work) from that 427 | copyright holder, and you cure the violation prior to 30 days after 428 | your receipt of the notice. 429 | 430 | Termination of your rights under this section does not terminate the 431 | licenses of parties who have received copies or rights from you under 432 | this License. If your rights have been terminated and not permanently 433 | reinstated, you do not qualify to receive new licenses for the same 434 | material under section 10. 435 | 436 | 9. Acceptance Not Required for Having Copies. 437 | 438 | You are not required to accept this License in order to receive or 439 | run a copy of the Program. Ancillary propagation of a covered work 440 | occurring solely as a consequence of using peer-to-peer transmission 441 | to receive a copy likewise does not require acceptance. However, 442 | nothing other than this License grants you permission to propagate or 443 | modify any covered work. These actions infringe copyright if you do 444 | not accept this License. Therefore, by modifying or propagating a 445 | covered work, you indicate your acceptance of this License to do so. 446 | 447 | 10. Automatic Licensing of Downstream Recipients. 448 | 449 | Each time you convey a covered work, the recipient automatically 450 | receives a license from the original licensors, to run, modify and 451 | propagate that work, subject to this License. You are not responsible 452 | for enforcing compliance by third parties with this License. 453 | 454 | An "entity transaction" is a transaction transferring control of an 455 | organization, or substantially all assets of one, or subdividing an 456 | organization, or merging organizations. If propagation of a covered 457 | work results from an entity transaction, each party to that 458 | transaction who receives a copy of the work also receives whatever 459 | licenses to the work the party's predecessor in interest had or could 460 | give under the previous paragraph, plus a right to possession of the 461 | Corresponding Source of the work from the predecessor in interest, if 462 | the predecessor has it or can get it with reasonable efforts. 463 | 464 | You may not impose any further restrictions on the exercise of the 465 | rights granted or affirmed under this License. For example, you may 466 | not impose a license fee, royalty, or other charge for exercise of 467 | rights granted under this License, and you may not initiate litigation 468 | (including a cross-claim or counterclaim in a lawsuit) alleging that 469 | any patent claim is infringed by making, using, selling, offering for 470 | sale, or importing the Program or any portion of it. 471 | 472 | 11. Patents. 473 | 474 | A "contributor" is a copyright holder who authorizes use under this 475 | License of the Program or a work on which the Program is based. The 476 | work thus licensed is called the contributor's "contributor version". 477 | 478 | A contributor's "essential patent claims" are all patent claims 479 | owned or controlled by the contributor, whether already acquired or 480 | hereafter acquired, that would be infringed by some manner, permitted 481 | by this License, of making, using, or selling its contributor version, 482 | but do not include claims that would be infringed only as a 483 | consequence of further modification of the contributor version. For 484 | purposes of this definition, "control" includes the right to grant 485 | patent sublicenses in a manner consistent with the requirements of 486 | this License. 487 | 488 | Each contributor grants you a non-exclusive, worldwide, royalty-free 489 | patent license under the contributor's essential patent claims, to 490 | make, use, sell, offer for sale, import and otherwise run, modify and 491 | propagate the contents of its contributor version. 492 | 493 | In the following three paragraphs, a "patent license" is any express 494 | agreement or commitment, however denominated, not to enforce a patent 495 | (such as an express permission to practice a patent or covenant not to 496 | sue for patent infringement). To "grant" such a patent license to a 497 | party means to make such an agreement or commitment not to enforce a 498 | patent against the party. 499 | 500 | If you convey a covered work, knowingly relying on a patent license, 501 | and the Corresponding Source of the work is not available for anyone 502 | to copy, free of charge and under the terms of this License, through a 503 | publicly available network server or other readily accessible means, 504 | then you must either (1) cause the Corresponding Source to be so 505 | available, or (2) arrange to deprive yourself of the benefit of the 506 | patent license for this particular work, or (3) arrange, in a manner 507 | consistent with the requirements of this License, to extend the patent 508 | license to downstream recipients. "Knowingly relying" means you have 509 | actual knowledge that, but for the patent license, your conveying the 510 | covered work in a country, or your recipient's use of the covered work 511 | in a country, would infringe one or more identifiable patents in that 512 | country that you have reason to believe are valid. 513 | 514 | If, pursuant to or in connection with a single transaction or 515 | arrangement, you convey, or propagate by procuring conveyance of, a 516 | covered work, and grant a patent license to some of the parties 517 | receiving the covered work authorizing them to use, propagate, modify 518 | or convey a specific copy of the covered work, then the patent license 519 | you grant is automatically extended to all recipients of the covered 520 | work and works based on it. 521 | 522 | A patent license is "discriminatory" if it does not include within 523 | the scope of its coverage, prohibits the exercise of, or is 524 | conditioned on the non-exercise of one or more of the rights that are 525 | specifically granted under this License. You may not convey a covered 526 | work if you are a party to an arrangement with a third party that is 527 | in the business of distributing software, under which you make payment 528 | to the third party based on the extent of your activity of conveying 529 | the work, and under which the third party grants, to any of the 530 | parties who would receive the covered work from you, a discriminatory 531 | patent license (a) in connection with copies of the covered work 532 | conveyed by you (or copies made from those copies), or (b) primarily 533 | for and in connection with specific products or compilations that 534 | contain the covered work, unless you entered into that arrangement, 535 | or that patent license was granted, prior to 28 March 2007. 536 | 537 | Nothing in this License shall be construed as excluding or limiting 538 | any implied license or other defenses to infringement that may 539 | otherwise be available to you under applicable patent law. 540 | 541 | 12. No Surrender of Others' Freedom. 542 | 543 | If conditions are imposed on you (whether by court order, agreement or 544 | otherwise) that contradict the conditions of this License, they do not 545 | excuse you from the conditions of this License. If you cannot convey a 546 | covered work so as to satisfy simultaneously your obligations under this 547 | License and any other pertinent obligations, then as a consequence you may 548 | not convey it at all. For example, if you agree to terms that obligate you 549 | to collect a royalty for further conveying from those to whom you convey 550 | the Program, the only way you could satisfy both those terms and this 551 | License would be to refrain entirely from conveying the Program. 552 | 553 | 13. Use with the GNU Affero General Public License. 554 | 555 | Notwithstanding any other provision of this License, you have 556 | permission to link or combine any covered work with a work licensed 557 | under version 3 of the GNU Affero General Public License into a single 558 | combined work, and to convey the resulting work. The terms of this 559 | License will continue to apply to the part which is the covered work, 560 | but the special requirements of the GNU Affero General Public License, 561 | section 13, concerning interaction through a network will apply to the 562 | combination as such. 563 | 564 | 14. Revised Versions of this License. 565 | 566 | The Free Software Foundation may publish revised and/or new versions of 567 | the GNU General Public License from time to time. Such new versions will 568 | be similar in spirit to the present version, but may differ in detail to 569 | address new problems or concerns. 570 | 571 | Each version is given a distinguishing version number. If the 572 | Program specifies that a certain numbered version of the GNU General 573 | Public License "or any later version" applies to it, you have the 574 | option of following the terms and conditions either of that numbered 575 | version or of any later version published by the Free Software 576 | Foundation. If the Program does not specify a version number of the 577 | GNU General Public License, you may choose any version ever published 578 | by the Free Software Foundation. 579 | 580 | If the Program specifies that a proxy can decide which future 581 | versions of the GNU General Public License can be used, that proxy's 582 | public statement of acceptance of a version permanently authorizes you 583 | to choose that version for the Program. 584 | 585 | Later license versions may give you additional or different 586 | permissions. However, no additional obligations are imposed on any 587 | author or copyright holder as a result of your choosing to follow a 588 | later version. 589 | 590 | 15. Disclaimer of Warranty. 591 | 592 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 593 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 594 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 595 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 596 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 597 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 598 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 599 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 600 | 601 | 16. Limitation of Liability. 602 | 603 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 604 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 605 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 606 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 607 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 608 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 609 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 610 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 611 | SUCH DAMAGES. 612 | 613 | 17. Interpretation of Sections 15 and 16. 614 | 615 | If the disclaimer of warranty and limitation of liability provided 616 | above cannot be given local legal effect according to their terms, 617 | reviewing courts shall apply local law that most closely approximates 618 | an absolute waiver of all civil liability in connection with the 619 | Program, unless a warranty or assumption of liability accompanies a 620 | copy of the Program in return for a fee. 621 | 622 | END OF TERMS AND CONDITIONS 623 | 624 | How to Apply These Terms to Your New Programs 625 | 626 | If you develop a new program, and you want it to be of the greatest 627 | possible use to the public, the best way to achieve this is to make it 628 | free software which everyone can redistribute and change under these terms. 629 | 630 | To do so, attach the following notices to the program. It is safest 631 | to attach them to the start of each source file to most effectively 632 | state the exclusion of warranty; and each file should have at least 633 | the "copyright" line and a pointer to where the full notice is found. 634 | 635 | 636 | Copyright (C) 637 | 638 | This program is free software: you can redistribute it and/or modify 639 | it under the terms of the GNU General Public License as published by 640 | the Free Software Foundation, either version 3 of the License, or 641 | (at your option) any later version. 642 | 643 | This program is distributed in the hope that it will be useful, 644 | but WITHOUT ANY WARRANTY; without even the implied warranty of 645 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 646 | GNU General Public License for more details. 647 | 648 | You should have received a copy of the GNU General Public License 649 | along with this program. If not, see . 650 | 651 | Also add information on how to contact you by electronic and paper mail. 652 | 653 | If the program does terminal interaction, make it output a short 654 | notice like this when it starts in an interactive mode: 655 | 656 | Copyright (C) 657 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 658 | This is free software, and you are welcome to redistribute it 659 | under certain conditions; type `show c' for details. 660 | 661 | The hypothetical commands `show w' and `show c' should show the appropriate 662 | parts of the General Public License. Of course, your program's commands 663 | might be different; for a GUI interface, you would use an "about box". 664 | 665 | You should also get your employer (if you work as a programmer) or school, 666 | if any, to sign a "copyright disclaimer" for the program, if necessary. 667 | For more information on this, and how to apply and follow the GNU GPL, see 668 | . 669 | 670 | The GNU General Public License does not permit incorporating your program 671 | into proprietary programs. If your program is a subroutine library, you 672 | may consider it more useful to permit linking proprietary applications with 673 | the library. If this is what you want to do, use the GNU Lesser General 674 | Public License instead of this License. But first, please read 675 | . 676 | 677 | -------------------------------------------------------------------------------- /SecLists/Passwords/WiFi-WPA/probable-v2-wpa-top4800.txt: -------------------------------------------------------------------------------- 1 | password 2 | 123456789 3 | 12345678 4 | 1q2w3e4r 5 | sunshine 6 | football 7 | 1234567890 8 | computer 9 | superman 10 | internet 11 | iloveyou 12 | 1qaz2wsx 13 | baseball 14 | whatever 15 | princess 16 | abcd1234 17 | starwars 18 | trustno1 19 | password1 20 | jennifer 21 | michelle 22 | mercedes 23 | benjamin 24 | 11111111 25 | samantha 26 | victoria 27 | alexander 28 | 987654321 29 | asdf1234 30 | 1234qwer 31 | qwertyuiop 32 | q1w2e3r4 33 | elephant 34 | garfield 35 | chocolate 36 | jonathan 37 | caroline 38 | maverick 39 | midnight 40 | 88888888 41 | creative 42 | qwerty123 43 | cocacola 44 | passw0rd 45 | liverpool 46 | blink182 47 | asdfghjkl 48 | danielle 49 | scorpion 50 | veronica 51 | nicholas 52 | asdfasdf 53 | metallica 54 | december 55 | patricia 56 | christian 57 | spiderman 58 | security 59 | slipknot 60 | november 61 | jordan23 62 | qwertyui 63 | butterfly 64 | swordfish 65 | carolina 66 | hardcore 67 | corvette 68 | 12341234 69 | remember 70 | qwer1234 71 | leonardo 72 | snickers 73 | williams 74 | angelina 75 | anderson 76 | 123123123 77 | pakistan 78 | marlboro 79 | kimberly 80 | 00000000 81 | snowball 82 | sebastian 83 | godzilla 84 | hello123 85 | champion 86 | precious 87 | einstein 88 | napoleon 89 | mountain 90 | dolphins 91 | charlotte 92 | fernando 93 | basketball 94 | barcelona 95 | 87654321 96 | paradise 97 | motorola 98 | bullshit 99 | brooklyn 100 | stephanie 101 | elizabeth 102 | qwerty12 103 | franklin 104 | american 105 | platinum 106 | icecream 107 | darkness 108 | cristina 109 | colorado 110 | alexandra 111 | steelers 112 | serenity 113 | mitchell 114 | lollipop 115 | marshall 116 | 1qazxsw2 117 | 12344321 118 | startrek 119 | christine 120 | business 121 | nintendo 122 | 12qwaszx 123 | asdfghjk 124 | Password 125 | 1q2w3e4r5t 126 | zaq12wsx 127 | scotland 128 | hercules 129 | explorer 130 | manchester 131 | firebird 132 | engineer 133 | virginia 134 | simpsons 135 | angelica 136 | september 137 | isabelle 138 | isabella 139 | changeme 140 | passport 141 | infinity 142 | superstar 143 | courtney 144 | scarface 145 | pavilion 146 | abcdefgh 147 | a1b2c3d4 148 | harrison 149 | spitfire 150 | catherine 151 | birthday 152 | wolverine 153 | guinness 154 | california 155 | logitech 156 | emmanuel 157 | 11223344 158 | goldfish 159 | cheyenne 160 | testtest 161 | stargate 162 | microsoft 163 | anything 164 | aaaaaaaa 165 | welcome1 166 | eternity 167 | westside 168 | password123 169 | maryjane 170 | michael1 171 | lawrence 172 | kristina 173 | kawasaki 174 | drowssap 175 | blahblah 176 | babygirl 177 | poohbear 178 | florence 179 | sapphire 180 | hamilton 181 | greenday 182 | qazwsxedc 183 | twilight 184 | swimming 185 | stardust 186 | predator 187 | penelope 188 | michigan 189 | margaret 190 | brittany 191 | shithead 192 | redskins 193 | pussycat 194 | fireball 195 | cherokee 196 | australia 197 | 1234abcd 198 | lovelove 199 | thailand 200 | lasvegas 201 | butthead 202 | blizzard 203 | shamrock 204 | bluebird 205 | atlantis 206 | 147258369 207 | valentine 208 | magnolia 209 | juventus 210 | diamonds 211 | christopher 212 | warcraft 213 | renegade 214 | mohammed 215 | terminator 216 | shopping 217 | savannah 218 | giovanni 219 | 12121212 220 | wildcats 221 | portugal 222 | beautiful 223 | sunflower 224 | santiago 225 | kathleen 226 | enterprise 227 | clifford 228 | christina 229 | 55555555 230 | something 231 | rosemary 232 | vacation 233 | hollywood 234 | chandler 235 | 99999999 236 | lorraine 237 | children 238 | beatrice 239 | airborne 240 | valentin 241 | moonlight 242 | kamikaze 243 | strawberry 244 | software 245 | 22222222 246 | skywalker 247 | salvador 248 | panthers 249 | lacrosse 250 | charlie1 251 | cardinal 252 | bluemoon 253 | 0123456789 254 | zeppelin 255 | rockstar 256 | operator 257 | dragonfly 258 | dickhead 259 | anaconda 260 | amsterdam 261 | 789456123 262 | 77777777 263 | skittles 264 | personal 265 | kingkong 266 | geronimo 267 | christmas 268 | wrestling 269 | robinson 270 | lightning 271 | kingston 272 | hannibal 273 | download 274 | darkstar 275 | undertaker 276 | tinkerbell 277 | sweetpea 278 | softball 279 | panasonic 280 | pa55word 281 | keyboard 282 | darkside 283 | cleopatra 284 | assassin 285 | vladimir 286 | national 287 | matthew1 288 | godfather 289 | brothers 290 | warriors 291 | universe 292 | rush2112 293 | mushroom 294 | bigdaddy 295 | 1a2b3c4d 296 | ultimate 297 | peterpan 298 | loverboy 299 | truelove 300 | trombone 301 | madeline 302 | gangster 303 | dingdong 304 | catalina 305 | alejandro 306 | kittycat 307 | aquarius 308 | 1111111111 309 | patriots 310 | jamesbond 311 | ihateyou 312 | blessing 313 | airplane 314 | Password1 315 | stingray 316 | hellfire 317 | guardian 318 | flamingo 319 | 0987654321 320 | socrates 321 | richmond 322 | electric 323 | thankyou 324 | sterling 325 | munchkin 326 | morpheus 327 | imperial 328 | happiness 329 | goodluck 330 | columbia 331 | campbell 332 | blackjack 333 | 999999999 334 | telephone 335 | oblivion 336 | newcastle 337 | freedom1 338 | washington 339 | valentina 340 | valencia 341 | spectrum 342 | jessica1 343 | jeremiah 344 | handsome 345 | goldberg 346 | gabriela 347 | anthony1 348 | a1234567 349 | xxxxxxxx 350 | peekaboo 351 | motherfucker 352 | montreal 353 | katherine 354 | kangaroo 355 | immortal 356 | chocolat 357 | thompson 358 | research 359 | oklahoma 360 | mariposa 361 | idontknow 362 | defender 363 | applepie 364 | squirrel 365 | pineapple 366 | hongkong 367 | dinosaur 368 | babydoll 369 | wolfgang 370 | semperfi 371 | patience 372 | fletcher 373 | drpepper 374 | creation 375 | wordpass 376 | passwort 377 | original 378 | nightmare 379 | martinez 380 | labrador 381 | excalibur 382 | discovery 383 | apple123 384 | sundance 385 | redwings 386 | mypassword 387 | monopoly 388 | margarita 389 | lionking 390 | football1 391 | director 392 | 44444444 393 | sylvester 394 | sherlock 395 | marianne 396 | lancelot 397 | jeanette 398 | cannabis 399 | andromeda 400 | werewolf 401 | starcraft 402 | marathon 403 | longhorn 404 | happy123 405 | brucelee 406 | argentina 407 | 147852369 408 | wrangler 409 | william1 410 | stranger 411 | scarlett 412 | qweasdzxc 413 | playstation 414 | morrison 415 | february 416 | fantasia 417 | designer 418 | bulldogs 419 | sullivan 420 | saturday 421 | pingpong 422 | kristine 423 | halloween 424 | fuckyou1 425 | fearless 426 | cassandra 427 | bismillah 428 | airforce 429 | theodore 430 | starfish 431 | pass1234 432 | cinnamon 433 | sweetheart 434 | overlord 435 | michaela 436 | meredith 437 | buttercup 438 | abc12345 439 | aardvark 440 | Passw0rd 441 | 12345678910 442 | universal 443 | trinidad 444 | thursday 445 | standard 446 | pearljam 447 | anonymous 448 | springer 449 | ragnarok 450 | portland 451 | nathalie 452 | lemonade 453 | lavender 454 | gotohell 455 | gladiator 456 | freckles 457 | crusader 458 | commando 459 | clarence 460 | cadillac 461 | alexandre 462 | 123654789 463 | verbatim 464 | umbrella 465 | splinter 466 | register 467 | qwert123 468 | penguins 469 | ncc1701d 470 | estrella 471 | downtown 472 | colombia 473 | chemistry 474 | bollocks 475 | anastasia 476 | 741852963 477 | 69696969 478 | showtime 479 | revolution 480 | qwerasdf 481 | password2 482 | mongoose 483 | illusion 484 | cooldude 485 | abracadabra 486 | 123qweasd 487 | treasure 488 | pinkfloyd 489 | passwords 490 | linkinpark 491 | education 492 | underground 493 | monalisa 494 | justdoit 495 | ericsson 496 | chelsea1 497 | achilles 498 | a1s2d3f4 499 | veronika 500 | test1234 501 | teddybear 502 | sporting 503 | papillon 504 | nevermind 505 | marketing 506 | juliette 507 | gabrielle 508 | fuckyou2 509 | firewall 510 | evolution 511 | cristian 512 | cavalier 513 | canadian 514 | admin123 515 | together 516 | spongebob 517 | pa55w0rd 518 | halflife 519 | formula1 520 | dragonball 521 | thirteen 522 | stonecold 523 | rastaman 524 | mustang1 525 | cucumber 526 | skateboard 527 | sheridan 528 | qqqqqqqq 529 | punisher 530 | lovelife 531 | gretchen 532 | chevelle 533 | chester1 534 | administrator 535 | wireless 536 | volleyball 537 | sandiego 538 | pokemon1 539 | lollypop 540 | gorgeous 541 | chickens 542 | blueberry 543 | blackman 544 | blackbird 545 | atlantic 546 | wildfire 547 | waterloo 548 | singapore 549 | rocknroll 550 | mississippi 551 | james123 552 | homework 553 | highland 554 | eldorado 555 | discover 556 | computer1 557 | alphabet 558 | 123456789a 559 | 1123581321 560 | zaq1xsw2 561 | webmaster 562 | university 563 | tropical 564 | southpark 565 | question 566 | presario 567 | poiuytrewq 568 | notebook 569 | nebraska 570 | bullseye 571 | valhalla 572 | tomorrow 573 | starlight 574 | richard1 575 | positive 576 | plymouth 577 | patrick1 578 | faithful 579 | dominique 580 | doberman 581 | criminal 582 | crackers 583 | converse 584 | casanova 585 | attitude 586 | 66666666 587 | wonderful 588 | scooter1 589 | scoobydoo 590 | rochelle 591 | punkrock 592 | messenger 593 | kentucky 594 | insomnia 595 | hooligan 596 | gertrude 597 | capricorn 598 | blueeyes 599 | blackberry 600 | blablabla 601 | terminal 602 | snowflake 603 | poseidon 604 | paranoid 605 | mastermind 606 | laurence 607 | istanbul 608 | frederic 609 | doomsday 610 | bradford 611 | bonehead 612 | apollo13 613 | alessandro 614 | westwood 615 | supernova 616 | satan666 617 | reynolds 618 | qazwsx123 619 | q1w2e3r4t5 620 | mckenzie 621 | magician 622 | jellybean 623 | innocent 624 | hotstuff 625 | fountain 626 | concrete 627 | capslock 628 | snuggles 629 | professor 630 | megadeth 631 | medicine 632 | lionheart 633 | jackson1 634 | intrepid 635 | highlander 636 | green123 637 | geoffrey 638 | francisco 639 | dynamite 640 | columbus 641 | cinderella 642 | chemical 643 | chargers 644 | username 645 | superman1 646 | sherwood 647 | moonbeam 648 | meowmeow 649 | matthias 650 | josephine 651 | jackson5 652 | honolulu 653 | diamond1 654 | crawford 655 | broadway 656 | backspace 657 | asdasdasd 658 | zzzzzzzz 659 | whocares 660 | watermelon 661 | svetlana 662 | southern 663 | president 664 | pleasure 665 | makaveli 666 | honeybee 667 | francois 668 | chicken1 669 | bookworm 670 | PASSWORD 671 | 33333333 672 | woodstock 673 | sunlight 674 | stallion 675 | katerina 676 | jefferson 677 | international 678 | hellokitty 679 | hedgehog 680 | happyday 681 | frederick 682 | davidson 683 | dangerous 684 | cerberus 685 | blackcat 686 | arsenal1 687 | angel123 688 | 10101010 689 | training 690 | roadrunner 691 | republic 692 | recovery 693 | maradona 694 | intruder 695 | hermione 696 | hastings 697 | goldstar 698 | fredfred 699 | federico 700 | deftones 701 | commander 702 | chevrolet 703 | blackout 704 | billabong 705 | 1234567a 706 | 1234554321 707 | yesterday 708 | wolfpack 709 | thunder1 710 | tacobell 711 | sweetness 712 | solution 713 | shanghai 714 | satellite 715 | rootbeer 716 | phillips 717 | monsters 718 | lonewolf 719 | keystone 720 | johannes 721 | grateful 722 | continue 723 | confused 724 | brighton 725 | 0000000000 726 | yankees1 727 | triangle 728 | peterson 729 | marianna 730 | mandrake 731 | inuyasha 732 | hardware 733 | freebird 734 | ferguson 735 | dominick 736 | bullfrog 737 | babylon5 738 | 13131313 739 | zanzibar 740 | transfer 741 | television 742 | sparkles 743 | shepherd 744 | resident 745 | property 746 | pictures 747 | mischief 748 | macintosh 749 | kristian 750 | kissmyass 751 | hurricane 752 | heineken 753 | hahahaha 754 | eastside 755 | daffodil 756 | charming 757 | billybob 758 | armstrong 759 | adventure 760 | adelaide 761 | underdog 762 | technics 763 | samsung1 764 | qwerty1234 765 | phoenix1 766 | musicman 767 | marjorie 768 | letmein1 769 | jerusalem 770 | information 771 | iloveyou1 772 | hospital 773 | handball 774 | gonzales 775 | darkangel 776 | budapest 777 | brandon1 778 | alliance 779 | adrienne 780 | aberdeen 781 | abc123456 782 | 1234512345 783 | wonderland 784 | thuglife 785 | sentinel 786 | richards 787 | rammstein 788 | newyork1 789 | mortimer 790 | marcello 791 | magazine 792 | infantry 793 | hopeless 794 | harrypotter 795 | fandango 796 | deadhead 797 | clarissa 798 | christie 799 | charlene 800 | billyboy 801 | bangbang 802 | absolute 803 | titanium 804 | tiger123 805 | superior 806 | stefanie 807 | spaceman 808 | somebody 809 | sinclair 810 | pppppppp 811 | paintball 812 | mmmmmmmm 813 | military 814 | marijuana 815 | mackenzie 816 | loveless 817 | lighthouse 818 | karolina 819 | jesuschrist 820 | fernanda 821 | felicity 822 | dietcoke 823 | cleveland 824 | brewster 825 | babyblue 826 | ashleigh 827 | 1q2w3e4r5t6y 828 | 14789632 829 | whiskers 830 | valkyrie 831 | superfly 832 | strength 833 | seventeen 834 | progress 835 | muhammad 836 | maryland 837 | evergreen 838 | daughter 839 | clarinet 840 | chuckles 841 | beethoven 842 | almighty 843 | aaaaaaaaaa 844 | 9876543210 845 | 1qaz1qaz 846 | waterfall 847 | sneakers 848 | saratoga 849 | qawsedrf 850 | motocross 851 | majestic 852 | kingfish 853 | japanese 854 | graphics 855 | flounder 856 | coltrane 857 | chris123 858 | checkers 859 | barbados 860 | augustus 861 | angelika 862 | 12345qwert 863 | washburn 864 | tottenham 865 | survivor 866 | stanford 867 | soulmate 868 | rasputin 869 | pallmall 870 | overkill 871 | meatloaf 872 | lowrider 873 | katarina 874 | ilovegod 875 | heather1 876 | hallo123 877 | giuseppe 878 | eastwood 879 | dominion 880 | destroyer 881 | chiquita 882 | chipmunk 883 | castillo 884 | berkeley 885 | alexandria 886 | 1122334455 887 | 1029384756 888 | thinking 889 | tarheels 890 | seminole 891 | radiohead 892 | priscilla 893 | pornstar 894 | platypus 895 | nirvana1 896 | mephisto 897 | lancaster 898 | knowledge 899 | johnjohn 900 | gameover 901 | fuckface 902 | david123 903 | darklord 904 | cutiepie 905 | carnival 906 | candyman 907 | blowfish 908 | ssssssss 909 | snowboard 910 | sandwich 911 | sailboat 912 | mandarin 913 | knuckles 914 | jasmine1 915 | hardrock 916 | daredevil 917 | boomboom 918 | benedict 919 | babyface 920 | albatros 921 | 963852741 922 | valentino 923 | sprinter 924 | salvation 925 | rolltide 926 | rodriguez 927 | r2d2c3po 928 | password12 929 | mustangs 930 | moonshine 931 | missouri 932 | meridian 933 | meatball 934 | malaysia 935 | killbill 936 | illinois 937 | gonzalez 938 | georgina 939 | gargoyle 940 | evangelion 941 | disaster 942 | complete 943 | claymore 944 | cheesecake 945 | chainsaw 946 | bluebell 947 | 98765432 948 | wishbone 949 | warhammer 950 | viewsonic 951 | vampires 952 | thunderbird 953 | smashing 954 | rhiannon 955 | rachelle 956 | playtime 957 | offspring 958 | marcella 959 | lonestar 960 | heritage 961 | hayabusa 962 | freestyle 963 | forsaken 964 | ferrari1 965 | challenger 966 | backdoor 967 | asshole1 968 | 147896325 969 | 11235813 970 | yosemite 971 | yogibear 972 | talisman 973 | taekwondo 974 | syracuse 975 | supersonic 976 | randolph 977 | raistlin 978 | preacher 979 | millions 980 | metallic 981 | madison1 982 | losangeles 983 | hernandez 984 | dontknow 985 | coolcool 986 | charisma 987 | wednesday 988 | starwars1 989 | sinister 990 | passpass 991 | mohammad 992 | mcdonald 993 | goldeneye 994 | frontier 995 | francesca 996 | flipflop 997 | fisherman 998 | eggplant 999 | dannyboy 1000 | daniella 1001 | chrysler 1002 | cameron1 1003 | cambridge 1004 | buckshot 1005 | arkansas 1006 | archangel 1007 | america1 1008 | 12345679 1009 | romantic 1010 | robotics 1011 | redalert 1012 | megatron 1013 | mamapapa 1014 | hyperion 1015 | hamburger 1016 | gabriel1 1017 | fuckfuck 1018 | friendship 1019 | friendly 1020 | florida1 1021 | dreaming 1022 | doghouse 1023 | disturbed 1024 | christin 1025 | bubblegum 1026 | brigitte 1027 | addicted 1028 | underworld 1029 | shadow12 1030 | porkchop 1031 | negative 1032 | mistress 1033 | melissa1 1034 | jermaine 1035 | james007 1036 | gabriella 1037 | francine 1038 | delphine 1039 | crystal1 1040 | computers 1041 | chestnut 1042 | baseball1 1043 | auckland 1044 | 321654987 1045 | wanderer 1046 | vancouver 1047 | tomahawk 1048 | thanatos 1049 | syncmaster 1050 | snoopdog 1051 | roderick 1052 | princesa 1053 | pentagon 1054 | nathaniel 1055 | money123 1056 | millenium 1057 | mechanic 1058 | liverpool1 1059 | francesco 1060 | esmeralda 1061 | creature 1062 | cornwall 1063 | chadwick 1064 | carpediem 1065 | calendar 1066 | abdullah 1067 | vendetta 1068 | supervisor 1069 | stephane 1070 | revolver 1071 | railroad 1072 | qwerty12345 1073 | p4ssw0rd 1074 | minnesota 1075 | mariners 1076 | iloveyou2 1077 | holyshit 1078 | elisabeth 1079 | database 1080 | bumblebee 1081 | bobafett 1082 | bernardo 1083 | amethyst 1084 | albatross 1085 | advanced 1086 | whistler 1087 | wellington 1088 | slamdunk 1089 | sheffield 1090 | scrabble 1091 | roadkill 1092 | realmadrid 1093 | rainbows 1094 | polopolo 1095 | obsidian 1096 | northern 1097 | learning 1098 | independent 1099 | impossible 1100 | elements 1101 | electron 1102 | customer 1103 | budweiser 1104 | brisbane 1105 | baritone 1106 | armageddon 1107 | amarillo 1108 | alexandr 1109 | aerosmith 1110 | 12301230 1111 | windmill 1112 | vanhalen 1113 | surprise 1114 | starfire 1115 | speakers 1116 | ncc1701e 1117 | lifetime 1118 | kittykat 1119 | fredrick 1120 | fidelity 1121 | fabulous 1122 | everyday 1123 | coolness 1124 | concorde 1125 | catwoman 1126 | casablanca 1127 | blackhawk 1128 | babybaby 1129 | vodafone 1130 | traveler 1131 | southside 1132 | rainbow1 1133 | princess1 1134 | potatoes 1135 | pipeline 1136 | philippe 1137 | pathfinder 1138 | monterey 1139 | lipstick 1140 | lakeside 1141 | internet1 1142 | insanity 1143 | fishbone 1144 | chihuahua 1145 | bordeaux 1146 | biohazard 1147 | 21122112 1148 | windsurf 1149 | velocity 1150 | vagabond 1151 | topsecret 1152 | reloaded 1153 | raindrop 1154 | prudence 1155 | professional 1156 | pharmacy 1157 | peaceful 1158 | multimedia 1159 | montgomery 1160 | marseille 1161 | marietta 1162 | letmein2 1163 | ladybird 1164 | internal 1165 | gigabyte 1166 | fourteen 1167 | dolphin1 1168 | chambers 1169 | bunghole 1170 | buckeyes 1171 | bluefish 1172 | apocalypse 1173 | aphrodite 1174 | 4815162342 1175 | 23232323 1176 | 12369874 1177 | 111222333 1178 | zerocool 1179 | wrestler 1180 | tortoise 1181 | sysadmin 1182 | sunshine1 1183 | starship 1184 | qwerty123456 1185 | qwerty11 1186 | primrose 1187 | politics 1188 | paranoia 1189 | pancakes 1190 | overload 1191 | opensesame 1192 | nevermore 1193 | melbourne 1194 | matthews 1195 | marriage 1196 | magdalena 1197 | macaroni 1198 | jonathon 1199 | jacqueline 1200 | jackjack 1201 | infinite 1202 | heinrich 1203 | graduate 1204 | goodness 1205 | godspeed 1206 | feedback 1207 | cornelia 1208 | corleone 1209 | choochoo 1210 | challenge 1211 | chairman 1212 | butthole 1213 | buddy123 1214 | barracuda 1215 | azsxdcfv 1216 | accounting 1217 | sleeping 1218 | remington 1219 | quicksilver 1220 | pringles 1221 | power123 1222 | paradigm 1223 | nickolas 1224 | navigator 1225 | nautilus 1226 | milkshake 1227 | master123 1228 | feathers 1229 | facebook 1230 | dragon12 1231 | brittney 1232 | aviation 1233 | avalanche 1234 | 19841984 1235 | 123qweasdzxc 1236 | 10203040 1237 | wildwood 1238 | thrasher 1239 | speedway 1240 | songbird 1241 | sickness 1242 | shannon1 1243 | screamer 1244 | samantha1 1245 | riverside 1246 | princeton 1247 | monster1 1248 | mauricio 1249 | manhattan 1250 | love1234 1251 | jennifer1 1252 | indonesia 1253 | devil666 1254 | bugsbunny 1255 | budlight 1256 | ambrosia 1257 | adrianna 1258 | zxcvbnm1 1259 | windows1 1260 | toulouse 1261 | tazmania 1262 | spaghetti 1263 | slapshot 1264 | ministry 1265 | mathilde 1266 | lighting 1267 | helsinki 1268 | girlfriend 1269 | gateway1 1270 | fussball 1271 | frederik 1272 | flexible 1273 | festival 1274 | destiny1 1275 | daydream 1276 | coventry 1277 | constant 1278 | connection 1279 | charles1 1280 | angeline 1281 | a123456789 1282 | 111111111 1283 | woodland 1284 | skinhead 1285 | signature 1286 | sandrine 1287 | rockford 1288 | merchant 1289 | greatest 1290 | everlast 1291 | espresso 1292 | elizabet 1293 | dragon123 1294 | dddddddd 1295 | community 1296 | chouchou 1297 | charlton 1298 | champagne 1299 | carlitos 1300 | blueblue 1301 | awesome1 1302 | aspirine 1303 | 12345abc 1304 | technology 1305 | stronger 1306 | starbuck 1307 | skeleton 1308 | scissors 1309 | reginald 1310 | redeemer 1311 | polarbear 1312 | normandy 1313 | luckydog 1314 | laserjet 1315 | just4fun 1316 | greenbay 1317 | graffiti 1318 | fantastic 1319 | doughboy 1320 | dortmund 1321 | building 1322 | bbbbbbbb 1323 | annabelle 1324 | annabell 1325 | alchemist 1326 | zimbabwe 1327 | wisconsin 1328 | winchester 1329 | tunafish 1330 | thisisit 1331 | stafford 1332 | spalding 1333 | sometimes 1334 | solitude 1335 | robotech 1336 | rainbow6 1337 | qazwsx12 1338 | pooppoop 1339 | minister 1340 | leonidas 1341 | kirkland 1342 | integral 1343 | incognito 1344 | ilovesex 1345 | ignatius 1346 | heavenly 1347 | gggggggg 1348 | ferdinand 1349 | exchange 1350 | bulldog1 1351 | blackdog 1352 | bearbear 1353 | 123454321 1354 | winfield 1355 | westlife 1356 | thriller 1357 | summertime 1358 | spartans 1359 | sausages 1360 | salvatore 1361 | salamander 1362 | printing 1363 | palmtree 1364 | opendoor 1365 | mosquito 1366 | milkyway 1367 | mcdonalds 1368 | laughter 1369 | klondike 1370 | kingsley 1371 | jesus123 1372 | invisible 1373 | humphrey 1374 | hillside 1375 | hattrick 1376 | hammerhead 1377 | function 1378 | forgotten 1379 | fighting 1380 | excellent 1381 | delaware 1382 | darthvader 1383 | costello 1384 | catalyst 1385 | cardinals 1386 | bobmarley 1387 | babylove 1388 | assholes 1389 | andersen 1390 | alexande 1391 | 19891989 1392 | 1234asdf 1393 | whiplash 1394 | tiffany1 1395 | solutions 1396 | smallville 1397 | slimshady 1398 | sammy123 1399 | rockwell 1400 | robinhood 1401 | reddevil 1402 | maxwell1 1403 | madeleine 1404 | gordon24 1405 | glendale 1406 | giovanna 1407 | foxylady 1408 | fortress 1409 | favorite 1410 | doughnut 1411 | comanche 1412 | cheshire 1413 | cherries 1414 | catarina 1415 | bertrand 1416 | barefoot 1417 | arabella 1418 | alligator 1419 | 1qaz2wsx3edc 1420 | vanguard 1421 | stuttgart 1422 | stephen1 1423 | rhapsody 1424 | reckless 1425 | pumpkin1 1426 | powerful 1427 | painting 1428 | nocturne 1429 | nickname 1430 | mynameis 1431 | mikemike 1432 | llllllll 1433 | leighton 1434 | kkkkkkkk 1435 | kingfisher 1436 | johnston 1437 | holidays 1438 | henderson 1439 | handyman 1440 | fuckoff1 1441 | front242 1442 | flamenco 1443 | escalade 1444 | division 1445 | covenant 1446 | churchill 1447 | cannibal 1448 | badminton 1449 | annmarie 1450 | alexander1 1451 | alcatraz 1452 | 11112222 1453 | wwwwwwww 1454 | wildcard 1455 | whitesox 1456 | vincent1 1457 | thornton 1458 | temporary 1459 | survival 1460 | supernatural 1461 | sprocket 1462 | somerset 1463 | skorpion 1464 | services 1465 | saxophone 1466 | sacrifice 1467 | restless 1468 | pumpkins 1469 | operation 1470 | nosferatu 1471 | newpassword 1472 | monkey123 1473 | michelle1 1474 | meathead 1475 | management 1476 | lucky123 1477 | licorice 1478 | language 1479 | jackass1 1480 | infiniti 1481 | generation 1482 | gamecube 1483 | flanders 1484 | edinburgh 1485 | disciple 1486 | diplomat 1487 | crescent 1488 | counterstrike 1489 | catholic 1490 | capoeira 1491 | calculator 1492 | browning 1493 | biscuits 1494 | alexalex 1495 | P@ssw0rd 1496 | Jennifer 1497 | 19861986 1498 | 123456abc 1499 | winston1 1500 | violator 1501 | tangerine 1502 | super123 1503 | straight 1504 | sorcerer 1505 | sidekick 1506 | shredder 1507 | schubert 1508 | prestige 1509 | peter123 1510 | nonsense 1511 | mulligan 1512 | moneyman 1513 | matchbox 1514 | marauder 1515 | longhair 1516 | lisalisa 1517 | kayleigh 1518 | islander 1519 | grasshopper 1520 | geraldine 1521 | genesis1 1522 | gardenia 1523 | gabriele 1524 | everything 1525 | edmonton 1526 | downhill 1527 | digital1 1528 | cromwell 1529 | chowchow 1530 | carebear 1531 | bettyboop 1532 | vanessa1 1533 | terrapin 1534 | tennessee 1535 | stockton 1536 | spartacus 1537 | smoothie 1538 | seahawks 1539 | revelation 1540 | rebecca1 1541 | rangers1 1542 | qweqweqwe 1543 | puppydog 1544 | marigold 1545 | gregorio 1546 | goldfinger 1547 | gangbang 1548 | dutchess 1549 | daylight 1550 | constantine 1551 | clueless 1552 | calamity 1553 | beefcake 1554 | aquarium 1555 | anathema 1556 | ambition 1557 | a12345678 1558 | 19821982 1559 | wildlife 1560 | undercover 1561 | snowbird 1562 | schneider 1563 | qwert12345 1564 | qwerqwer 1565 | prospect 1566 | porsche911 1567 | pendragon 1568 | natalie1 1569 | lockdown 1570 | lkjhgfdsa 1571 | jellyfish 1572 | italiano 1573 | irishman 1574 | infamous 1575 | hydrogen 1576 | hartford 1577 | goodyear 1578 | generals 1579 | garrison 1580 | foxhound 1581 | entrance 1582 | eighteen 1583 | dimension 1584 | diamante 1585 | daedalus 1586 | cocktail 1587 | chameleon 1588 | caligula 1589 | borabora 1590 | behemoth 1591 | balloons 1592 | bachelor 1593 | 123698745 1594 | waterman 1595 | teenager 1596 | spanking 1597 | soccer10 1598 | sergeant 1599 | seashell 1600 | seahorse 1601 | scarecrow 1602 | riffraff 1603 | possible 1604 | pittsburgh 1605 | pinnacle 1606 | nostromo 1607 | maximilian 1608 | latitude 1609 | kevin123 1610 | kamasutra 1611 | invasion 1612 | hibiscus 1613 | hallmark 1614 | firestorm 1615 | fernandez 1616 | envision 1617 | desperado 1618 | charcoal 1619 | character 1620 | blue1234 1621 | antelope 1622 | alejandra 1623 | aircraft 1624 | 123456aa 1625 | 123456123 1626 | viktoria 1627 | unlimited 1628 | transport 1629 | stripper 1630 | stefania 1631 | snowwhite 1632 | smirnoff 1633 | seraphim 1634 | sebastien 1635 | ronaldo7 1636 | reporter 1637 | raiders1 1638 | painkiller 1639 | nineteen 1640 | monolith 1641 | moneymaker 1642 | memories 1643 | memorial 1644 | massacre 1645 | lamborghini 1646 | honduras 1647 | goofball 1648 | fullmoon 1649 | forever1 1650 | engineering 1651 | elefante 1652 | dragonballz 1653 | doorknob 1654 | dipstick 1655 | commerce 1656 | carousel 1657 | callisto 1658 | brilliant 1659 | berenice 1660 | barbarian 1661 | asdfzxcv 1662 | alex1234 1663 | Welcome1 1664 | 1qa2ws3ed 1665 | 19871987 1666 | 12345678a 1667 | wormwood 1668 | volkswagen 1669 | starstar 1670 | sexygirl 1671 | sephiroth 1672 | schumacher 1673 | rosewood 1674 | rochester 1675 | roadster 1676 | rapunzel 1677 | prisoner 1678 | prescott 1679 | pizza123 1680 | phillies 1681 | phantom1 1682 | perfect1 1683 | pasadena 1684 | optimist 1685 | monkeyboy 1686 | metropolis 1687 | master12 1688 | kimberley 1689 | junkmail 1690 | inspiron 1691 | hhhhhhhh 1692 | hellohello 1693 | griffith 1694 | greenwood 1695 | golfball 1696 | forester 1697 | euphoria 1698 | england1 1699 | death666 1700 | cornelius 1701 | constance 1702 | conquest 1703 | clitoris 1704 | cartoons 1705 | buckaroo 1706 | bluejays 1707 | Alexander 1708 | volunteer 1709 | violence 1710 | testpass 1711 | terrence 1712 | temporal 1713 | teamwork 1714 | spencer1 1715 | silverado 1716 | shipping 1717 | serendipity 1718 | roosters 1719 | prophecy 1720 | popcorn1 1721 | playmate 1722 | panorama 1723 | p0o9i8u7 1724 | marcopolo 1725 | landmark 1726 | johnson1 1727 | iverson3 1728 | instinct 1729 | infected 1730 | illuminati 1731 | honeydew 1732 | foundation 1733 | forbidden 1734 | esperanza 1735 | document 1736 | deadline 1737 | crocodile 1738 | cowboys1 1739 | climbing 1740 | bubbles1 1741 | bluestar 1742 | birmingham 1743 | bathroom 1744 | baltimore 1745 | anamaria 1746 | 25802580 1747 | 24682468 1748 | whiteboy 1749 | trinitron 1750 | titleist 1751 | tiberius 1752 | testing123 1753 | superhero 1754 | sidewinder 1755 | rosemarie 1756 | retarded 1757 | primavera 1758 | peppermint 1759 | palomino 1760 | outsider 1761 | oooooooo 1762 | musician 1763 | michelin 1764 | juggernaut 1765 | ironmaiden 1766 | hyacinth 1767 | gatorade 1768 | fuzzball 1769 | everyone 1770 | dictionary 1771 | development 1772 | delirium 1773 | daisy123 1774 | critical 1775 | cordelia 1776 | collection 1777 | capitals 1778 | caliente 1779 | bobdylan 1780 | blackrose 1781 | birdhouse 1782 | asparagus 1783 | Michelle 1784 | 1a2s3d4f 1785 | 19781978 1786 | voltaire 1787 | thedoors 1788 | submarine 1789 | stonewall 1790 | special1 1791 | southpaw 1792 | soccer12 1793 | sanctuary 1794 | ruthless 1795 | reaction 1796 | qazwsxed 1797 | prometheus 1798 | portable 1799 | password11 1800 | passcode 1801 | official 1802 | neverland 1803 | mindless 1804 | masamune 1805 | legendary 1806 | lalalala 1807 | incredible 1808 | holloway 1809 | heartless 1810 | hairball 1811 | genevieve 1812 | fireworks 1813 | dirtbike 1814 | dilligaf 1815 | crossfire 1816 | clippers 1817 | chicago1 1818 | caldwell 1819 | bernadette 1820 | agent007 1821 | 19831983 1822 | 19801980 1823 | 19751975 1824 | waterpolo 1825 | warrior1 1826 | vertical 1827 | timeless 1828 | thegreat 1829 | superuser 1830 | spelling 1831 | slippery 1832 | rrrrrrrr 1833 | ricochet 1834 | redemption 1835 | raspberry 1836 | protocol 1837 | producer 1838 | penguin1 1839 | patterson 1840 | p455w0rd 1841 | olivetti 1842 | oliveira 1843 | metalica 1844 | mannheim 1845 | mandingo 1846 | magellan 1847 | machines 1848 | lovebird 1849 | jonathan1 1850 | jason123 1851 | inflames 1852 | important 1853 | helloworld 1854 | headache 1855 | godbless 1856 | gemstone 1857 | ffffffff 1858 | cyclones 1859 | cristiano 1860 | colonial 1861 | claudius 1862 | bulgaria 1863 | brunette 1864 | bradshaw 1865 | bastards 1866 | basement 1867 | azertyuiop 1868 | applesauce 1869 | angelique 1870 | acapulco 1871 | 25252525 1872 | 123789456 1873 | 123456987 1874 | 12312312 1875 | zachary1 1876 | yingyang 1877 | workshop 1878 | trueblue 1879 | transformers 1880 | tarantula 1881 | sycamore 1882 | sunderland 1883 | stigmata 1884 | stargazer 1885 | sabrina1 1886 | riccardo 1887 | qazxswedc 1888 | playboy1 1889 | password01 1890 | override 1891 | nighthawk 1892 | music123 1893 | motdepasse 1894 | mortgage 1895 | mickeymouse 1896 | meandyou 1897 | macdaddy 1898 | leicester 1899 | knockers 1900 | kisskiss 1901 | jjjjjjjj 1902 | hysteria 1903 | forgiven 1904 | evanescence 1905 | distance 1906 | destruction 1907 | cosworth 1908 | coconuts 1909 | carlisle 1910 | breakfast 1911 | asdfjkl; 1912 | antivirus 1913 | 31415926 1914 | 21212121 1915 | 123321123 1916 | yokohama 1917 | unforgiven 1918 | tommy123 1919 | surrender 1920 | sheepdog 1921 | seinfeld 1922 | sabotage 1923 | ronaldinho 1924 | reddragon 1925 | pressure 1926 | pinetree 1927 | pavement 1928 | oriental 1929 | offshore 1930 | newzealand 1931 | netscape 1932 | michaels 1933 | mash4077 1934 | mallorca 1935 | madagascar 1936 | junkyard 1937 | johncena 1938 | jakejake 1939 | invincible 1940 | hawthorn 1941 | hawaiian 1942 | greyhound 1943 | frenchie 1944 | fishing1 1945 | fastball 1946 | deathrow 1947 | carpenter 1948 | calimero 1949 | breakout 1950 | black123 1951 | bismarck 1952 | alkaline 1953 | adrenalin 1954 | 123qwerty 1955 | zxcv1234 1956 | tryagain 1957 | thatcher 1958 | stampede 1959 | shakespeare 1960 | scheisse 1961 | sayonara 1962 | santacruz 1963 | pokerface 1964 | passions 1965 | notorious 1966 | nothing1 1967 | necromancer 1968 | nameless 1969 | mysterio 1970 | monkey12 1971 | mitsubishi 1972 | millwall 1973 | millennium 1974 | megabyte 1975 | mccarthy 1976 | magister 1977 | madhouse 1978 | liverpoo 1979 | leviathan 1980 | laetitia 1981 | jennings 1982 | holstein 1983 | hellraiser 1984 | freefall 1985 | flawless 1986 | emergency 1987 | ebenezer 1988 | divinity 1989 | delpiero 1990 | chewbacca 1991 | chastity 1992 | charlott 1993 | carlotta 1994 | buchanan 1995 | bradley1 1996 | battlefield 1997 | aventura 1998 | asdffdsa 1999 | 19741974 2000 | zildjian 2001 | welcome123 2002 | wargames 2003 | vvvvvvvv 2004 | unicorns 2005 | timberland 2006 | tenerife 2007 | tasmania 2008 | symphony 2009 | splendid 2010 | sonyvaio 2011 | snapshot 2012 | saunders 2013 | sarajevo 2014 | reverend 2015 | prototype 2016 | polaroid 2017 | perfecto 2018 | nokia123 2019 | natasha1 2020 | mystical 2021 | melanie1 2022 | material 2023 | maddison 2024 | landlord 2025 | juvenile 2026 | goodwill 2027 | goldwing 2028 | gilberto 2029 | gandalf1 2030 | fuckthis 2031 | flapjack 2032 | flamengo 2033 | finnegan 2034 | fabienne 2035 | erection 2036 | clemente 2037 | christophe 2038 | caterpillar 2039 | caterina 2040 | capetown 2041 | austin316 2042 | antonio1 2043 | angelito 2044 | accounts 2045 | abstract 2046 | 19911991 2047 | 19761976 2048 | 01234567 2049 | zxcvbnm123 2050 | vincenzo 2051 | townsend 2052 | technical 2053 | soccer11 2054 | smithers 2055 | shooting 2056 | shitshit 2057 | shadow123 2058 | senators 2059 | sacramento 2060 | redbaron 2061 | programmer 2062 | percival 2063 | painless 2064 | northstar 2065 | newspaper 2066 | myfamily 2067 | mongolia 2068 | miroslav 2069 | macarena 2070 | lumberjack 2071 | landrover 2072 | lakewood 2073 | killer12 2074 | incoming 2075 | immanuel 2076 | hometown 2077 | homeless 2078 | hillbilly 2079 | hellothere 2080 | guillaume 2081 | goodnight 2082 | giordano 2083 | genocide 2084 | enforcer 2085 | dreamcast 2086 | dispatch 2087 | developer 2088 | copenhagen 2089 | codename 2090 | clockwork 2091 | cccccccc 2092 | caramelo 2093 | callaway 2094 | calculus 2095 | brian123 2096 | blessed1 2097 | benjamin1 2098 | bartender 2099 | attorney 2100 | asteroid 2101 | angeleyes 2102 | academia 2103 | a1b2c3d4e5 2104 | 12131415 2105 | yamahar1 2106 | warehouse 2107 | tricolor 2108 | terrance 2109 | summer99 2110 | stirling 2111 | stamford 2112 | stairway 2113 | specialist 2114 | soldiers 2115 | shitface 2116 | scorpio1 2117 | rotterdam 2118 | principe 2119 | pizzahut 2120 | pepperoni 2121 | patricio 2122 | passwerd 2123 | mulberry 2124 | luscious 2125 | lifeline 2126 | legoland 2127 | kickflip 2128 | kennwort 2129 | kathrine 2130 | josefina 2131 | johnathan 2132 | jesus777 2133 | hollister 2134 | hellsing 2135 | excelsior 2136 | drummond 2137 | disneyland 2138 | deutschland 2139 | delldell 2140 | cupcakes 2141 | claudine 2142 | ciaociao 2143 | christia 2144 | checkmate 2145 | centurion 2146 | cashmere 2147 | carthage 2148 | bookmark 2149 | bartlett 2150 | armagedon 2151 | animation 2152 | alphonse 2153 | alessandra 2154 | Benjamin 2155 | 51505150 2156 | 192837465 2157 | xxxxxxxxxx 2158 | woodside 2159 | warcraft3 2160 | vengeance 2161 | vaseline 2162 | trinity1 2163 | toxicity 2164 | tommyboy 2165 | ticktock 2166 | teachers 2167 | strategy 2168 | stephens 2169 | snowdrop 2170 | smeghead 2171 | shutdown 2172 | sexysexy 2173 | princesse 2174 | pretender 2175 | popsicle 2176 | philadelphia 2177 | petersen 2178 | password3 2179 | oscar123 2180 | moonstone 2181 | masterkey 2182 | maryanne 2183 | magicman 2184 | kingking 2185 | identity 2186 | icehouse 2187 | hannover 2188 | glorious 2189 | gathering 2190 | forgetit 2191 | fishtank 2192 | finalfantasy 2193 | fernandes 2194 | epiphone 2195 | elevator 2196 | elegance 2197 | drumline 2198 | devilman 2199 | delivery 2200 | chrissie 2201 | carnaval 2202 | caffeine 2203 | bukowski 2204 | brownies 2205 | bearcats 2206 | architect 2207 | akatsuki 2208 | 987456321 2209 | 19941994 2210 | woofwoof 2211 | virginie 2212 | untitled 2213 | tttttttt 2214 | timothy1 2215 | stickman 2216 | starlite 2217 | southwest 2218 | smarties 2219 | sailormoon 2220 | penthouse 2221 | peanutbutter 2222 | oxymoron 2223 | oleander 2224 | nightfall 2225 | newjersey 2226 | ncc1701a 2227 | muhammed 2228 | morphine 2229 | mobydick 2230 | meltdown 2231 | medieval 2232 | mahogany 2233 | magic123 2234 | longshot 2235 | lockheed 2236 | livewire 2237 | lakeland 2238 | kenworth 2239 | interpol 2240 | integrity 2241 | hunter12 2242 | hibernia 2243 | helpdesk 2244 | guatemala 2245 | godofwar 2246 | fishhead 2247 | everybody 2248 | ethernet 2249 | elemental 2250 | duracell 2251 | delicious 2252 | daniel123 2253 | crystals 2254 | confidence 2255 | colossus 2256 | callofduty 2257 | besiktas 2258 | belladonna 2259 | backlash 2260 | airforce1 2261 | academic 2262 | abnormal 2263 | 5555555555 2264 | 19901990 2265 | 123qwe123 2266 | violetta 2267 | vineyard 2268 | terrible 2269 | suburban 2270 | stocking 2271 | starbucks 2272 | springfield 2273 | snuffles 2274 | sideways 2275 | sensation 2276 | schwartz 2277 | salasana 2278 | runescape 2279 | rosalind 2280 | radiation 2281 | q1w2e3r4t5y6 2282 | purchase 2283 | protection 2284 | practice 2285 | poiuytre 2286 | piramide 2287 | nashville 2288 | montrose 2289 | molly123 2290 | maximus1 2291 | mammamia 2292 | lunchbox 2293 | lonesome 2294 | limerick 2295 | liberty1 2296 | killer123 2297 | imagination 2298 | ignition 2299 | homebrew 2300 | helicopter 2301 | harry123 2302 | guadalupe 2303 | greenman 2304 | godsmack 2305 | firefire 2306 | electronic 2307 | economics 2308 | daniel12 2309 | cricket1 2310 | contract 2311 | conflict 2312 | comeback 2313 | coldplay 2314 | cheeseburger 2315 | braveheart 2316 | believer 2317 | beaumont 2318 | bangladesh 2319 | arrowhead 2320 | angelita 2321 | alternative 2322 | 23456789 2323 | 135792468 2324 | woodward 2325 | wolverin 2326 | whatever1 2327 | wellness 2328 | timberlake 2329 | terrorist 2330 | temptation 2331 | swingers 2332 | supergirl 2333 | solstice 2334 | scratchy 2335 | roosevelt 2336 | rockport 2337 | redlight 2338 | puppy123 2339 | perfection 2340 | paulette 2341 | password99 2342 | panther1 2343 | overtime 2344 | nopassword 2345 | nazareth 2346 | mudvayne 2347 | movement 2348 | miracles 2349 | mike1234 2350 | maserati 2351 | marihuana 2352 | marbella 2353 | lifestyle 2354 | kiwikiwi 2355 | jurassic 2356 | infernal 2357 | hereford 2358 | goodtime 2359 | goodlife 2360 | goodgirl 2361 | gamecock 2362 | galadriel 2363 | gabriell 2364 | friends1 2365 | firefighter 2366 | ferreira 2367 | fenerbahce 2368 | ethiopia 2369 | dionysus 2370 | different 2371 | deadpool 2372 | crossroads 2373 | christos 2374 | chauncey 2375 | castaway 2376 | carefree 2377 | burnside 2378 | borussia 2379 | boomerang 2380 | bohemian 2381 | blackice 2382 | blackhole 2383 | bigmouth 2384 | baptiste 2385 | augustin 2386 | asdfg123 2387 | arlington 2388 | ambassador 2389 | alistair 2390 | agamemnon 2391 | advocate 2392 | adgjmptw 2393 | acoustic 2394 | Princess 2395 | 7894561230 2396 | 19811981 2397 | 11221122 2398 | zimmerman 2399 | youandme 2400 | yorkshire 2401 | wallpaper 2402 | vinicius 2403 | veronique 2404 | vauxhall 2405 | understand 2406 | tyler123 2407 | terminus 2408 | surround 2409 | suckmydick 2410 | stronghold 2411 | soccer13 2412 | slipknot1 2413 | sexylady 2414 | sessions 2415 | scirocco 2416 | schiller 2417 | schedule 2418 | rosebud1 2419 | regional 2420 | radiance 2421 | pioneers 2422 | phantasy 2423 | peaches1 2424 | p@ssw0rd 2425 | obsession 2426 | neutrino 2427 | mountains 2428 | marmalade 2429 | kendrick 2430 | jamesbond007 2431 | hogwarts 2432 | heinlein 2433 | guitarra 2434 | gillette 2435 | germania 2436 | fruitcake 2437 | flowers1 2438 | fighters 2439 | fastback 2440 | fabrizio 2441 | exercise 2442 | envelope 2443 | element1 2444 | eeeeeeee 2445 | doraemon 2446 | diabetes 2447 | destination 2448 | davenport 2449 | damascus 2450 | coronado 2451 | chevalier 2452 | cashflow 2453 | cardigan 2454 | boyfriend 2455 | blueprint 2456 | blackboy 2457 | bitchass 2458 | backpack 2459 | babycakes 2460 | arschloch 2461 | aquamarine 2462 | anakonda 2463 | Victoria 2464 | 911turbo 2465 | 19851985 2466 | 19721972 2467 | 1234567899 2468 | worldwide 2469 | water123 2470 | viscount 2471 | violette 2472 | venezuela 2473 | undertow 2474 | traveller 2475 | transformer 2476 | tombstone 2477 | teacher1 2478 | surfboard 2479 | success1 2480 | stratocaster 2481 | stephani 2482 | stainless 2483 | scorpions 2484 | redstone 2485 | premiere 2486 | planning 2487 | peacemaker 2488 | paramore 2489 | packers1 2490 | numberone 2491 | nitrogen 2492 | natascha 2493 | moonwalk 2494 | maurizio 2495 | marzipan 2496 | mandolin 2497 | mamamama 2498 | maintain 2499 | macgyver 2500 | ludacris 2501 | loredana 2502 | lexington 2503 | landscape 2504 | killkill 2505 | justice1 2506 | jailbird 2507 | ilovemyself 2508 | google123 2509 | goodnews 2510 | gatekeeper 2511 | freshman 2512 | frankfurt 2513 | frankenstein 2514 | firestar 2515 | eleonora 2516 | dreamland 2517 | dragon11 2518 | domenico 2519 | discreet 2520 | detective 2521 | crossbow 2522 | creative1 2523 | choppers 2524 | betrayed 2525 | bernhard 2526 | basilisk 2527 | asdqwe123 2528 | asdasd123 2529 | armadillo 2530 | antigone 2531 | alterego 2532 | alhambra 2533 | aerobics 2534 | advantage 2535 | Superman 2536 | 20012001 2537 | 1million 2538 | yyyyyyyy 2539 | yellowstone 2540 | woodruff 2541 | vampire1 2542 | tequiero 2543 | sunnyboy 2544 | specialk 2545 | sorrento 2546 | reliance 2547 | q2w3e4r5 2548 | proverbs 2549 | policeman 2550 | playgirl 2551 | pentium4 2552 | pedigree 2553 | partners 2554 | overdrive 2555 | orange12 2556 | observer 2557 | nnnnnnnn 2558 | nicholas1 2559 | newworld 2560 | moriarty 2561 | minotaur 2562 | manunited 2563 | location 2564 | leavemealone 2565 | knockout 2566 | knickers 2567 | kassandra 2568 | jeffrey1 2569 | hellyeah 2570 | greentea 2571 | goodgood 2572 | germany1 2573 | gasoline 2574 | flashman 2575 | firestarter 2576 | fatality 2577 | emiliano 2578 | ellipsis 2579 | disorder 2580 | deadlock 2581 | davidoff 2582 | couscous 2583 | construction 2584 | congress 2585 | cleaning 2586 | clarkson 2587 | christoph 2588 | cheerleader 2589 | charlie2 2590 | ceramics 2591 | casandra 2592 | cambodia 2593 | blackstar 2594 | bigmoney 2595 | ballerina 2596 | backbone 2597 | alexandru 2598 | 74108520 2599 | 24681012 2600 | 24242424 2601 | 1password 2602 | 19881988 2603 | 123456123456 2604 | whatwhat 2605 | westcoast 2606 | watching 2607 | underwear 2608 | tomatoes 2609 | tiramisu 2610 | tiberian 2611 | thurston 2612 | spinning 2613 | slippers 2614 | simon123 2615 | response 2616 | reindeer 2617 | qwertyuio 2618 | prosperity 2619 | porsche1 2620 | password1234 2621 | panchito 2622 | nottingham 2623 | mythology 2624 | montana1 2625 | mayfield 2626 | marquise 2627 | manifest 2628 | magnetic 2629 | lovelace 2630 | letmein123 2631 | lesbians 2632 | joystick 2633 | inspector 2634 | industry 2635 | ilovejesus 2636 | gulliver 2637 | ganymede 2638 | galactic 2639 | furniture 2640 | flashback 2641 | esoteric 2642 | dropdead 2643 | drinking 2644 | devildog 2645 | copeland 2646 | christop 2647 | christian1 2648 | cheerios 2649 | chatting 2650 | chantelle 2651 | changeit 2652 | cerulean 2653 | cabernet 2654 | blackheart 2655 | bionicle 2656 | baltazar 2657 | amoremio 2658 | alpha123 2659 | alleycat 2660 | accident 2661 | 19771977 2662 | 123mudar 2663 | trickster 2664 | tingting 2665 | thething 2666 | testing1 2667 | tallulah 2668 | symmetry 2669 | summer69 2670 | stonehenge 2671 | smartass 2672 | shortcake 2673 | shadow11 2674 | salesman 2675 | rushmore 2676 | resource 2677 | pregnant 2678 | pleasant 2679 | playground 2680 | plankton 2681 | pendulum 2682 | paterson 2683 | password8 2684 | partizan 2685 | olympics 2686 | northwest 2687 | networks 2688 | nederland 2689 | mystique 2690 | metallica1 2691 | mckinley 2692 | mcgregor 2693 | maxpower 2694 | mathematics 2695 | longhorns 2696 | livelife 2697 | lafayette 2698 | kokakola 2699 | kleopatra 2700 | katherin 2701 | julianna 2702 | jeannine 2703 | horseman 2704 | homeland 2705 | holiday1 2706 | hennessy 2707 | guesswho 2708 | greywolf 2709 | gilligan 2710 | gallardo 2711 | freewill 2712 | francisca 2713 | francis1 2714 | fordf150 2715 | fleetwood 2716 | fantomas 2717 | eightball 2718 | dutchman 2719 | drummer1 2720 | dementia 2721 | cellphone 2722 | breakdown 2723 | blessings 2724 | berliner 2725 | antonella 2726 | andrew123 2727 | aleksandra 2728 | adrenaline 2729 | abrakadabra 2730 | 20002000 2731 | 19951995 2732 | woodwork 2733 | winifred 2734 | welcome2 2735 | waterboy 2736 | troopers 2737 | theodora 2738 | sometime 2739 | smackdown 2740 | sagittarius 2741 | russell1 2742 | rocketman 2743 | roadking 2744 | rifleman 2745 | raymond1 2746 | qwerty13 2747 | priyanka 2748 | private1 2749 | pizzaman 2750 | phantasm 2751 | pathetic 2752 | parliament 2753 | oldschool 2754 | nicotine 2755 | nefertiti 2756 | motherlode 2757 | mollydog 2758 | minstrel 2759 | minicooper 2760 | milwaukee 2761 | millionaire 2762 | midnight1 2763 | matthieu 2764 | maria123 2765 | lebron23 2766 | lakers24 2767 | kitty123 2768 | kindness 2769 | insurance 2770 | independence 2771 | hatfield 2772 | gymnastics 2773 | getmoney 2774 | general1 2775 | freelance 2776 | forsythe 2777 | fontaine 2778 | feelgood 2779 | experience 2780 | evidence 2781 | erickson 2782 | enter123 2783 | energizer 2784 | downfall 2785 | deadwood 2786 | dandelion 2787 | crazyman 2788 | corporate 2789 | commandos 2790 | citation 2791 | chinchilla 2792 | champions 2793 | calliope 2794 | broccoli 2795 | bleeding 2796 | berserker 2797 | bergkamp 2798 | backstreet 2799 | asmodeus 2800 | artistic 2801 | antilles 2802 | anteater 2803 | anhyeuem 2804 | aaaa1111 2805 | Sunshine 2806 | Jonathan 2807 | 321321321 2808 | 19731973 2809 | 19691969 2810 | 000000000 2811 | wrinkles 2812 | trumpet1 2813 | triplets 2814 | telecaster 2815 | sunnyday 2816 | summer12 2817 | students 2818 | stockholm 2819 | start123 2820 | starshine 2821 | sopranos 2822 | siberian 2823 | shetland 2824 | sheppard 2825 | scrapper 2826 | schooner 2827 | rebellion 2828 | pershing 2829 | password7 2830 | parasite 2831 | pantera1 2832 | palmetto 2833 | overture 2834 | odysseus 2835 | notredame 2836 | noisette 2837 | narayana 2838 | nakamura 2839 | mushrooms 2840 | moderator 2841 | metalgear 2842 | mediator 2843 | mcintosh 2844 | mazda626 2845 | mayflower 2846 | marykate 2847 | manpower 2848 | malamute 2849 | louisiana 2850 | kryptonite 2851 | kathmandu 2852 | justin12 2853 | jeronimo 2854 | jeremias 2855 | jamaican 2856 | imperium 2857 | hurricanes 2858 | humberto 2859 | hotmail1 2860 | hoosiers 2861 | goldmine 2862 | futurama 2863 | elisabet 2864 | earthquake 2865 | dumpling 2866 | dragster 2867 | dragon13 2868 | dominica 2869 | dominate 2870 | dictator 2871 | desperate 2872 | cookbook 2873 | confusion 2874 | concerto 2875 | christel 2876 | cashmoney 2877 | blacksmith 2878 | beholder 2879 | babushka 2880 | autobahn 2881 | attention 2882 | atmosphere 2883 | anywhere 2884 | aftermath 2885 | acidburn 2886 | abhishek 2887 | 789654123 2888 | z1x2c3v4 2889 | whiteout 2890 | typewriter 2891 | topolino 2892 | thousand 2893 | thorsten 2894 | thematrix 2895 | symantec 2896 | stanley1 2897 | splatter 2898 | spiderman1 2899 | sonysony 2900 | slaughter 2901 | sensitive 2902 | schaefer 2903 | reddwarf 2904 | providence 2905 | position 2906 | popopopo 2907 | pikapika 2908 | piercing 2909 | performance 2910 | pasquale 2911 | paramedic 2912 | pakistani 2913 | neighbor 2914 | motorcycle 2915 | mireille 2916 | lovesick 2917 | loverman 2918 | london12 2919 | lockwood 2920 | lifeguard 2921 | kowalski 2922 | kerberos 2923 | kellyann 2924 | jimmy123 2925 | jayhawks 2926 | innuendo 2927 | incorrect 2928 | ilovemom 2929 | iiiiiiii 2930 | hummingbird 2931 | houston1 2932 | horrible 2933 | himalaya 2934 | highlife 2935 | hetfield 2936 | heartbeat 2937 | guitarist 2938 | graphite 2939 | godisgood 2940 | ghostrider 2941 | funnyman 2942 | f00tball 2943 | epiphany 2944 | elvis123 2945 | discount 2946 | danny123 2947 | danielle1 2948 | copyright 2949 | consumer 2950 | concordia 2951 | complicated 2952 | clementine 2953 | chouette 2954 | chinchin 2955 | chinatown 2956 | chinaman 2957 | chesterfield 2958 | cervantes 2959 | celestial 2960 | calderon 2961 | bullhead 2962 | brussels 2963 | broadband 2964 | brasilia 2965 | bobby123 2966 | bellevue 2967 | bagpipes 2968 | aurelius 2969 | aristotle 2970 | altitude 2971 | aloysius 2972 | alabama1 2973 | affinity 2974 | abcdefg1 2975 | Password123 2976 | 20102010 2977 | 09876543 2978 | zxasqw12 2979 | winnipeg 2980 | ultraman 2981 | treefrog 2982 | tigercat 2983 | taratara 2984 | tactical 2985 | system32 2986 | swastika 2987 | skipper1 2988 | searcher 2989 | reserved 2990 | redbeard 2991 | realtime 2992 | qwert1234 2993 | qwe123qwe 2994 | pyramids 2995 | provider 2996 | projects 2997 | production 2998 | poontang 2999 | pinecone 3000 | pericles 3001 | pennywise 3002 | paradiso 3003 | parachute 3004 | parabola 3005 | palestine 3006 | overflow 3007 | motorbike 3008 | mechanical 3009 | mazdarx7 3010 | mavericks 3011 | marybeth 3012 | marriott 3013 | madalena 3014 | loophole 3015 | lonsdale 3016 | lingerie 3017 | libertad 3018 | ledzeppelin 3019 | lavalamp 3020 | joselito 3021 | joker123 3022 | jerrylee 3023 | jamboree 3024 | interest 3025 | imissyou 3026 | hugoboss 3027 | holahola 3028 | heythere 3029 | hehehehe 3030 | hangover 3031 | guerrero 3032 | greatone 3033 | gianluca 3034 | gardener 3035 | gangsta1 3036 | exorcist 3037 | elizabeth1 3038 | dressage 3039 | dominic1 3040 | dominator 3041 | domination 3042 | dodgeram 3043 | cummings 3044 | commodore 3045 | christen 3046 | callahan 3047 | calcutta 3048 | burberry 3049 | bulletproof 3050 | bombshell 3051 | blackburn 3052 | betrayal 3053 | atkinson 3054 | athletic 3055 | arachnid 3056 | amaranth 3057 | algernon 3058 | alastair 3059 | absinthe 3060 | 01020304 3061 | zoomzoom 3062 | wonderboy 3063 | whatthefuck 3064 | watchman 3065 | vanilla1 3066 | trouble1 3067 | transform 3068 | trampoline 3069 | tortilla 3070 | thunderbolt 3071 | superduper 3072 | squadron 3073 | smile123 3074 | skylight 3075 | sanfrancisco 3076 | salamandra 3077 | ricardo1 3078 | resistance 3079 | reliable 3080 | recorder 3081 | qwertyqwerty 3082 | provence 3083 | porsche9 3084 | piedmont 3085 | pentagram 3086 | patches1 3087 | password9 3088 | overdose 3089 | nightman 3090 | nightingale 3091 | mymother 3092 | monument 3093 | medicina 3094 | madonna1 3095 | longtime 3096 | lolololo 3097 | lokiloki 3098 | littleman 3099 | laughing 3100 | kerrigan 3101 | jeopardy 3102 | inspiration 3103 | ibelieve 3104 | houghton 3105 | horsemen 3106 | hologram 3107 | hideaway 3108 | hawaii50 3109 | happydays 3110 | handicap 3111 | hamsters 3112 | guillermo 3113 | georgia1 3114 | freddie1 3115 | forklift 3116 | finished 3117 | dorothea 3118 | devotion 3119 | deathstar 3120 | darkknight 3121 | conchita 3122 | cocacola1 3123 | classics 3124 | chopper1 3125 | buffalo1 3126 | bubba123 3127 | bridgette 3128 | blingbling 3129 | bigballs 3130 | barnyard 3131 | baphomet 3132 | badlands 3133 | asterisk 3134 | arcangel 3135 | antoinette 3136 | annemarie 3137 | Christian 3138 | 20022002 3139 | 19971997 3140 | 1234567891 3141 | whoknows 3142 | victoria1 3143 | trousers 3144 | treehouse 3145 | tranquil 3146 | toriamos 3147 | temppass 3148 | teardrop 3149 | superboy 3150 | srinivas 3151 | snowman1 3152 | shortcut 3153 | shockwave 3154 | shocking 3155 | senha123 3156 | scranton 3157 | sandoval 3158 | roseanne 3159 | red12345 3160 | prospero 3161 | products 3162 | paperclip 3163 | papamama 3164 | outdoors 3165 | nightwish 3166 | nemesis1 3167 | nagasaki 3168 | mousepad 3169 | morrissey 3170 | monkeyman 3171 | modeling 3172 | microlab 3173 | maranatha 3174 | makeitso 3175 | maelstrom 3176 | limpbizkit 3177 | lightbulb 3178 | lalakers 3179 | katharina 3180 | kakaroto 3181 | jeannette 3182 | investor 3183 | insecure 3184 | humanoid 3185 | hondacivic 3186 | holiness 3187 | helpless 3188 | hallelujah 3189 | greenhouse 3190 | germaine 3191 | gallagher 3192 | freefree 3193 | francais 3194 | firestone 3195 | firebolt 3196 | filipino 3197 | federica 3198 | falstaff 3199 | eleven11 3200 | electronics 3201 | economist 3202 | dominant 3203 | diabolic 3204 | deadbeat 3205 | crockett 3206 | crazycat 3207 | composer 3208 | coleslaw 3209 | cincinnati 3210 | cascades 3211 | bretagne 3212 | breaking 3213 | bluenose 3214 | bluegrass 3215 | bisexual 3216 | billions 3217 | billbill 3218 | bigbrother 3219 | beckham7 3220 | avengers 3221 | athletics 3222 | assembly 3223 | asasasas 3224 | allstars 3225 | alakazam 3226 | activate 3227 | abcde12345 3228 | Pa55word 3229 | Computer 3230 | 369258147 3231 | 1q2w3e4r5 3232 | 123456qwerty 3233 | zerozero 3234 | windowsxp 3235 | wachtwoord 3236 | vigilant 3237 | verygood 3238 | trustnoone 3239 | truffles 3240 | toothpaste 3241 | tigerman 3242 | thankgod 3243 | telefono 3244 | sweetwater 3245 | summoner 3246 | suicidal 3247 | strummer 3248 | stiletto 3249 | squeaker 3250 | sixtynine 3251 | sithlord 3252 | siegfried 3253 | showcase 3254 | serenade 3255 | sepultura 3256 | secret123 3257 | rotation 3258 | rockhard 3259 | quintana 3260 | pepsicola 3261 | passenger 3262 | pacifica 3263 | omsairam 3264 | nightshade 3265 | newhouse 3266 | nacional 3267 | muenchen 3268 | motorhead 3269 | morrigan 3270 | montecarlo 3271 | michael2 3272 | memememe 3273 | maximize 3274 | marino13 3275 | marciano 3276 | macdonald 3277 | loveable 3278 | lakeview 3279 | konstantin 3280 | kenneth1 3281 | ilikepie 3282 | hyderabad 3283 | historia 3284 | highschool 3285 | hiawatha 3286 | hermitage 3287 | goodtimes 3288 | freeport 3289 | flathead 3290 | faulkner 3291 | endymion 3292 | emirates 3293 | dreamers 3294 | dragon69 3295 | district 3296 | dietrich 3297 | cranberry 3298 | cockroach 3299 | clemence 3300 | claudia1 3301 | classified 3302 | chocolate1 3303 | cellular 3304 | catherin 3305 | carmella 3306 | butterfly1 3307 | burgundy 3308 | brother1 3309 | blooming 3310 | blitzkrieg 3311 | bladerunner 3312 | bigboobs 3313 | beachbum 3314 | barbara1 3315 | backyard 3316 | backward 3317 | babybear 3318 | argonaut 3319 | appleton 3320 | aguilera 3321 | abundance 3322 | Nicholas 3323 | Michael1 3324 | 9999999999 3325 | 1qazzaq1 3326 | 13243546 3327 | 12qw34er 3328 | 123456ab 3329 | zaragoza 3330 | woodcock 3331 | wisteria 3332 | westlake 3333 | victoire 3334 | untouchable 3335 | trapdoor 3336 | tigereye 3337 | thetruth 3338 | testicle 3339 | superbowl 3340 | student1 3341 | sprinkle 3342 | snakebite 3343 | silencer 3344 | secretary 3345 | scottish 3346 | sanderson 3347 | sanandreas 3348 | robertson 3349 | richelle 3350 | richardson 3351 | religion 3352 | rastafari 3353 | quiksilver 3354 | queenbee 3355 | psychology 3356 | playhouse 3357 | physical 3358 | pensacola 3359 | pedersen 3360 | password0 3361 | paperboy 3362 | pandemonium 3363 | nikolaus 3364 | murderer 3365 | montague 3366 | mockingbird 3367 | milagros 3368 | mercutio 3369 | mercurio 3370 | mcknight 3371 | maxpayne 3372 | mandragora 3373 | manager1 3374 | mamacita 3375 | madhatter 3376 | lucretia 3377 | love4ever 3378 | lol12345 3379 | laura123 3380 | kusanagi 3381 | knoxville 3382 | katmandu 3383 | julianne 3384 | joseluis 3385 | jiujitsu 3386 | jeanpaul 3387 | infrared 3388 | industrial 3389 | humanity 3390 | hotwheels 3391 | honeypot 3392 | honeybun 3393 | herkules 3394 | heartbreaker 3395 | hawkeyes 3396 | gregory1 3397 | gilgamesh 3398 | geometry 3399 | friedman 3400 | freiheit 3401 | firework 3402 | federation 3403 | executive 3404 | exclusive 3405 | excellence 3406 | emotional 3407 | elbereth 3408 | dragon99 3409 | dollface 3410 | devilish 3411 | democrat 3412 | darkmoon 3413 | crackpot 3414 | costarica 3415 | costanza 3416 | consuelo 3417 | clarisse 3418 | citibank 3419 | cingular 3420 | chrystal 3421 | channing 3422 | carvalho 3423 | brownie1 3424 | bluebear 3425 | billyjoe 3426 | benedikt 3427 | beaufort 3428 | batman12 3429 | barnabas 3430 | baracuda 3431 | augustine 3432 | armitage 3433 | alcapone 3434 | afterlife 3435 | adrianne 3436 | a1a2a3a4 3437 | Internet 3438 | Football 3439 | yourself 3440 | yorktown 3441 | yeahyeah 3442 | wildflower 3443 | valdemar 3444 | unlocked 3445 | unleashed 3446 | twinkles 3447 | trujillo 3448 | torrents 3449 | tonyhawk 3450 | tanzania 3451 | takedown 3452 | takamine 3453 | supercool 3454 | subwoofer 3455 | stitches 3456 | standing 3457 | stalingrad 3458 | srilanka 3459 | sparhawk 3460 | slowpoke 3461 | shoelace 3462 | service1 3463 | senorita 3464 | seashore 3465 | sandstorm 3466 | roulette 3467 | rocky123 3468 | radiator 3469 | problems 3470 | powerhouse 3471 | postmaster 3472 | platform 3473 | parallax 3474 | nepenthe 3475 | moonmoon 3476 | lovehate 3477 | livingston 3478 | lifesucks 3479 | labyrinth 3480 | komputer 3481 | jackhammer 3482 | intrigue 3483 | interface 3484 | interact 3485 | honeymoon 3486 | grapefruit 3487 | government 3488 | geography 3489 | galloway 3490 | fullback 3491 | fuckhead 3492 | fairview 3493 | divorced 3494 | disabled 3495 | defiance 3496 | deeznutz 3497 | daniel01 3498 | cookies1 3499 | communication 3500 | cocksucker 3501 | cheating 3502 | buckwheat 3503 | boarding 3504 | blackdragon 3505 | baseline 3506 | bandicoot 3507 | baldrick 3508 | apollo11 3509 | annamaria 3510 | ambulance 3511 | aluminum 3512 | abercrombie 3513 | 19931993 3514 | 19791979 3515 | woodwind 3516 | woodpecker 3517 | woodbury 3518 | watchdog 3519 | vikings1 3520 | tribunal 3521 | toreador 3522 | tigerwoods 3523 | thinkpad 3524 | thebeach 3525 | test12345 3526 | terrific 3527 | teaching 3528 | supermario 3529 | successful 3530 | stringer 3531 | sovereign 3532 | souvenir 3533 | sombrero 3534 | sk8board 3535 | shuriken 3536 | shotokan 3537 | shinichi 3538 | scooters 3539 | schroeder 3540 | schnitzel 3541 | rosalinda 3542 | regiment 3543 | rainfall 3544 | qwerty78 3545 | qweasd123 3546 | puertorico 3547 | pistache 3548 | pianoman 3549 | paddington 3550 | overseas 3551 | orthodox 3552 | nietzsche 3553 | monorail 3554 | minemine 3555 | milhouse 3556 | mermaids 3557 | maverick1 3558 | margarida 3559 | mansfield 3560 | madrigal 3561 | london22 3562 | krakatoa 3563 | junction 3564 | intranet 3565 | imperator 3566 | hunter123 3567 | humility 3568 | harmless 3569 | grace123 3570 | giuliana 3571 | gauntlet 3572 | fugitive 3573 | fuckyou123 3574 | flatland 3575 | feelings 3576 | fabregas 3577 | entertainment 3578 | emanuele 3579 | election 3580 | dumpster 3581 | douglas1 3582 | cruzeiro 3583 | cracking 3584 | control1 3585 | cheaters 3586 | centrino 3587 | captain1 3588 | canberra 3589 | botswana 3590 | blockbuster 3591 | blahblahblah 3592 | blackfire 3593 | blackbelt 3594 | bestfriend 3595 | atreides 3596 | asuncion 3597 | astronomy 3598 | astroboy 3599 | aqualung 3600 | amnesiac 3601 | adorable 3602 | 3edc4rfv 3603 | 1z2x3c4v 3604 | 19921992 3605 | 14141414 3606 | 12211221 3607 | yankees2 3608 | worldcup 3609 | wholesale 3610 | vittorio 3611 | underwood 3612 | underwater 3613 | touchdown 3614 | theworld 3615 | thebeast 3616 | thaddeus 3617 | telemark 3618 | sylvania 3619 | surveyor 3620 | suitcase 3621 | stroller 3622 | stripped 3623 | stratford 3624 | stallone 3625 | speedster 3626 | smoke420 3627 | septembe 3628 | sandberg 3629 | rousseau 3630 | revenant 3631 | protector 3632 | protected 3633 | pepsi123 3634 | pembroke 3635 | password4 3636 | password13 3637 | parkside 3638 | outbreak 3639 | obsolete 3640 | nutshell 3641 | nounours 3642 | nonenone 3643 | multisync 3644 | momentum 3645 | microwave 3646 | michele1 3647 | marguerite 3648 | maldives 3649 | magdalen 3650 | longbeach 3651 | lockhart 3652 | krokodil 3653 | kensington 3654 | humboldt 3655 | homebase 3656 | headshot 3657 | headless 3658 | hazelnut 3659 | gremlins 3660 | frankie1 3661 | frank123 3662 | fireman1 3663 | fireblade 3664 | external 3665 | entering 3666 | electrical 3667 | dulcinea 3668 | dropkick 3669 | draconis 3670 | dont4get 3671 | domestic 3672 | daydreamer 3673 | darkwing 3674 | corporal 3675 | cocorico 3676 | chimaera 3677 | cheyanne 3678 | celebrate 3679 | caballero 3680 | breakers 3681 | brainstorm 3682 | bluesman 3683 | blackpool 3684 | bethesda 3685 | basketba 3686 | antichrist 3687 | andyandy 3688 | allison1 3689 | abcdefghi 3690 | Garfield 3691 | Abcd1234 3692 | yoyoyoyo 3693 | yeahbaby 3694 | wetpussy 3695 | vergessen 3696 | variable 3697 | unicorn1 3698 | trillium 3699 | torrance 3700 | tikitiki 3701 | thumper1 3702 | thesaint 3703 | theforce 3704 | teiubesc 3705 | sweet123 3706 | succubus 3707 | stockman 3708 | steve123 3709 | speeding 3710 | solitaire 3711 | sokrates 3712 | slingshot 3713 | skateboarding 3714 | silverfox 3715 | showboat 3716 | sequence 3717 | rottweiler 3718 | rincewind 3719 | rainmaker 3720 | qwerty99 3721 | postcard 3722 | polkadot 3723 | photoshop 3724 | persimmon 3725 | pandabear 3726 | orlando1 3727 | nutrition 3728 | nicolas1 3729 | nicknick 3730 | naughty1 3731 | mysterious 3732 | marielle 3733 | maneater 3734 | lionlion 3735 | leningrad 3736 | leapfrog 3737 | kristopher 3738 | kirkwood 3739 | kilkenny 3740 | jordan12 3741 | jediknight 3742 | jabberwocky 3743 | intercom 3744 | informix 3745 | hounddog 3746 | homicide 3747 | herschel 3748 | henrietta 3749 | hatteras 3750 | harakiri 3751 | halfmoon 3752 | gunslinger 3753 | fivestar 3754 | firewood 3755 | expedition 3756 | executor 3757 | elcamino 3758 | egyptian 3759 | eclipse1 3760 | duckling 3761 | drumming 3762 | drifting 3763 | daisydog 3764 | coolgirl 3765 | contrast 3766 | collector 3767 | choclate 3768 | chilling 3769 | channels 3770 | catapult 3771 | careless 3772 | californ 3773 | brunswick 3774 | brendan1 3775 | braindead 3776 | bluedragon 3777 | bloodline 3778 | beverley 3779 | atalanta 3780 | astonvilla 3781 | ashley12 3782 | asdfghjkl1 3783 | arizona1 3784 | antihero 3785 | andrew12 3786 | allright 3787 | ab123456 3788 | 43214321 3789 | 2222222222 3790 | 18436572 3791 | 123456654321 3792 | woodlands 3793 | windows7 3794 | wilkinson 3795 | wellcome 3796 | waldemar 3797 | valerian 3798 | tristan1 3799 | tornado1 3800 | thunders 3801 | thomas123 3802 | testament 3803 | tennyson 3804 | tarragon 3805 | tapestry 3806 | tajmahal 3807 | sunny123 3808 | struggle 3809 | starling 3810 | starchild 3811 | sobriety 3812 | snowfall 3813 | snickers1 3814 | skyline1 3815 | shirley1 3816 | shalimar 3817 | settings 3818 | sebastian1 3819 | schnecke 3820 | satriani 3821 | sasha123 3822 | sailfish 3823 | roserose 3824 | reference 3825 | qwerty22 3826 | qqqqqqqqqq 3827 | prashant 3828 | powerman 3829 | powerade 3830 | playstation2 3831 | plastics 3832 | pinkpink 3833 | parallel 3834 | papercut 3835 | p4ssword 3836 | navyseal 3837 | monopoli 3838 | mnemonic 3839 | millenia 3840 | mercenary 3841 | membrane 3842 | manitoba 3843 | lineage2 3844 | limelight 3845 | leopards 3846 | kurdistan 3847 | karoline 3848 | johnpaul 3849 | interior 3850 | interesting 3851 | insomniac 3852 | homepage 3853 | hello1234 3854 | heavymetal 3855 | headhunter 3856 | harvester 3857 | greeting 3858 | golfgolf 3859 | glassman 3860 | gladstone 3861 | galatasaray 3862 | friction 3863 | filomena 3864 | ethereal 3865 | emotions 3866 | dudedude 3867 | douglass 3868 | dominika 3869 | desperados 3870 | demetrio 3871 | demented 3872 | decision 3873 | cuthbert 3874 | compound 3875 | comatose 3876 | civilwar 3877 | charleston 3878 | castello 3879 | cachorro 3880 | bulletin 3881 | brandnew 3882 | bluegill 3883 | bloodhound 3884 | beautiful1 3885 | baywatch 3886 | bastardo 3887 | bagheera 3888 | annalisa 3889 | allstate 3890 | alfaromeo 3891 | aldebaran 3892 | alberto1 3893 | Samantha 3894 | Elizabeth 3895 | 78945612 3896 | 01010101 3897 | yellow12 3898 | wolverines 3899 | wolfhound 3900 | wildbill 3901 | whittier 3902 | vittoria 3903 | virgilio 3904 | vegetable 3905 | unbreakable 3906 | trusting 3907 | troubles 3908 | tonytony 3909 | thebest1 3910 | terriers 3911 | template 3912 | telefoon 3913 | talented 3914 | superpower 3915 | supermen 3916 | sugarplum 3917 | starting 3918 | spartan117 3919 | snowball1 3920 | sixpence 3921 | simplicity 3922 | sidewalk 3923 | shoshana 3924 | sasquatch 3925 | rattlesnake 3926 | rainbow7 3927 | rafferty 3928 | qwerty77 3929 | qwerty00 3930 | promotion 3931 | pokemon123 3932 | pinocchio 3933 | philosophy 3934 | philippines 3935 | pheasant 3936 | pentium3 3937 | patrizia 3938 | overlook 3939 | overhead 3940 | operations 3941 | okokokok 3942 | nwo4life 3943 | novembre 3944 | nostradamus 3945 | newlife1 3946 | newdelhi 3947 | myspace1 3948 | myfriend 3949 | munchies 3950 | mountaindew 3951 | moneybag 3952 | molecule 3953 | mercury1 3954 | melville 3955 | mcintyre 3956 | mattress 3957 | marshmallow 3958 | maritime 3959 | mariachi 3960 | makemoney 3961 | loveyou2 3962 | lovesong 3963 | lolalola 3964 | lindsey1 3965 | lifeboat 3966 | katie123 3967 | kasandra 3968 | kalamazoo 3969 | jupiter1 3970 | julia123 3971 | jordan123 3972 | jackrabbit 3973 | intelligent 3974 | innocence 3975 | india123 3976 | iamthebest 3977 | henry123 3978 | henrique 3979 | hardball 3980 | handbook 3981 | hacienda 3982 | guilherme 3983 | grenoble 3984 | goodmorning 3985 | giuliano 3986 | frostbite 3987 | freehand 3988 | fragment 3989 | foreskin 3990 | explosion 3991 | experiment 3992 | ensemble 3993 | eclectic 3994 | dogfight 3995 | dodgers1 3996 | diogenes 3997 | dillweed 3998 | dickinson 3999 | demon666 4000 | demetrius 4001 | daybreak 4002 | dagobert 4003 | culinary 4004 | crossing 4005 | controls 4006 | consulting 4007 | cobblers 4008 | chatterbox 4009 | charlie123 4010 | charissa 4011 | celebrity 4012 | buster12 4013 | bungalow 4014 | broadcast 4015 | brianna1 4016 | bodyguard 4017 | bella123 4018 | ballroom 4019 | andre123 4020 | analysis 4021 | amber123 4022 | afghanistan 4023 | addiction 4024 | aa123456 4025 | 2wsx3edc 4026 | 2bornot2b 4027 | 12131213 4028 | zxcasdqwe 4029 | witchcraft 4030 | wertwert 4031 | warcraft1 4032 | vivienne 4033 | vermilion 4034 | ultrasound 4035 | tuppence 4036 | tropicana 4037 | trafford 4038 | teddy123 4039 | summer123 4040 | streamer 4041 | starburst 4042 | star1234 4043 | ssssssssss 4044 | spotlight 4045 | specialized 4046 | sparrows 4047 | solomon1 4048 | sideshow 4049 | sherbert 4050 | seminoles 4051 | sebastia 4052 | scribble 4053 | sarasota 4054 | sarasara 4055 | sarah123 4056 | sanguine 4057 | sandy123 4058 | samsung123 4059 | robert12 4060 | reflection 4061 | redhorse 4062 | rational 4063 | radioman 4064 | qwerty01 4065 | progressive 4066 | poophead 4067 | plutonium 4068 | phantoms 4069 | password00 4070 | paperino 4071 | organize 4072 | optiplex 4073 | october1 4074 | neverdie 4075 | nantucket 4076 | monsieur 4077 | monkfish 4078 | mauritius 4079 | master01 4080 | marymary 4081 | marvelous 4082 | manifesto 4083 | macedonia 4084 | lucas123 4085 | logistic 4086 | leprechaun 4087 | lemmings 4088 | langston 4089 | killer11 4090 | jack1234 4091 | ireland1 4092 | innovation 4093 | house123 4094 | hihihihi 4095 | hellhole 4096 | hardwood 4097 | generator 4098 | funhouse 4099 | fullhouse 4100 | flowerpower 4101 | fiorella 4102 | farewell 4103 | fantasma 4104 | faithless 4105 | failsafe 4106 | explicit 4107 | esposito 4108 | enchanted 4109 | duckduck 4110 | drilling 4111 | dragon10 4112 | doodlebug 4113 | dickweed 4114 | crunchie 4115 | crawfish 4116 | condition 4117 | chessman 4118 | chanelle 4119 | chamonix 4120 | celebration 4121 | candy123 4122 | brotherhood 4123 | brainiac 4124 | bluewater 4125 | birdland 4126 | binladen 4127 | billings 4128 | bareback 4129 | bacteria 4130 | authority 4131 | astronaut 4132 | asdfqwer 4133 | asd12345 4134 | arpeggio 4135 | appleseed 4136 | anthony2 4137 | animator 4138 | amazonas 4139 | alpacino 4140 | adelaida 4141 | adamadam 4142 | aaron123 4143 | Einstein 4144 | 90909090 4145 | 1234zxcv 4146 | yamamoto 4147 | wormhole 4148 | windows98 4149 | whiteman 4150 | westgate 4151 | watchmen 4152 | vergeten 4153 | veracruz 4154 | vanquish 4155 | uuuuuuuu 4156 | undefined 4157 | trucking 4158 | trooper1 4159 | tormentor 4160 | timelord 4161 | timberwolf 4162 | strangle 4163 | stoneman 4164 | starless 4165 | spiritual 4166 | spagetti 4167 | sorensen 4168 | somethin 4169 | snowhite 4170 | slovakia 4171 | skydiver 4172 | silvester 4173 | silicone 4174 | silencio 4175 | shevchenko 4176 | selector 4177 | scramble 4178 | scott123 4179 | salinger 4180 | rendezvous 4181 | reminder 4182 | redheads 4183 | qwerty321 4184 | propaganda 4185 | presidente 4186 | pocahontas 4187 | photography 4188 | phaedrus 4189 | permanent 4190 | paulchen 4191 | password5 4192 | passion1 4193 | paraguay 4194 | panda123 4195 | palacios 4196 | osbourne 4197 | orange123 4198 | onepiece 4199 | mutation 4200 | murcielago 4201 | murakami 4202 | mercator 4203 | matematica 4204 | mario123 4205 | manticore 4206 | lynnette 4207 | lookatme 4208 | linda123 4209 | lightnin 4210 | lifeless 4211 | leopoldo 4212 | kristin1 4213 | knitting 4214 | killerbee 4215 | katrina1 4216 | interactive 4217 | hershey1 4218 | hellhound 4219 | happening 4220 | gridlock 4221 | greatness 4222 | gigantic 4223 | fred1234 4224 | flatline 4225 | firehouse 4226 | firehawk 4227 | fellatio 4228 | eruption 4229 | encounter 4230 | dragons1 4231 | dragon88 4232 | delorean 4233 | decipher 4234 | darkblue 4235 | creatine 4236 | counting 4237 | cornbread 4238 | coolidge 4239 | cookie12 4240 | converge 4241 | clubbing 4242 | charmaine 4243 | cbr600rr 4244 | carnegie 4245 | caribbean 4246 | calabria 4247 | buttfuck 4248 | butterflies 4249 | broncos1 4250 | blueball 4251 | beautifu 4252 | barnacle 4253 | barbarossa 4254 | babygurl 4255 | automatic 4256 | asturias 4257 | armchair 4258 | archives 4259 | aperture 4260 | amandine 4261 | agnieszka 4262 | Liverpool 4263 | 22446688 4264 | 20032003 4265 | 1a2b3c4d5e 4266 | 19641964 4267 | 12141214 4268 | 01230123 4269 | yourname 4270 | whitewolf 4271 | warszawa 4272 | visionary 4273 | versailles 4274 | toothpick 4275 | therock1 4276 | testuser 4277 | temp1234 4278 | swordfis 4279 | superdog 4280 | sunflowers 4281 | sunflowe 4282 | stevenson 4283 | sportsman 4284 | somewhere 4285 | soccer22 4286 | snoopdogg 4287 | slovenia 4288 | slayer666 4289 | sinfonia 4290 | silverfish 4291 | sexybitch 4292 | scimitar 4293 | rosebush 4294 | resonance 4295 | resolution 4296 | registration 4297 | redriver 4298 | redeemed 4299 | ramstein 4300 | qweasdzx 4301 | primetime 4302 | precision 4303 | plumbing 4304 | pickwick 4305 | password22 4306 | parsifal 4307 | paramount 4308 | overcome 4309 | nutcracker 4310 | ninjutsu 4311 | newport1 4312 | newcomer 4313 | monkey01 4314 | minority 4315 | mariette 4316 | loveland 4317 | localhost 4318 | leadership 4319 | lagrange 4320 | kaitlynn 4321 | justin123 4322 | joshua123 4323 | john1234 4324 | invictus 4325 | inventor 4326 | inspired 4327 | hurrican 4328 | honey123 4329 | holbrook 4330 | hiroshima 4331 | heracles 4332 | hawthorne 4333 | hathaway 4334 | governor 4335 | goodrich 4336 | gizmo123 4337 | friday13 4338 | fortytwo 4339 | foreplay 4340 | foolproof 4341 | fishhook 4342 | fishfish 4343 | financial 4344 | fillmore 4345 | evangeline 4346 | espinoza 4347 | emerald1 4348 | electricity 4349 | ekaterina 4350 | edgewood 4351 | duisburg 4352 | drummers 4353 | dowjones 4354 | continental 4355 | cameroon 4356 | buddyboy 4357 | bracelet 4358 | bogeyman 4359 | bluerose 4360 | birdcage 4361 | billy123 4362 | billgates 4363 | beepbeep 4364 | batman123 4365 | asdfgh12 4366 | architecture 4367 | antonina 4368 | anabolic 4369 | allister 4370 | albacore 4371 | airedale 4372 | activity 4373 | Patricia 4374 | 99887766 4375 | 20202020 4376 | 19701970 4377 | 1357924680 4378 | yardbird 4379 | xcountry 4380 | wildrose 4381 | watanabe 4382 | wareagle 4383 | wanderlust 4384 | wakefield 4385 | validate 4386 | tripping 4387 | treetree 4388 | timbuktu 4389 | tarantino 4390 | syndicate 4391 | summer00 4392 | stuntman 4393 | steelman 4394 | spartan1 4395 | spaceship 4396 | snowshoe 4397 | smuggler 4398 | slowhand 4399 | sharpshooter 4400 | shadow01 4401 | schuster 4402 | schalke04 4403 | satelite 4404 | rightnow 4405 | r4e3w2q1 4406 | quagmire 4407 | portsmouth 4408 | porridge 4409 | pinkerton 4410 | peerless 4411 | paganini 4412 | orchestra 4413 | optional 4414 | nowayout 4415 | nintendo64 4416 | nicaragua 4417 | newstart 4418 | neworder 4419 | monkey13 4420 | mission1 4421 | michelangelo 4422 | mcmillan 4423 | lucky777 4424 | lombardo 4425 | lindberg 4426 | larkspur 4427 | lambchop 4428 | lalaland 4429 | kirakira 4430 | kamehameha 4431 | joshua12 4432 | jellybeans 4433 | january1 4434 | innovision 4435 | infinito 4436 | identify 4437 | hellomoto 4438 | hellgate 4439 | heatwave 4440 | harlequin 4441 | grounded 4442 | greenish 4443 | grandmother 4444 | gorillaz 4445 | goldsmith 4446 | gerhardt 4447 | generous 4448 | gauthier 4449 | frontera 4450 | freezing 4451 | fracture 4452 | firewater 4453 | fellowship 4454 | fastlane 4455 | explosive 4456 | environment 4457 | drafting 4458 | donnelly 4459 | dolomite 4460 | direction 4461 | deception 4462 | damocles 4463 | cunningham 4464 | crossroad 4465 | critters 4466 | crickets 4467 | crabtree 4468 | cortland 4469 | constantin 4470 | connected 4471 | confidential 4472 | comrades 4473 | clothing 4474 | classical 4475 | checking 4476 | charmed1 4477 | cathleen 4478 | carter15 4479 | carleton 4480 | butterscotch 4481 | butterball 4482 | bulldozer 4483 | bomberman 4484 | blueline 4485 | bittersweet 4486 | bigblack 4487 | bastard1 4488 | backspin 4489 | babababa 4490 | audition 4491 | argentum 4492 | antonius 4493 | antiques 4494 | angelfish 4495 | americana 4496 | aluminium 4497 | abigail1 4498 | abc123abc 4499 | 14531453 4500 | woodlawn 4501 | woodchuck 4502 | windward 4503 | warranty 4504 | visitors 4505 | vanderbilt 4506 | turquoise 4507 | triathlon 4508 | trespass 4509 | trashcan 4510 | topnotch 4511 | tigger12 4512 | switzerland 4513 | summer05 4514 | summer01 4515 | sturgeon 4516 | studioworks 4517 | strikers 4518 | skipjack 4519 | simulator 4520 | silverman 4521 | shipyard 4522 | shekinah 4523 | scouting 4524 | sanpedro 4525 | sandrock 4526 | rootroot 4527 | ronaldo9 4528 | reynaldo 4529 | renaissance 4530 | rembrandt 4531 | relentless 4532 | relative 4533 | radagast 4534 | qwertzui 4535 | presidio 4536 | presence 4537 | prentice 4538 | porcupine 4539 | playback 4540 | philippa 4541 | peterman 4542 | peregrin 4543 | peaceman 4544 | papabear 4545 | organist 4546 | octavian 4547 | northside 4548 | nightwing 4549 | nathanael 4550 | nascar24 4551 | multipass 4552 | mostwanted 4553 | monteiro 4554 | monkeys1 4555 | millhouse 4556 | metaphor 4557 | manifold 4558 | makelove 4559 | lysander 4560 | louisville 4561 | london123 4562 | logistics 4563 | lobsters 4564 | lifesaver 4565 | kristofer 4566 | kilimanjaro 4567 | julie123 4568 | johngalt 4569 | jamaica1 4570 | jalapeno 4571 | jacobsen 4572 | islanders 4573 | isengard 4574 | icecream1 4575 | hutchins 4576 | horizons 4577 | hitchcock 4578 | hemingway 4579 | heartland 4580 | hawkwind 4581 | happyboy 4582 | gwendolyn 4583 | gutentag 4584 | graveyard 4585 | gracious 4586 | godislove 4587 | glenwood 4588 | frogfrog 4589 | freelancer 4590 | fraction 4591 | forgetful 4592 | foreigner 4593 | folklore 4594 | firetruck 4595 | fantasy1 4596 | fahrenheit 4597 | express1 4598 | exposure 4599 | everton1 4600 | endurance 4601 | employee 4602 | economic 4603 | ducksoup 4604 | dragonslayer 4605 | doggystyle 4606 | diskette 4607 | descartes 4608 | delacruz 4609 | dashboard 4610 | damnation 4611 | creepers 4612 | copperhead 4613 | clements 4614 | cheerful 4615 | characters 4616 | certified 4617 | cathedral 4618 | catering 4619 | capucine 4620 | capacity 4621 | bridgett 4622 | breakaway 4623 | boyscout 4624 | bloodlust 4625 | blackstone 4626 | bingo123 4627 | belgrade 4628 | beginner 4629 | bavarian 4630 | backfire 4631 | astaroth 4632 | asdfg12345 4633 | arsehole 4634 | annelise 4635 | andrew01 4636 | anabelle 4637 | albright 4638 | airlines 4639 | adminadmin 4640 | adelante 4641 | account1 4642 | Maverick 4643 | 85208520 4644 | 14121412 4645 | 134679852 4646 | 123456789abc 4647 | zzzzzzzzzz 4648 | yahoo123 4649 | wretched 4650 | winthrop 4651 | whirlwind 4652 | westwind 4653 | weinberg 4654 | tumbleweed 4655 | trashman 4656 | toronto1 4657 | threesome 4658 | thomas01 4659 | thibault 4660 | syndrome 4661 | swinging 4662 | sweetiepie 4663 | sweetest 4664 | superwoman 4665 | sunburst 4666 | sperling 4667 | spectral 4668 | soldier1 4669 | silmaril 4670 | shoulder 4671 | shahrukh 4672 | settlers 4673 | seduction 4674 | searching 4675 | scotsman 4676 | scofield 4677 | schumann 4678 | satisfaction 4679 | santamaria 4680 | rossignol 4681 | rodrigues 4682 | rockrock 4683 | rockland 4684 | retriever 4685 | resurrection 4686 | restaurant 4687 | qwerty69 4688 | promises 4689 | priscila 4690 | priority 4691 | principal 4692 | playoffs 4693 | persephone 4694 | peregrine 4695 | pebbles1 4696 | overseer 4697 | opposite 4698 | oldsmobile 4699 | octavius 4700 | nikenike 4701 | nightcrawler 4702 | nehemiah 4703 | mystery1 4704 | morticia 4705 | morrowind 4706 | moonraker 4707 | monkey11 4708 | mithrandir 4709 | misty123 4710 | milenium 4711 | microphone 4712 | michael3 4713 | matrix123 4714 | lollollol 4715 | lincoln1 4716 | lilwayne 4717 | lausanne 4718 | kokokoko 4719 | kilowatt 4720 | jacob123 4721 | interval 4722 | ignorant 4723 | huntsman 4724 | hooligans 4725 | homesick 4726 | hobgoblin 4727 | highlands 4728 | highbury 4729 | hellbent 4730 | guerilla 4731 | graywolf 4732 | grandson 4733 | georgetown 4734 | gentleman 4735 | gargamel 4736 | gangsters 4737 | gameplay 4738 | flowerpot 4739 | firefly1 4740 | fighter1 4741 | fielding 4742 | familiar 4743 | falconer 4744 | ezequiel 4745 | dynamics 4746 | dominican 4747 | demolition 4748 | demetria 4749 | deathnote 4750 | darkroom 4751 | curtains 4752 | currency 4753 | crocodil 4754 | creativity 4755 | crawling 4756 | commercial 4757 | cigarette 4758 | christy1 4759 | chivalry 4760 | charlie7 4761 | celestine 4762 | catriona 4763 | cassiopeia 4764 | carolann 4765 | cantona7 4766 | cannonball 4767 | canfield 4768 | buttocks 4769 | brinkley 4770 | bordello 4771 | blissful 4772 | blackwell 4773 | blackbox 4774 | billiard 4775 | bigbooty 4776 | belvedere 4777 | bastille 4778 | barbershop 4779 | background 4780 | australian 4781 | astalavista 4782 | assassins 4783 | as123456 4784 | artofwar 4785 | artichoke 4786 | annalena 4787 | animated 4788 | alvarado 4789 | alternate 4790 | alicante 4791 | alex2000 4792 | aleksandr 4793 | alabaster 4794 | aerospace 4795 | accurate 4796 | 17171717 4797 | 159159159 4798 | 123456as 4799 | 00112233 4800 | 00001111 4801 | --------------------------------------------------------------------------------