This script is capable of cracking multiple hashes from a CSV-file like e.g. dumps from sqlmap.
Over 17.000 md5-hashes in a CSV-file get cracked with a 14.300.000 lines wordlist in less then 1 min. Lines wich cant get cracked with the wordlist get stored in a .leftToCrack-File to further process with another Wordlist or the bruteforce-tool.
In addition to the wordlist-cracker I created also a bruteforce-tool named CSVHashBrutforcer.
Read this post: http://codijuana.blogspot.com/2013/10/case-2-alpha-pad
Remix of the permutation ciphers' design for better security. I tried to solve the issue of frequency analysis and bruteforce attacks by joining padding and the alphabet matching (I called it the alpha-padding)
View a demo here: http://igenda.netau.net/codijuana/alphapadding_permutation/