personal wrapper script that got out of hand, 'hashcrack' - 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: personal wrapper script that got out of hand, 'hashcrack' (/thread-8869.html) |
personal wrapper script that got out of hand, 'hashcrack' - blacktraffic - 01-06-2020 I don't know if this will be of any use to anyone, but I hacked it together to do some of the boring bits, like recognising what hash type a hash might be, running some unpacking scripts if needed, choosing a suitable dictionary and ruleset, etc. https://github.com/blacktraffic/hashcrack It will at least tell you what it's /trying/ to do, if you grep for RUN in the output: Code: C:\hashcrack> python hashcrack.py -i 32hex.txt The general strategy has been reasonably well-tested at a couple of pentest outfits; the actual code is a bit ropey I'm sorry. RE: personal wrapper script that got out of hand, 'hashcrack' - royce - 01-07-2020 Interesting - thanks for the contribution! |