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=ocl...store-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
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