Skip to content

Instantly share code, notes, and snippets.

@Dbof
Created July 12, 2021 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dbof/42897f2d1cf9a07cf74e23f94e25bc4d to your computer and use it in GitHub Desktop.
Save Dbof/42897f2d1cf9a07cf74e23f94e25bc4d to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
zip2john /work/*.zip > /work/zip.hashes
john --wordlist=/usr/share/wordlists/rockyou.txt /work/zip.hashes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment