Crack zip files
First get the hash:
zip2john file.zip > hash
Then use command:
john --wordlist=/path/to/wordlist hash
Last updated
Was this helpful?
First get the hash: zip2john file.zip > hash
Then use command: john --wordlist=/path/to/wordlist hash
Last updated
Was this helpful?