John the Ripper
Tool
Use of FILE2john
John parameters
Attack examples
Last updated
Last updated
#Example
python zip2john.py encrypted.zip > zip.hash-f=[format] / --format=[format]
-w=[wordlist path] / --wordlist=[wordlist path]#Attack to md5 hash file
john -f=raw-md5 -w=/usr/share/wordlists/rockyou.txt md5.hash
#Attack to sha1 hash file
john -f=raw-sha1 -w=/usr/share/wordlists/rockyou.txt md5.hash