Skip to content

raz461/Discord-Token-Fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Token Fetcher

Discord Token Fetcher is a Go application that helps you locate and decrypt your Discord token from your local machine. It is intended for educational and personal use only.

Features

  • Extracts and decrypts Discord tokens from LevelDB storage
  • Uses Windows DPAPI and AES-GCM for decryption
  • Colorful logging and clear error messages

Usage

1. Clone the repository

git clone https://github.com/raz461/Discord-Token-Fetcher.git
cd tokenfetcher

2. Build the application

go build -o tokenfetcher.exe main.go

3. Run the application

./tokenfetcher.exe
  • Or, you can download the precompiled executable directly from the Releases page.

Project Structure

  • main.go — Entry point
  • logger/ — Logging utilities
  • crypto/ — Token decryption logic
  • discord/ — Discord file parsing and key extraction
  • globals/ — Shared constants and regex

Troubleshooting

  • If you see [ERROR] Failed to decrypt token: cipher: message authentication failed, this is normal for some tokens. Discord stores multiple tokens, and only valid ones will be decrypted successfully.
  • If the application closes instantly make sure to run it using the cmd/powershell

Disclaimer

This tool is for educational purposes only. The author is not responsible for any misuse. Do not use this tool to access accounts without permission.

License

This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.

Example

Example

Discord

About

Discord Token Fetcher is a Go tool that extracts and decrypts your local Discord tokens for educational and personal use only.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages