Skip to content

Instantly share code, notes, and snippets.

@sohay666
Created October 22, 2023 16:02
Show Gist options
  • Select an option

  • Save sohay666/cda88ddaed9eb6a446db58ea00af0d0e to your computer and use it in GitHub Desktop.

Select an option

Save sohay666/cda88ddaed9eb6a446db58ea00af0d0e to your computer and use it in GitHub Desktop.
Cracking .zip passwords with John The Ripper (Mac OS)
/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