Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outlook Account Checker

showcase

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.

Releases

Packages

Used by

Contributors

Languages