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
#!/bin/bash | |
# Key4.db Mozilla Firefox Decrypt Script | |
# | |
# Clone of JTR Decrypt Scripts by synacl modified for mozilla firefox | |
# - RAR-JTR Decrypt Script - https://synacl.wordpress.com/2012/02/10/using-john-the-ripper-to-crack-a-password-protected-rar-archive/ | |
# - ZIP-JTR Decrypt Script - https://synacl.wordpress.com/2012/08/18/decrypting-a-zip-using-john-the-ripper/ | |
# haqpl - mozilla firefox decrypt | |
echo "Key4.db Mozilla Firefox Decrypt Script"; | |
if [ $# -ne 2 ] |