
https & http
https и http
ДЛЯ HTTP:
nmap -p80 <target-ip> --script exchange-vuln-check.nse
ДЛЯ HTTPS:
nmap -p443 <target-ip> --script exchange-vuln-check.nse
СОХРАНИТЬ РЕЗУЛЬТАТЫ В ФАЙЛ
nmap -p80 <target-ip> --script exchange-vuln-check.nse -oN results.txt