You have hit the mark.
Printable View
You have hit the mark.
I wrote a program in Python which you could modify to do that:
http://pastebin.com/Wt3LRDcL
Just save it as a .py file
put the words you need to convert in a text file in the same directory
open up the .py file and change the leet_dic dictionary to what you need... (if you just want those 3 things, remove all the dictionary listings and change it to just {'o': ('0'), 'ch': ('4'), 'sh': ('6')} )
Hey Stanyo,
I'm going to repeat a previous reply here and recommend looking at tapes information for manipulating word-lists.
http://adaywithtape.blogspot.com/201...revisited.html
I would like too to make a dicionary txt with crunch.
The rules are the following.
Just 8 digit random with letters and numbers mix with and with out caps from A to Z, a to z, 0 to 9.
It can be (3e7H45Jm) random 8 digit mix caps and without caps all letters and numbers.
How about a wordlist with 8 digit 0 to 9 and A to Z mix.
I remove a to z small letters realy dont need for wifi pass that im cracking.
Would be smaller size disk!
How to with crunch?