Optimized dictionary for WPA
#1
Hello to all. I apologize for my poor english.

I would like to create a dictionary optimized for wpa.

I know the password is 10 characters long from UPPER HEX (0123456789ABCDEF). The key space is 16^10, but I know some rules and I'd like to use them with maskprocessor or crunch.

Rules:

1) 10 chars long
2) no more than 5 alpha chars in the password (yes ABCDE01234 no ABCDEF0123)
3) no more than 2 consecutive chars (yes AABCDEF012 no AAABCDEF01)
3) no more than 2 equal numbers in the password (yes A1A123456 no A1A123451)
4) no more than 3 equal alpha chars in the password (yes 8017C24CCF, no C017C24CCF)

May someone help me? Thanks.


Messages In This Thread
Optimized dictionary for WPA - by goat - 12-07-2013, 04:25 PM
RE: Optimized dictionary for WPA - by JulioQc - 12-11-2013, 11:13 PM
RE: Optimized dictionary for WPA - by atom - 12-12-2013, 04:39 PM
RE: Optimized dictionary for WPA - by goat - 12-17-2013, 01:40 PM
RE: Optimized dictionary for WPA - by pinumber - 10-28-2014, 10:38 AM
RE: Optimized dictionary for WPA - by Rolf - 10-28-2014, 07:07 PM