Open-Source email cross-platform application
Last updated 2 months ago
Cracking Credentials
Use python script to decrypt and dumb the credentials:
python3 firefox_decrypt.py .
Is also possible to use John to crack the master password, first generate the hash with mozilla2john:
John
master password
mozilla2john
mozilla2john key3.db > key3.db.john
Then, crack the hash:
john key3.db.john -w ~/Documents/Wordlists/rockyou.txt