| Misc rules nothing special |
WiFiDeCrypt_Commons_Extended.rule |
wordlists.rar |
| Makes all words lowercase and 000 to 9999 to the end of each
line |
WiFiDeCrypt_Commons_LowerCase_10-9999.rule |
wordlists.rar |
| Adds Pre & Post what is in the file 012345789 !@#$%^&*? |
WiFiDeCrypt_Commons_Small.rule |
wordlists.rar |
| Makes all words UPPERCASE and 00 to 9999 to the end of each
line |
WiFiDeCrypt_Commons_UpperCase_10-9999.rule |
wordlists.rar |
| As I crack each key I make sure the word is in my wordlist
and a rule applies to it if not already exist in another one of
my rules |
WiFiDeCrypt_Cracked.rule |
wordlists.rar |
UPPERCASE
lowercase
Case
Word + duplicate last character
Case + duplicate last character
UPPERCASE + duplicate last character
LOWERCASE + duplicate last character
Makes all words lowercase and 0 to 99 to the end of each line
Makes all words Case and 0 to 99 to the end of each line
Makes all words UPPERCASE and 0 to 9 to the end of each line |
WiFiDeCrypt_QuickRules.rule |
wordlists.rar |
This script will generate
"WiFiDeCrypt_Commons_Case_10-9999.rule"
Makes all words Case and 0 to 9999 to the end of each
line, NOTE once it gets to 9, the next number is 00 and starts
from there, it will add a zero ever time the decimal position is
carried.
Example: LynxError0101
If you want all lowercase then c$0$1$0$1 then find & replace
c$ to l$
Example: lynxerror0101 |
WiFiDeCrypt_Commons_Case_10-9999.py |
wordlists.rar |
This script will generate
"WiFiDeCrypt_Commons_Case_10-9999_SP.rule"
input_file = "WiFiDeCrypt_Commons_Case_10-9999.rule"
output_file = "WiFiDeCrypt_Commons_Case_10-9999_SP.rule"
Makes all words Case and 0 to 9999 to the end of each
line and add a ! also, NOTE once it gets to 9, the next number
is 00 and starts from there, it will add a zero ever time the
decimal position is carried
LAST LINE - output_f.write(line.rstrip('\n') + "$!\n") -
Change $! to $? $? $@ or any other combinations
you want
Example: LynxError0101! |
WiFiDeCrypt_Commons_Case_10-9999_SP.py |
wordlists.rar |
| |
|
wordlists.rar |
| |
|
wordlists.rar |
| |
|
wordlists.rar |
| |
|
wordlists.rar |