Page cover
githubEdit

keyPassword Cracking

chevron-rightHash Analysishashtag
chevron-rightJohnTheRipperhashtag
circle-info

Hash Formats

chevron-rightHashcathashtag
chevron-rightAES Encryption Crackinghashtag
circle-info

Convert AES file to hashcat format

circle-info

Decrypt the file with the found password

Is possible to also use the aescrypt tool:

chevron-rightZipCrypto Crackinghashtag
circle-info

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.

circle-info

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 bkcrackarrow-up-right

Now, we can unzip the new archive with the password you choose

circle-info

Last updated