Skip to content

Instantly share code, notes, and snippets.

View haqpl's full-sized avatar
🎯
Focusing

Maciej Piechota haqpl

🎯
Focusing
View GitHub Profile
@haqpl
haqpl / key4.db-crack.sh
Last active September 1, 2019 02:42 — forked from bcoles/7zip-jtr.sh
Key4.db Mozilla Decrypt Script
#!/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 ]