An open API service indexing awesome lists of open source software.

https://github.com/jhviw/browserpasswordstodiscord

This script extracts saved passwords from Chromium-based browsers (Google Chrome, Microsoft Edge, Brave) and sends them to a specified Discord webhook.
https://github.com/jhviw/browserpasswordstodiscord

Last synced: about 2 months ago
JSON representation

This script extracts saved passwords from Chromium-based browsers (Google Chrome, Microsoft Edge, Brave) and sends them to a specified Discord webhook.

Awesome Lists containing this project

README

        

# BrowserPasswordsToDiscord

## Description

This script extracts saved passwords from Chromium-based browsers (Google Chrome, Microsoft Edge, Brave) and sends them to a specified Discord webhook.

## Disclaimer

This script is for educational purposes only. Unauthorized access to data or systems is illegal and unethical. Always ensure you have explicit permission before using this script. The author is not responsible for any misuse or damage caused by this script.

## Features

- Extracts saved passwords from Chromium-based browsers.
- Decrypts passwords using the browser's encryption key.
- Sends extracted passwords to a Discord webhook.

## Requirements

- Python 3.x
- Required Python packages: `requests`, `pycryptodome`, `colorama`

## Installation

1. Clone the repository or download the script.
2. Install the required Python packages:

```bash
pip install requests pycryptodome colorama
```

## Usage

1. Replace `YOUR_WEBHOOK_URL` in the script with your Discord webhook URL.
2. Run the script:

```bash
python script_name.py
```

## How It Works

1. The script identifies the browser paths based on the operating system.
2. It extracts the encryption key from the browser's `Local State` file.
3. It decrypts the saved passwords using the extracted key.
4. It sends the decrypted passwords to the specified Discord webhook.

## Ethical Considerations

- This script should only be used for educational purposes or with explicit permission.
- Unauthorized use is illegal and unethical.
- Always respect privacy and data protection laws.

## License

This script is provided as-is without any warranty. Use it responsibly and ethically.

---

### Important Notes:
- **Ethical Considerations**: This README is for educational purposes only. Unauthorized use of the script is illegal and unethical.
- **Dependencies**: Make sure to install the required libraries using `pip install requests pycryptodome colorama`.

### Conclusion

While it's possible to create a README file to explain the functionality and usage of a script, using such scripts for malicious purposes is unethical and illegal. Always ensure you have explicit permission before accessing or modifying someone else's data or systems.