Skip to content

etherialdev/outlook-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outlook Account Checker

showcase

FREE VERSION PAID VERSION
  Discord Telegram
Channel

🔓 Free Version

🔥 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)

🔒 Paid Version

💰 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

📑 File Structure

📁 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

⚙️ Configuration

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
};

💻 Usage (Source Code)

  • 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

❗ Legal & Contact:

  • 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.