Check for the following folder.
Mozilla/Firefox/Profiles/something.default-release
Under this folder you will get logins.json and cookies.sqlite files.
cookies.sqlite file contains browsing history of user profile. Can be viewed using below command:
sqlitebrowser cookies.sqlite
logins.json file contains encrypted username and password. The following github tool link can be help.
https://github.com/unode/firefox_decrypt
python firefox_decrypt.py ~/Desktop/CTF/Forensics/Mozilla/Firefox/Profiles/ (now hit enter)
You should see listed profiles there. You will be asked to select profiles that you want to decrypt. Select that. Try with blank master password.
Comments
Post a Comment