1Cracking ZIP files with JtR Jumbo
2=================================
3
41. Run zip2john on password protected .zip file(s).
5
6E.g. $ ../run/zip2john target.zip > hash
7
82. Run john on the output of zip2john.
9
10E.g. $ ../run/john hash
11
123. Wait for the password to get cracked.
13