zip2john Command Examples

Extract password hashes from Zip archives for use with John the Ripper password cracker. This is a utility tool usually installed as part of the John the Ripper installation. More information: https://www.openwall.com/john/.

zip2john {{path/to/file.zip}}

zip2john -o {{path/to/compressed_file}} {{path/to/file.zip}}

zip2john -o {{path/to/compressed_file}} {{path/to/file.zip}} > {{file.hash}}