Validate credentials, tokens, and email registrations with multi-threaded checking.#
Registered Mail Checker#
Check if emails are registered or unregistered on Twitter/X.Input: Email list
Output: Registered and unregistered emails (separate files)Email list (paste or upload .txt)
Proxy list (paste or upload .txt) - Optional
Threads (optional, default: 100)
Use case: Verify email availability before account creation or identify registered accounts
Combo Checker#
Validate X.com combo lists and extract auth tokens.Input: Combo list (email:password or username:password)
Output: Valid combos with auth_token and ct0 cookiesCombo list (paste or upload .txt)
Proxy list (paste or upload .txt) - Optional
Threads (optional, default: 100)
Use case: Convert combos to working token format for automation
Token Checker#
Validate X.com account tokens and identify account status.Input: Token list (All formats)
Output: Valid tokens, invalid tokens, locked accounts (separate files)Token list (paste or upload .txt) (Formats) Proxy list (paste or upload .txt) - Optional
Threads (optional, default: 150)
USER:PASS:EMAIL:EMAILPWD:CT0:AUTH_TOKEN
USER:PASS:EMAIL:CT0:AUTH_TOKEN
✅ Valid - Working accounts
❌ Invalid - Dead/incorrect tokens
🔒 Locked - Suspended/restricted accounts
Use case: Maintain clean token lists, remove dead accounts before operations
Execution#
Multi-threaded processing
Results delivered as .txt files
Telegram: /home → Checkers
API: POST /api/v1/modules/{moduleId}/execute (Ref) Modified at 2025-12-05 23:08:01