These are a couple of scripts I developed for experiance. I like how they turned out, and since they're my two first successful tools I'll probably continue to update them for long to come.
The tools are:
MadSpark14.pl: An MD5 brute forcer coded in Perl, free, easy to modify and redistribute (you MUST give me credit) and it works very well, and has a few neat features. Dictionary attacks, hash tables, hash table based cracking, automatic disreguard for non-MD5 hashes, MD5 hash validifer (hashes should be in script,) automatically go to next hash if current one is cracked to save sys resources, ect, ect.
MadScan: A really shitty Port Scanner I made in Perl, it's almost identical to the port scanner of a coder who's much better than me, because I wanted to test out sockets, and it came out well, I'm currently dev'n' new features for it.
They can both be found in a .ZIP file at the following Addr:
http://madizzle.freesuperhost.com/scripts/MadToolz.rar
FYI: You must copy and paste that URL into your Addr bar.
Files Included:
[MadSpark14 scripts]
MadSpark14.pl -- Actual cracker itself, source can be seen by opening with a simple text editor
hash.txt -- A file that has approximately 20 MD5 hashes that are included as a demo, they can all be cracked using the dictionary included.
dictionaryfile.txt -- A small demo dictionary file, you can use it for dictionary attacking hash.txt or making a hash table out of it and using it instead.
[MadScan scripts]
MadScan.pl -- Port scanner itself, source can be seen by opening with a simple text editor.
Hope some of you guys like and/or learn from my code and little dabbles.