Account Verifier

1.54 released 2018-06-20
for 32-bit Windows   Download $99 USD

To purchase, please contact  

Account Verifier is a fast, multi-threaded account verifier.
It allows to check SMTP, POP3, IMAP, FTP and HTTP accounts.

Account Verifier

Recent News

[2016-10-18] Account Verifier: Domain Mask
[2016-02-09] MySQL Support (AV)
[2016-01-19] Account Verifier 1.35
[2015-12-28] Account Verifier 1.34
[2015-11-11] Account Verifier 1.32

Features

  • Verify modes: Combo, Dictionary.
  • Supported protocols: SMTP, POP3, IMAP, FTP, HTTP.
  • SMTP/IMAP authentication methods: LOGIN, PLAIN.
  • POP3 authentication methods: USER, PLAIN.
  • SSL/TLS support.
  • SMTP check for: LOGIN, RCPT TO.
  • Check FTP accounts.
  • Check HTTP accounts (using Basic or Form authentication).
  • Download emails using POP3 or IMAP.
  • Extract links from emails.
  • MySQL support.
  • Multithreading.
  • Proxy support.

Verify Modes

There are 2 verify modes: Combo and Dictionary.

Combo mode allows to verify the list of accounts with passwords.
Example of the account list for the Combo mode:

acc1@domain1.com,pass1
acc2@domain2.com,pass2
Account Verifier can recognize these column delimiters: tab, |, semicolon, comma or colon.

Dictionary mode allows to verify the list of accounts that have the same password ("Static pass").
Example of the account list for the Dictionary mode:

acc1@domain1.com
acc2@domain2.com

Server Settings

You can specify Server's Host and Port. Account Verifier will check accounts by connecting to this server.
Optionally you can select SSL for secure connection.

The Authenction Method depends on the selected Protocol:

  • SMTP auth. methods: LOGIN, PLAIN
  • POP3 auth. methods: USER, PLAIN
  • IMAP auth. methods: LOGIN, PLAIN
  • FTP auth. methods: Basic
  • HTTP auth. methods: Basic, Form

Extract Servers from accounts

If this option checked, Account Verifier will use server settings specific to the e-mail domain (look tabs POP3 Servers, IMAP Servers, SMTP Servers).

POP3 Servers

Domain      | Server             | Port | SSL | Authen Method | STARTTLS
------------+--------------------+------+-----+---------------+---------
gmail.com   | pop.gmail.com      | 995  | Yes | USER          | No
hotmail.com | pop3.live.com      | 995  | Yes | USER          | No
aol.com     | pop.aol.com        | 995  | Yes | USER          | No
yahoo.com   | pop.mail.yahoo.com | 995  | Yes | USER          | No

IMAP Servers

Domain      | Server                | Port | SSL | Authen Method | STARTTLS
------------+-----------------------+------+-----+---------------+---------
gmail.com   | imap.gmail.com        | 993  | Yes | LOGIN         | No
hotmail.com | imap-mail.outlook.com | 993  | Yes | LOGIN         | No
aol.com     | imap.aol.com          | 143  | No  | LOGIN         | No
yahoo.com   | imap.mail.yahoo.com   | 993  | Yes | LOGIN         | No

SMTP Servers

Domain      | Server              | Port | SSL | Authen Method | STARTTLS
------------+---------------------+------+-----+---------------+---------
gmail.com   | smtp.gmail.com      | 465  | Yes | LOGIN         | No
hotmail.com | smtp.live.com       | 25   | No  | LOGIN         | Yes
aol.com     | smtp.aol.com        | 587  | No  | LOGIN         | No
yahoo.com   | smtp.mail.yahoo.com | 465  | No  | LOGIN         | No

Get Server Settings from source list

This option allows to specify server settings in the source list. Example:

account@gmail.com,account,password,gmail.com,smtp.gmail.com,465,yes,LOGIN,no