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.
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.
- - Retrieves Discord tokens from local storage files - Scans local storage files from multiple browsers and Discord clients to collect Discord authentication tokens.
- - Collects user information such as email, phone number, username, and server (guild) memberships - Gathers essential user details from the Discord API, including email, phone number, and server memberships.
- - Fetches Nitro subscription details, including expiry date and available boosts - Retrieves information about Discord Nitro subscription status, including expiry date and available server boosts.
- - Gathers information about payment methods linked to the Discord account - Collects payment method details linked to the Discord account, including valid credit cards and PayPal accounts.
- - Sends all collected data to a specified Discord webhook - Sends the collected user data, Nitro details, guild information, and other relevant data to a configured Discord webhook for monitoring.
- Python 3.x
- Required libraries:
requests
win32crypt
pycryptodome
(for AES decryption)json
re
base64
Install the required libraries using pip
:
pip install requests pycryptodome
- Clone the repository or download the script.
- Modify the webhook URL: In the
main()
function, replace the placeholderWEBHOOK_URL
with your actual Discord webhook URL. - 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
- The script is designed for Windows systems only (due to the use of
win32crypt
andLocalAppData
). - 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.
- Need help? Join the Discord Server.
- Contributions are welcome! Open an issue or create a pull request.