Firefox

Firefox Decrypt

Extract passwords from Mozilla

Install

git clone https://github.com/unode/firefox_decrypt
cd firefox_decrypt/

Usage

python firefox_decrypt.py [PATH = Path of the firefox extracted profile]
example
# Advanced usage

python firefox_decrypt.py --list
python firefox_decrypt.py /folder/containing/profiles.ini/
python firefox_decrypt.py | grep -C2 keyword

firepwd

decrypt Mozilla protected passwords

# install 
git clone https://github.com/lclevy/firepwd.git
cd firepwd
pip3 install -r requirements.txt

# must have key4.db or key3.db & logins.json
# usage
python3 firepwd.py

Last updated

Was this helpful?