CSA mail;pass IMAP/SMTP checker

У кого проблемы с авторизацией, обновитесь вручную до версии 2.8.8, скачав ее с сайта.
Everyone who got troubles with Auth, please update manually to version 2.8.8. Load from the site.
 
v.2.9.0
1. Добавлена вкладка Web Domain и вебчек домена @Web.de
- В данной вкладке по мере апдейтов будут добавляться домены с веб авторизацией ( через браузер ), так как у этих доменов закрыт IMAP. Так же будет позднее добавлено включение IMAP и выполнение всех функций уже через IMAP.
Требования :
-- Требуется API ключ 2captcha
-- Для сервиса @web.de - Немецкие соксы/прокси ( Принимает как http так и socks proxy ). Если будут соксы других стран, сервис не будет пускать к авторизации.
Прокси для веб авторизации загружаются отдельно, конкретно во вкладке Web Domain.
Принимает форматы прокси :
login:pass@host:port
login:pass:host:port
host:port

*Результаты пишутся в файл WebAuth_GOODS.txt в папке с результатами.


v.2.9.0
1. Added Web Domain tab and "@Web.de" domain webchecks.
- Domains with web authorization (via browser) will be added to this tab as updates are made, since IMAP is closed for these domains. IMAP will also be added later, and all functions will be performed via IMAP.
Requirements:
-- 2captcha API key required.
-- For the @web.de service - German socks/proxies (accepts both http and socks proxies). If there are socks from other countries, the service will not allow authorization.
Proxies for web authorization are loaded separately, specifically in the "Web Domain" tab.
Accepted proxy formats:
login:pass@host:port
login:pass:host:port
host:port

*The results are written to the "WebAuth_GOODS.txt" file in the results folder.
 
v.2.9.1
RUS

1. Добавлены новые форматы загрузки прокси :
Добавлено :
login:pass@host:port
login:pass:host:port

Всего :
login:pass@host:port
login:pass:host:port
host:port:type
host:port

** Поля Socks Username & Socks Password во вкладке Config переопределяют загруженный формат с login:pass, По этому при таком формате очистите соотетствующие поля во вкладке Config.
2. Добавлен вывод статистики успешности сгенерированных паролей по макросам "Brute Force", вкладка "Brute Stat" .
В данной вкладке можно будет увидеть успешность и количество срабатываний макросов.
Для включения статистики нужно включить опцию "Show Statistic" во вкладке "Brute Force" .
3. Мелкие фиксы.


v.2.9.1
ENG


1. New proxy download formats added:
Added:
login:pass@host:port
login:pass:host:port

Total:
login:pass@host:port
login:pass:host:port
host:port:type
host:port


** The "Socks Username" & "Socks Password" fields in the "Config" tab override the downloaded format with login:pass, so with this format, clear the corresponding fields in the "Config" tab.
2. Added output of statistics on the success rate of generated passwords using “Brute Force” macros, “Brute Stat” tab.
In this tab, you can see the success rate and number of macro that complete with success.
To enable statistics, enable the “Show Statistic” option in the “Brute Force” tab.
3. Minor fixes.

Brute-Forc.png


Brute-Stat.png
 
v.2.9.2
[RUS]
1. Ускорен чек
2. Добавлены новые форматы загрузки и генерации логинов и паролей.
- Теперь можно загружать дополнительный список юзернеймов ( вкладка BruteForce )
** В качестве Source можно загружать форматы :
-- mail;pass
-- mail:pass
-- host:port:login:pass
-- domain ( без @ )

** Листы могут быть в смешанном формате. Каждая строка проверяется на формат отдельно.

**Если во вкладке BruteForce добавлен список юзернеймов и пасов, то будут сгенерированы пары mail;pass
Домен парсится независимо от того в каком формате вы загрузили и на основе его генерируются пары.

** Если загружен только domain ( domain.com )
Так же загружен список доп. Юзернеймов и паролей. Либо чего-то одного.
Пример:
*Usernames List :
support
admin
*Pass list :
12345
pa$$

Будут сгенерированы пары :
support@domain.com:12345
admin@domain.com:12345
support@domain.com:pa$$
admin@domain.com:pa$$

** Если загружен mail;pass ( Например username@domain.com:originalpass )
Так же загружен список доп. Юзернеймов и паролей. Либо чего-то одного.
Пример:
*Usernames List :
support
admin
*Pass list :
12345
pa$$

Будут сгенерированы пары :
username@domain.com:originalpass
username@domain.com:12345
username@domain.com:pa$$
support@domain.com:originalpass
admin@domain.com:originalpass
support@domain.com:12345
admin@domain.com:12345
support@domain.com:pa$$
admin@domain.com:pa$$

3. Добавлены следующие макросы в Extensions для генерации паролей ( Доступны во вкладке BruteForce ), а так же для Письма проверки доставки ( Вкладка SMTP ) :
{spec} - This macros generates a random special symbol from diapazone: !@#$%^&*()_+
{aaa|bbb|ccc|ddd|eee} - standard spintax macros, it allows to choose any value from predefined list separated by | symbol randomly
{NUM=X-Y} - This macros generates a random integer in the interval you've set. An example: [[NUM=10-99]]
{LowR=5} - This macros generates a random string, consisting of 5 symbols alphanumeric raw: [a-z, 0-9]
{UpR=10} - This macros generates a random string, consisting of 10 symbols alphanumeric raw: [A-Z, 0-9]
{MixR=7} - This macros generates a random string, consisting of 7 symbols alphanumeric raw: [a-z, A-Z, 0-9]

Их можно комбинировать с любыми вводимыми значениями.

** Т.е. Если вы включаете Options, где к базовому Макросу добавляется Extensions, тоб генерируемая строка будет выглядеть как :
Options+Extension

Например включен OriginalPass+Extension :
В качестве паса возьмем : 'originalpass'
Extension: ${NUM=0-9}

Результат:
originalpass$82
Где 82 - это результат макроса {NUM=0-9}

4. Мелкие фиксы


[ENG]
1. Accelerated check
2. New formats for loading and generating logins and passwords have been added.
- Now you can load an additional list of usernames (BruteForce tab)

** The following formats can be loaded as Source:
-- mail;pass
-- mail:pass
-- host:port:login:pass
-- domain (without @)

**Lists could be mixed. Each line will be analyzed for format.

**If a list of usernames and passwords is added in the BruteForce tab, mail;pass pairs will be generated.
The domain is parsed regardless of the format you downloaded and pairs are generated based on it.

** If only the domain (domain.com) is uploaded,
and a list of additional usernames and passwords is also uploaded. Or just one of them.

Example:
*Usernames List:
support
admin

*Pass list:
12345
pa$$

The following pairs will be generated:
support@domain.com:12345
admin@domain.com:12345
support@domain.com:pa$$
admin@domain.com:pa$$

** If mail;pass is loaded (for example, username@domain.com:originalpass)
A list of additional usernames and passwords is also loaded. Or just one of them.

Example:
*Usernames List :
support
admin
*Pass list:
12345
pa$$

The following pairs will be generated:
username@domain.com:originalpass
username@domain.com:12345
username@domain.com:pa$$
support@domain.com:originalpass
admin@domain.com:originalpass
support@domain.com:12345
admin@domain.com:12345
support@domain.com:pa$$
admin@domain.com:pa$$

3. The following macros have been added to Extensions for password generation (available in the BruteForce tab) and for delivery verification emails (SMTP tab):

{spec} - This macro generates a random special symbol from the range: !@#$%^&*()_+
{aaa|bbb|ccc|ddd|eee} - standard spintax macros, it allows to choose any value from predefined list separated by | symbol randomly
{NUM=X-Y} - This macros generates a random integer in the interval you've set. An example: [[NUM=10-99]]
{LowR=5} - This macro generates a random string consisting of 5 alphanumeric symbols: [a-z, 0-9]
{UpR=10} - This macro generates a random string consisting of 10 alphanumeric symbols: [A-Z, 0-9]
{MixR=7} - This macro generates a random string consisting of 7 alphanumeric symbols: [a-z, A-Z, 0-9]

They can be combined with any input values.

** That is, if you enable Options, where 'Extensions' are added to the base 'Macro', the generated string will look like this:

Options+Extension

*For example, OriginalPass+Extension is enabled:
Let's take ‘originalpass’ as the pass.
*Extension: ${NUM=0-9}
*Result:
originalpass$82
Where 82 is the result of the macro {NUM=0-9}

4. Minor fixes
 
v.2.9.3

[RUS]
1. Переписана структура поиска хоста
2. Переписана структура брута хоста, проведена аналитика и упорядочен список субдоменов по наибольшим срабатываниям.
Секции ini.ini : [POPmasks] / [SMTPmasks] . В порядке убывания по результативности.
Хотите ускорить чек корпов ? Уменьшайте количество субдоменов для брута.
3. Добавлен уровень сложности брута хоста. Вкладка Config=> Difficulty level ( По дефолту Level1 ). Работает только при включенном "Always Brute host". Касается только корп доменов.
Level2 - будет намного медленней. Советую включать если вам нужны максимальные результаты. ( Но это + 1-2% к результатам будет на большом обьеме )
4. Ускорен чек
5. Обновлен Corp.ini , замените его на новый.
6. Мелкие фиксы


[ENG]

1. Rewritten host search structure
2. Rewritten host brute force structure, analytics performed, and subdomain list sorted by highest number of hits.
ini.ini sections: [POPmasks] / [SMTPmasks]. Sorted in descending order by effectiveness.
Want to speed up corp checks? Reduce the number of subdomains for brute force.
3. Added host brute force "difficulty level". Config=> Difficulty level tab (Level1 by default). Only works when “Always Brute host” is enabled. Only applies to corp domains.
Level2 will be much slower. I recommend enabling it if you need maximum results. (But this will add +1-2% to the results for large amounts).
4. Accelerated check.
5. Corp.ini updated. Change it on new one.
6. Minor fixes.
 
Последнее редактирование:


Напишите ответ...
Верх