-
-
Save Dbof/42897f2d1cf9a07cf74e23f94e25bc4d to your computer and use it in GitHub Desktop.
Blog post: https://davidebove.com/blog/?p=1646
This file contains 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
#!/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