Skip to content
KitploitKITPLOIT
ИнструментыБлог
Отправить
ИнструментыБлог
Отправить

Инструменты для хакинга, пентеста и кибербезопасности — ваш арсенал защиты!

Kitploit — это каталог инструментов для хакинга, кибербезопасности и пентестинга. Находите последние обновления проектов для поиска уязвимостей, анализа систем, автоматизации тестирования и усиления вашей безопасности.

··Ленты·Контакты·Конфиденциальность·© 2026 Kitploit

Каталог инструментов

Категории

Все категории
Loading categories
cve-2026-45185-detection-script — These detection scripts are property of the SECPlayground Platform. Two safe detection scripts. Neither drives the close_notify-mid-BDAT trigger, so they will not crash the daemon or leave panic-log entries. Both verdicts are "likely vulnerable" — distinguishing GnuTLS from OpenSSL builds remotely is not reliable without exploitation. | Kitploit
Инструменты/GitHubGitHub/materaj2/cve-2026-45185-detection-script
Vulnerability ScannersVulnerability AnalysisExploitationNetwork SecurityPenetration TestingEmail Security
GitHubmateraj2/cve-2026-45185-detection-script

cve-2026-45185-detection-script

Репозиторий

Популярное

Смотреть все →

Откройте для себя самые используемые инструменты нашего сообщества.

Изучить все инструменты

Просмотрите нашу коллекцию инструментов

Смотреть все инструменты →

Описание

13 месяцев назадЕщё не проверено

These detection scripts are property of the SECPlayground Platform. Two safe detection scripts. Neither drives the close_notify-mid-BDAT trigger, so they will not crash the daemon or leave panic-log entries. Both verdicts are "likely vulnerable" — distinguishing GnuTLS from OpenSSL builds remotely is not reliable without exploitation.

Поделиться

CVE-2026-45185 Скрипты обнаружения

(c) Платформа SECPlayground — https://www.secplayground.com

Эти скрипты обнаружения являются собственностью платформы SECPlayground.

Два безопасных скрипта обнаружения. Ни один из них не вызывает триггер close_notify-mid-BDAT, поэтому они не вызовут сбой демона и не оставят записей в журнале паник.

Оба вердикта — «вероятно, уязвим» — различение сборок GnuTLS и OpenSSL удалённым образом ненадёжно без эксплуатации.

Nuclei

root@kitploit:~
# from the lab dir, against the running container
nuclei -t detect/CVE-2026-45185.yaml -u 127.0.0.1:2525

# scan a netblock on common SMTP ports
nuclei -t detect/CVE-2026-45185.yaml -l targets.txt

Шаблон проверяет порты 25,465,587,2525 и совпадает, когда все три условия истинны: версия Exim 4.97-4.99.2, объявлен STARTTLS, объявлен CHUNKING.

Nmap NSE

root@kitploit:~
# single host
nmap -p 2525 --script ./detect/cve-2026-45185.nse 127.0.0.1

# discovery sweep across SMTP ports
nmap -p 25,465,587,2525 --script ./detect/cve-2026-45185.nse 10.0.0.0/24

# install globally (optional)
sudo cp detect/cve-2026-45185.nse /usr/share/nmap/scripts/
sudo nmap --script-updatedb
nmap -p 2525 --script cve-2026-45185 127.0.0.1
Скачать инструмент