π₯ Features:
- Request-based processing
- Supports up to 500 threads for high-speed operations
- Efficient proxy usage, supporting HTTP, SOCKS4, and SOCKS5 proxies
- Accurate detection of locked, 2FA-protected, invalid, and valid accounts (99.9% detection rate)
π° Pricing:
- Lifetime license key: $99
- Full source code: $250
- Free release at 200 stars
π₯ Features:
- Recordnotice bypass
- Includes all free version features
- IMAP enabler using the Thunderbird Mobile API
- Inbox filter with custom domain input in the config file
π input/
βββ π combolist.txt # Microsoft Outlook accounts, email:password format
βββ π proxies.txt # Proxies, username:password@hostname:port or ip:port format
π output/
βββ π valid.txt # Valid outlook accounts
βββ π hits.txt # Inbox filtered accounts (Paid version)
βββ π locked.txt # Accounts, that are locked (recovery and other scenarios)
βββ π phone_locked.txt # Phone locked accounts
βββ π 2fa.txt # 2fa protected accounts
βββ π invalid.txt # Invalid accounts
βββ π failed_check.txt # Failed to check these accounts
module.exports = {
threads: 100, // Thread count
retry_limit: 1, // Number of retries if check fails
proxy_type: "HTTP", // Proxy type: HTTP | SOCKS4 | SOCKS5
inbox_filter: ["example.com", "", ""] // Domain input, for the inbox filter
};- Install nodejs: [click]
- Install all dependencies:
npm install - Put your proxies in
input/proxies.txt|username:password@hostname:port or ip:port format - Put your accounts in
input/combolist.txt|email:password - Start the program with:
node index.js
-
For support contact: Telegram
-
This tool is for educational purposes only. By using it, you acknowledge that I am not liable for any consequences resulting from its use.

