# cat ./dict.lst hello |
./john --wordlist=./dict.lst --rules --stdout |
Hellos helloed helling Helloed Helling words: 51 time: 0:00:00:00 100% w/s: 2550 current: Helling |
# vi ./john.conf --Go to the [List.Rules:Wordlist] section and add-- #PR: Prefix with 123 >2!?Al^3^2^1 #PR: Replace o with 0 >2!?Aso0 #PR: Replace e with 3 >2!?Ase3 #PR: Replace both >2!?Aso0se3 |
./john --wordlist=./dict.lst --rules --stdout |
helloed helling Helloed Helling words: 55 time: 0:00:00:00 100% w/s: 2750 current: Helling |
123hello hell0 h3llo h3ll0 |
./john --wordlist=./dict.lst --rules --stdout > ./newdict.lst |