Thunderbird

Open-Source email cross-platform application

Cracking Credentials
Use this 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:

mozilla2john key3.db > key3.db.john
Then, crack the hash:
john key3.db.john -w ~/Documents/Wordlists/rockyou.txt

Last updated