Page 1 of 1

Hash checking URL for wordlists

PostPosted: Tue May 12, 2009 7:05 pm
by Bitweasil
I'm in the process of feeding a few wordlists into a database.

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.

Re: Hash checking URL for wordlists

PostPosted: Tue May 12, 2009 10:12 pm
by Bitweasil
900k inserted.

Only 89M to go...

Re: Hash checking URL for wordlists

PostPosted: Wed May 13, 2009 9:19 am
by Reelix
Any chance for the phpBB3 MD5 Format with these super-easy lookups?

Re: Hash checking URL for wordlists

PostPosted: Wed May 13, 2009 10:17 am
by Bitweasil
Reelix wrote:Any chance for the phpBB3 MD5 Format with these super-easy lookups?


phpBB MD5 is salted. There is no practical way to do precomputed tables for it. I intend to eventually support phpBB3 hashes with dictionary attacks/mutating dictionary attacks on a GPU, but that will be a very computationally expensive attack and will likely require cracking credits (vs the 'free' unsalted hash cracking).

Re: Hash checking URL for wordlists

PostPosted: Thu May 14, 2009 10:17 pm
by Bitweasil
That set of inserts got slow fast...

Working on a different approach using separate databases for each hash type, and doing the creation on a server with more RAM.