skyleet / findmyhash

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

Patch to directly find and crack hashes listed on a website #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I made some changes to the source code which was useful to me.  I added in 
the option to be able to load from a url.  I added the regex for md5 and sha1.  
This will make it easy to perform crack the hashes listed on a website (e.g. 
pastebin) without having to bother with the formatting of the page.

What is the expected output? What do you see instead?
Below are the new commands which I have added
   -> Try to crack hashes on a webpage
      python %s MD5 -u http://pastebin.com/ddWYY634
      python %s SHA1 -u http://pastebin.com/1YbcH2k5

What version of the product are you using? On what operating system?
1.1.2

Please provide any additional information below.

Original issue reported on code.google.com by keith.le...@gmail.com on 24 Jan 2012 at 3:56

Attachments: