Created
October 22, 2023 16:02
-
-
Save sohay666/cda88ddaed9eb6a446db58ea00af0d0e to your computer and use it in GitHub Desktop.
Cracking .zip passwords with John The Ripper (Mac OS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /opt/homebrew/Cellar/john-jumbo/1.9.0/share/john/ | |
| $ brew install john-jumbo | |
| $ export PATH=$PATH:/usr/local/share/john | |
| $ zip2john YOUR_FILE.ZIP > zip_hash.txt | |
| $ john --format=PKZIP --wordlist YOUR_WORDLIST_HERE zip_hash.txt | |
| $ john --show zip_hash.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment