Skip to content

πŸ” Extract saved credentials from Chromium-based browsers on Windows with optional Discord webhook delivery. For ethical hacking & educational use only.

License

Notifications You must be signed in to change notification settings

Adomancer/CredentialMiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Credential Harvester for Chromium-based Browsers

This project is a Python-based tool designed to extract saved credentials (username and password) from Chromium-based browsers like Google Chrome, Microsoft Edge, and Brave. The extracted data is sent securely to a Discord Webhook for remote access and monitoring (for educational and ethical hacking purposes only).

πŸš€ Features

  • πŸ”Ž Automatically locates user profiles from Chromium-based browsers.
  • πŸ”‘ Decrypts saved passwords using the system's encryption key.
  • πŸ“€ Sends the credentials to a configured Discord Webhook.
  • πŸ›  Outputs logs and status updates for troubleshooting.
  • βš™οΈ Can be compiled into .exe for single-execution payload delivery.

⚠️ Disclaimer

This project is for educational purposes and ethical hacking only.
Unauthorized use of this tool on systems you do not own or have permission to test is illegal.

🧰 Requirements

  • Python 3.8+
  • Windows OS
  • The following Python packages:
    • pycryptodome
    • pywin32
    • requests

Install dependencies:

pip install -r requirements.txt

πŸ“¦ Build to EXE

To generate a .exe version using PyInstaller:

pyinstaller --noconsole --onefile main.py

πŸ”§ Usage

Clone or download the repository.

Set your Discord Webhook in main.py (replace PUT YOUR WEBHOOK with your actual Discord webhook URL).

Run the script:

python main.py

Example Output (Discord):

--- [Brave (Default)] ---
URL: https://example.com/login
Username: example@gmail.com
Password: MySecurePass123

Project Structure:

CREDENTIAL-HARVESTER/
β”œβ”€β”€ main.py
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ README.md
└── Result.txt (auto-generated)

About

πŸ” Extract saved credentials from Chromium-based browsers on Windows with optional Discord webhook delivery. For ethical hacking & educational use only.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages