Password Cracking
AES Encryption Cracking
Convert AES file to hashcat format
Decrypt the file with the found password
Is possible to also use the aescrypt tool:
ZipCrypto Cracking
This attack requires us to know the unencrypted contents of a file that is included in the archive to use that as a clear text reference.
Calculate the Cyclic Redundancy Check (CRC) value of a file to check if it matches the one on the ZIP file:
Once you have a matching file is possible to perform the attack using bkcrack
Now, we can unzip the new archive with the password you choose
Check this blog
Last updated