scottj / findmyhash

Automatically exported from code.google.com/p/findmyhash
0 stars 0 forks source link

findmyhash.py

findmyhash.py try to crack different types of hashes using free online services.

NOTE: findmyhash.py 2.0 is coming!! The new version will have many changes and improvements. Some of these changes are:

If you have some suggestion you would like to see in the new version, email us or use the "Issues" tab.


findmyhash.py 1.1.2

Usage

python findmyhash.py algorithm OPTIONS

Accepted algorithms are:

Valid OPTIONS are

-h hash_value: If you only want to crack one hash, specify its value with this option.

-f file: If you have several hashes, you can specify a file with one hash per line. NOTE: All of them have to be the same type.

-g: If your hash cannot be cracked, search it in Google and show all the results. NOTE: This option ONLY works with -h (one hash input) option.

Examples

python findmyhash.py MD5 -h "098f6bcd4621d373cade4e832627b4f6"

python findmyhash.py SHA1 -h "A94A8FE5CCB19BA61C4C0873D391E987982FBBD3" -g

python findmyhash.py MYSQL -f mysqlhashesfile.txt

Contact

Web: http://laxmarcaellugar.blogspot.com/

Mail/Google+: bloglaxmarcaellugar AT gmail DOT com

twitter: @laXmarcaellugar

Acknowledgements