Zip2John


Zip2John

If you want to bruteforce zip archive password with johntheripper, you can use the zip2john tool to generate a password hash from the zip file, and allows you then to bruteforce that hash, and get the zip archive password.

$ zip2john file.zip > password_hash.txt
$ john --wordlist=rockyou.txt password_hash.txt