andyvand / findmyhash

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

Doesn't crack hashes of an empty string, "" #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
python findmyhash.py SHA1 -h da39a3ee5e6b4b0d3255bfef95601890afd80709

What is the expected output? 
Expected output:
http://www.sha1-lookup.com/index.php?q=da39a3ee5e6b4b0d3255bfef95601890afd80709

da39a3ee5e6b4b0d3255bfef95601890afd80709 is the result of sha1("").  

What do you see instead?

[findMyHash] $ python findmyhash.py SHA1 -h 
da39a3ee5e6b4b0d3255bfef95601890afd80709

Cracking hash: da39a3ee5e6b4b0d3255bfef95601890afd80709

Analyzing with stringfunction (http://www.stringfunction.com)...
... hash not found in stringfunction

Analyzing with sans (http://isc.sans.edu)...
... hash not found in sans

Analyzing with goog.li (http://goog.li)...
... hash not found in goog.li

Analyzing with rednoize (http://md5.rednoize.com)...
... hash not found in rednoize

Analyzing with hashcrack (http://hashcrack.com)...
... hash not found in hashcrack

Analyzing with askcheck (http://askcheck.com)...
... hash not found in askcheck

Analyzing with nicenamecrew (http://crackfoo.nicenamecrew.com)...
... hash not found in nicenamecrew

Analyzing with sha1-lookup (http://sha1-lookup.com)...
... hash not found in sha1-lookup

The following hashes were cracked:
----------------------------------

NO HASH WAS CRACKED.

What version of the product are you using? On what operating system?
findmyhash.py 1.1.2
Mac OS X 10.7.2
Python 2.7.1

Please provide any additional information below.

This is not only the case for sha1, it's also the case for md5 and probably 
more, I didn't check everything.  It may be worth it just to hardcode these in, 
since parsing that may be annoying.  Just my 2cents.

Original issue reported on code.google.com by MattDick...@gmail.com on 9 Nov 2011 at 6:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I've seen it's a bug of findmyhash. I'll correct it in the next version. Thank 
you for the issue.

Original comment by julg...@gmail.com on 10 Nov 2011 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by julg...@gmail.com on 26 Dec 2011 at 3:38