This script extracts saved passwords from Chromium-based browsers (Google Chrome, Microsoft Edge, Brave) and sends them to a specified Discord webhook.
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.
- Extracts saved passwords from Chromium-based browsers.
- Decrypts passwords using the browser's encryption key.
- Sends extracted passwords to a Discord webhook.
- Python 3.x
- Required Python packages:
requests,pycryptodome,colorama
- Clone the repository or download the script.
- Install the required Python packages:
pip install requests pycryptodome colorama- Replace
YOUR_WEBHOOK_URLin the script with your Discord webhook URL. - Run the script:
python script_name.py- The script identifies the browser paths based on the operating system.
- It extracts the encryption key from the browser's
Local Statefile. - It decrypts the saved passwords using the extracted key.
- It sends the decrypted passwords to the specified Discord webhook.
- 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.
This script is provided as-is without any warranty. Use it responsibly and ethically.
- 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.
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.