Skip to content

AstraaDev/Discord-Token-Grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

[Discord] - Token grabber

This script is designed to collect Discord tokens and user information by scanning local storage files from various browser applications and extensions such as Discord, Chrome, Opera, and others. It retrieves sensitive information like tokens, Nitro subscription details, servers (guilds), and other account details, then sends it to a Discord webhook in a formatted message.


Disclaimer

This script is potentially malicious and unethical. It can be used for malicious purposes, such as stealing user tokens, personal information, and other sensitive data. Using this script for malicious purposes without the user's consent is illegal and violates ethical guidelines. Do not use this script without proper authorization.


Features


Requirements

  • Python 3.x
  • Required libraries:
    • requests
    • win32crypt
    • pycryptodome (for AES decryption)
    • json
    • re
    • base64

Install the required libraries using pip:

pip install requests pycryptodome

Usage

  1. Clone the repository or download the script.
  2. Modify the webhook URL: In the main() function, replace the placeholder WEBHOOK_URL with your actual Discord webhook URL.
  3. Run the script: The script will search for the local data files of various browsers and Discord clients to extract the stored tokens.
python main.py

Important Notes

  • The script is designed for Windows systems only (due to the use of win32crypt and LocalAppData).
  • Make sure to use this script responsibly and only for ethical purposes.
  • Do not use this script to steal personal data or perform actions without the user's consent. Misusing this script is illegal.

Example Output


Additional Information

  • Need help? Join the Discord Server.
  • Contributions are welcome! Open an issue or create a pull request.