11-28-2017, 10:34 AM
We already have some good news.
The problem was addressed and fixed with these source code changes: https://github.com/hashcat/hashcat/commi...af2d154a49
The new beta, that you can as always download here https://hashcat.net/beta/ , already ships with the fixed version. Please test it.
In theory you could even modify your old my.restore file with analyze_hc_restore (see https://github.com/philsmd/analyze_hc_restore) to set the masks_pos again to 7 (instead of 0), by using this instructions:
after that a new file my_mod.restore will be generated, you can replace my.restore with the new version (my_mod.restore) and just continue cracking as usual.
This approach of course is only needed if the .restore file was not correct/corrupted. This problem shouldn't happen in the future thanks to your problem report.
Cheers
The problem was addressed and fixed with these source code changes: https://github.com/hashcat/hashcat/commi...af2d154a49
The new beta, that you can as always download here https://hashcat.net/beta/ , already ships with the fixed version. Please test it.
In theory you could even modify your old my.restore file with analyze_hc_restore (see https://github.com/philsmd/analyze_hc_restore) to set the masks_pos again to 7 (instead of 0), by using this instructions:
Code:
perl analyze_hc_restore.pl -M 7 my.restore
This approach of course is only needed if the .restore file was not correct/corrupted. This problem shouldn't happen in the future thanks to your problem report.
Cheers