Hash checking URL for wordlists

I'm in the process of feeding a few wordlists into a database.
http://cryptohaze.com/search.php?hash=b ... bcbbea58b0
This URL will output [hashtype]:[password] if anything is found.
I'm currently adding hashes for NTLM, MD4, MD5, SHA1.
The adding should be done in a few days.
http://cryptohaze.com/search.php?hash=b ... bcbbea58b0
- Code: Select all
http://cryptohaze.com/search.php?hash=[hash]
This URL will output [hashtype]:[password] if anything is found.
I'm currently adding hashes for NTLM, MD4, MD5, SHA1.
The adding should be done in a few days.