Forensics Credential Harvester is a cross-platform tool for digital forensics professionals to extract and recover browser credentials from popular web browsers (Chrome, Firefox, Safari, Brave, and Internet Explorer).
- Extract saved passwords from Chrome and Firefox.
- View passwords in a structured format with colored output.
- Cross-platform support (Windows, Linux, macOS).
- Interactive menu with ASCII banner for easy navigation.
This tool is designed for educational and lawful purposes only. Unauthorized use of this tool to extract data from systems you do not have permission to access is illegal and unethical. Use responsibly.
This tool requires the following:
- Python 3.6+
- Google Chrome and Mozilla Firefox installed (with saved passwords)
- Colorama package for colored output on the command line
-
Clone the Repository
git clone https://github.com/3ls3if/Forensics-Credential-Harvester.git cd Forensics-Credential-Harvester
-
Install Dependencies Install the required Python packages by running:
pip install -r requirements.txt
-
Install Browser Dependencies
- Make sure Chrome and Firefox are installed on your system.
- Allow access to the profiles folder where saved passwords are stored (this tool needs read permissions).
-
Navigate to the project directory:
cd Forensics-Credential-Harvester
-
Run the main script:
python main.py
After starting the tool, you will see a banner and a menu with options:
- Extract Chrome passwords: Fetches and displays saved passwords from Chrome.
- Extract Firefox passwords: Fetches and displays saved passwords from Firefox.
- Exit: Exits the tool.
███╗ ██╗ ██████╗ ███╗ ███╗ ██████╗ ██████╗ ███████╗ ███████╗███████╗ ██████╗██████╗ ███████╗████████╗███████╗
████╗ ██║██╔═══██╗ ████╗ ████║██╔═══██╗██╔══██╗██╔════╝ ██╔════╝██╔════╝██╔════╝██╔══██╗██╔════╝╚══██╔══╝██╔════╝
██╔██╗ ██║██║ ██║ ██╔████╔██║██║ ██║██████╔╝█████╗ ███████╗█████╗ ██║ ██████╔╝█████╗ ██║ ███████╗
██║╚██╗██║██║ ██║ ██║╚██╔╝██║██║ ██║██╔══██╗██╔══╝ ╚════██║██╔══╝ ██║ ██╔══██╗██╔══╝ ██║ ╚════██║
██║ ╚████║╚██████╔╝ ██║ ╚═╝ ██║╚██████╔╝██║ ██║███████╗ ███████║███████╗╚██████╗██║ ██║███████╗ ██║ ███████║
╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚══════╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝
By 3ls3if (Rohan Das)
[i] Extract saved passwords from Chrome and Firefox browsers
============================================================
[+] Select an option:
[1] Extract Chrome passwords
[2] Extract Firefox passwords
[3] Exit
[+] Enter your choice (1, 2, or 3): 3
- Selecting Option 1: Extracts and displays Chrome passwords.
- Selecting Option 2: Extracts and displays Firefox passwords.
- Selecting Option 3: Exits the program.
This project is licensed under the Apache 2.0 License. See the LICENSE file for details.