Skip to content

Instantly share code, notes, and snippets.

@ssnkhan
Created October 3, 2020 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssnkhan/d2b0065745061e8cee5b05f40b1d6996 to your computer and use it in GitHub Desktop.
Save ssnkhan/d2b0065745061e8cee5b05f40b1d6996 to your computer and use it in GitHub Desktop.
Install hashcat and and the Perl LZM Compression Library
# Lzm is needed to calculate the hash of encrypted 7z archives
# Use in combination with 7z2hashcat available at https://github.com/philsmd/7z2hashcat
brew install hashcat
sudo cpan IO::Compress::Lzm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment