hashID - identify your hashes - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: hashID - identify your hashes (/thread-3399.html) Pages:
1
2
|
hashID - identify your hashes - qwerasd12 - 05-20-2014 Hello community! Some months ago I started working on a "hash-identifier", now since it got included in the latest The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux release, I feel its time to share it with the community here too: hashID | hash-identifier | github Taken from my github page: Quote:Identify the different types of hashes used to encrypt data and especially passwords. If you supply the parameter "-m" hashID will include the corresponding hashcat mode in its output (no need to remember hashcat modes anymore!) I have also included a spreadsheet which holds all my research information on the specific hash algorithms I need some community help on this spreadsheet, some entries are marked with "information needed" or "correct regex?", so if you can provide online resources on the hashtype or found a bug in the current regex please let me know and I'll try to update asap I hope it makes your hash identification process easier! RE: hashID - identify your hashes - Rolf - 05-21-2014 GJ, the majority of similar tools out there are binary and not scripts, so it's a win. RE: hashID - identify your hashes - qwerasd12 - 05-21-2014 (05-21-2014, 06:55 AM)Rolf Wrote: GJ, the majority of similar tools out there are binary and not scripts, so it's a win. thank you! also hashID supports by far the most algorithms than any other tool out there if you find any errors or need an algorithm added feel free to contact me here or create pull request on my github RE: hashID - identify your hashes - RoyDJ - 12-24-2014 i got error: File "D:\Download\hashid.py", line 669 """HashID with configurable prototypes""" ^ IndentationError: expected an indented block how i can solve? thanks RE: hashID - identify your hashes - Mem5 - 12-24-2014 Indent correctly the script or use http://pythoniter.appspot.com/ RE: hashID - identify your hashes - RoyDJ - 12-28-2014 (12-24-2014, 11:15 PM)Mem5 Wrote: Indent correctly the script or use http://pythoniter.appspot.com/ tried that url, but it not correct error, tried also reintend.py script inside toots/script dir of phyton, nothing at end i intended manually and works thanks RE: hashID - identify your hashes - forumhero - 12-29-2014 I like it! Any chance you'll be adding JTR modes as well? also a few hashes it didn't recognized from the hashcat examples http://hashcat.net/wiki/doku.php?id=example_hashes Code: Analyzing '{smd5}a5/yTL/u$VfvgyHx1xUlXZYBocQpQY0' RE: hashID - identify your hashes - qwerasd12 - 01-03-2015 Sorry for the late reply, I've been kinda busy! (12-29-2014, 10:41 PM)forumhero Wrote: Any chance you'll be adding JTR modes as well? I will add JTR formats in the future, I would have done it earlier but sadly JTR doesnt provide a example_hashes document like hashcat does, so it will be kind of hard to collect them all :/ (12-29-2014, 10:41 PM)forumhero Wrote: also a few hashes it didn't recognized from the hashcat examples Thanks for the heads up, i fixed the regexes for SAP CODVN B (BCODE), SAP CODVN F/G (PASSCODE) and AIX(smd5). I'll also add Cram-MD5 and SAP CODVN H (PWDSALTEDHASH) iSSHA-1 in a future update. For now I'll added them to the Issue tracker on github. RE: hashID - identify your hashes - forumhero - 01-06-2015 Not sure if this would be helpful but check this out for JTR example hashes https://github.com/magnumripper/jtrTestSuite RE: hashID - identify your hashes - qwerasd12 - 01-06-2015 (01-06-2015, 12:17 AM)forumhero Wrote: Not sure if this would be helpful but check this out for JTR example hashes Thanks but as kindly mentioned by magnumripper on github you can dump all supported formats using latest bleeding-jumbo Code: $ ../run/john --list=format-details | cut -f1,14 |