Skip to content

Version 1.1 (windows release)

Compare
Choose a tag to compare
@philsmd philsmd released this 18 Jul 12:20
· 47 commits to master since this release
35b0da6

Note: releases here are for windows users only. Run the (source code) perl script directly (by running the perl interpreter) for all other supported platforms (after installing the required dependencies).

This release changed the way the 7z2hashcat.pl script checks when truncation is needed and it adjusted the max sizes to be up to date with the latest hashcat versions. Since hashcat does not support truncated hashes anymore (since a 7z file was reported with false negatives, because of custom AES padding and therefore the AES padding attack was not working with that specific file) a warning/error will be shown with this new versions whenever truncation is needed.

This release also adds a 32-bit executable for windows users which are still using 32-bit systems. The names are as following:

  • 7z2hashcat64-[version].zip which contains 7z2hashcat64-[version].exe for the 64 bit version and
  • 7z2hashcat32-[version].zip which contains 7z2hashcat32-[version].exe for the 32 bit version

Credits go to the perl module authors and pp (PAR packager), with which I generated the .exe files from the .pl perl script.