cracking wpa con mkpwd & aircrack-ng

Iniciado por benlad, 3 Febrero 2013, 22:31 PM

0 Miembros y 1 Visitante están viendo este tema.

benlad

os propongo un generador de contraseñas flexible que puede ser utilizado como crunch con Aircrack es un viejo proyecto, el código fuente se encuentra alojado en http://www.o-schroeder.de/download/mkpwd/.

funciona muy bien con Aircrack y es mucho más flexible que crunch

ex mkpwd

mkpwd-n 8-m 14-t 3 100000000 | aircrack-ng-a 2 fille.cap-e essid-w-

para más mkpwd-h

mkpwd version 0.8
copyright (c) 1999-2010 Oliver Schroeder

syntax: mkpwd [options] [count]
if count is given, generate [count] passwords

options are:
-v         show the version and exit
-h         show this help screenand exit
-n [length]      set minimum password length
-m [length]      set maximum password length
-t  [type]      set the complexity type of passwords
         type 1: complex, all printables chars
         type 2: alphanum, A-Z, a-z, 0-9
         type 3: alpha, A-Z, a-z
         type 4: numeric, 0-9
         type 5: alphanum, readable
         type 6: alpha, readable
         type 7: hexadecimal
         type 8: alphanum non-ambiguous
-u         use only uppercase characters
-l         use only lowercase characters
-c [salt]      crypt the password with crypt(3)
         using the two character string salt
         will print out "pw crypt(pw)"