hashcat Forum
Third-party utility: analyze_hc_restore - 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: Third-party utility: analyze_hc_restore (/thread-4021.html)



Third-party utility: analyze_hc_restore - philsmd - 01-28-2015

analyze_hc_restore is a perl script I have developed that can be very handy to help analyze and mofify oclHashcat .restore files ( https://hashcat.net/wiki/doku.php?id=oclhashcat#parsing_the_restore-file ).

The github repository can be found here:
https://github.com/philsmd/analyze_hc_restore

With this tool it is for instance possible to add some specific options/switches to the command line string ("argv") stored in the .restore file (for instance add -w 3 if you have forget it at first run) and hence change some switches/parameters which oclHashcat will be recognize when restarting with:
oclHashcat --restore

To display all options available, use:
analyze_hc_restore.pl --help

Let me know if you find this tool useful.
Any suggestion, comments, pull request and issue reports are of course very appreciated.
Thx


RE: Third-party utility: analyze_hc_restore - Rolf - 01-28-2015

I find this tool quite useful for long runs or if I'm up to no good and want to do some shenanigans to the restore file.


RE: Third-party utility: analyze_hc_restore - Kgx Pnqvhm - 12-03-2016

Is this going to be updated for the recent hashcat v3 series?


RE: Third-party utility: analyze_hc_restore - atom - 12-03-2016

That would be nice, isn't it working anymore?