Discord Token Checker is a powerful Discord token checker that verifies tokens and extracts account information. It validates tokens while collecting data on email/phone verification status, server memberships, Nitro subscriptions, billing details, and creation dates. Features include both sequential and turbo (parallel) processing modes, proxy support with auto-rotation, categorized results in organized output files, and a user-friendly interface with color-coded output and progress tracking.
- Token Validation: Verifies Discord tokens and identifies valid, invalid, or locked accounts
- User Information Retrieval: Extracts username, email, phone verification status
- Account Details: Retrieves creation date, server count, and verification status
- Nitro Detection: Identifies accounts with Discord Nitro subscriptions
- Billing Status: Detects accounts with payment methods attached
- MFA Detection: Identifies accounts with 2FA enabled
- Cross-Platform: Works on Windows, Linux, and macOS
- User-Friendly: Easy to setup and use with simple interface
- Proxy Support: Full HTTP proxy support with option for proxyless operation
- Rate Limit Handling: Smart retry mechanisms for handling Discord rate limits
- Token Categorization: Sorts tokens into multiple categories:
- Email verified accounts
- Phone verified accounts
- Accounts with billing methods
- Accounts with Nitro
- 2FA-enabled accounts
- Accounts by creation year
- Locked vs unlocked accounts
- Turbo Mode: Multithreaded checking for lightning-fast processing
- Detailed Logging: Comprehensive output of account information
- Colorized Output: Clear, color-coded terminal output for easy status reading
- Duplicate Removal: Automatic filtering of duplicate tokens and proxies
- Error Handling: Graceful handling of connection issues and API errors
- Low Resource Usage: Optimized performance even when checking thousands of tokens
- Organized Results: Automatically sorts findings into categorized files for easy access
- Go to the Releases tab
- Download the latest
token_checker.exe
- Run the executable
- Clone the repository or download the source code:
git clone https://github.com/tahagorme/discord-token-checker.git
- Make sure you have Python 3.8+ installed
- Install required dependencies:
pip install tls-client colorama pyfiglet
- Run the checker:
python token_checker.py
- Run the tool first - it will automatically create the necessary folder structure
- Add your tokens to input/tokens.txt (one token per line)
- (Recommended) Add proxies to input/proxies.txt (one proxy per line) to avoid rate limits
- Launch the tool by running the executable or Python script
- Choose whether to use proxies (if available)
- Choose between normal mode or turbo mode for faster checking
- Wait for the checking process to complete
- View results in the console and in the outputs directory
The tool generates the following output files:
outputs/valid_tokens.txt
- All valid tokensoutputs/invalid_tokens.txt
- All invalid tokensoutputs/detailed_tokens.txt
- Detailed information for each valid token
After running the tool, your directory will look like this:
discord-token-checker/
├── input/
│ ├── tokens.txt # Place your tokens here
│ └── proxies.txt # Place your proxies here
│
├── outputs/
│ ├── valid_tokens.txt # All valid tokens
│ ├── invalid_tokens.txt # All invalid tokens
│ ├── detailed_tokens.txt # Detailed token information
│ │
│ └── categories/
│ ├── email_verified.txt # Tokens with verified emails
│ ├── phone_verified.txt # Tokens with phone numbers
│ ├── billing.txt # Accounts with payment methods
│ ├── nitro.txt # Accounts with Nitro
│ ├── 2fa.txt # Accounts with 2FA enabled
│ ├── locked.txt # Locked tokens
│ ├── unlocked.txt # Unlocked tokens
│ ├── 2016.txt # Accounts created in 2016
│ ├── 2017.txt # Accounts created in 2017
│ └── ... # Other years
│
├── token_checker.py # Source code (if using Option 2)
└── token_checker.exe # Executable (if using Option 1)
Valid tokens are automatically sorted into categories under outputs/categories/
:
email_verified.txt
- Tokens with verified emailsphone_verified.txt
- Tokens with phone numberslocked.txt
- Locked accountsunlocked.txt
- Unlocked accountsnitro.txt
- Accounts with Discord Nitrobilling.txt
- Accounts with billing information2fa.txt
- Accounts with 2FA enabled- Year-based files (e.g.,
2016.txt
) - Accounts created in specific years
- This tool is for educational purposes only
- Using proxies is recommended to avoid IP-based rate limiting
- Too many requests in a short time may get your IP temporarily blocked by Discord
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by uutu (Discord) / tahagorme (Telegram)
Feel free to open an issue if you encounter any problems or have suggestions for improvements!