Saturday 31 December 2011

Bruteforce MD5
This script i provide with can bruteforce MD5 hashes using a wordslist. I composed the wordlists from a collection of names dictionary words (not just english) and common password then i run a program to filter out duplicates.

The python script is actually pretty simple but can pull it's weight in cracking hashes.

Usage:

python bruteMD5.py -f wordslist.txt
 

Also to change the hashes you want to crack change the variable "ciph"

Admin page finder
This python script can find the administrative page on almost any website. I've tested it a few times and it's worked 100%. It has a huge collection of possible paths making it almost impossible for sites to escape.

Usage:
python filename.py http://example.org

Download