
https & http
https & http
FÜR HTTP:
nmap -p80 <target-ip> --script exchange-vuln-check.nse
FÜR HTTPS:
nmap -p443 <target-ip> --script exchange-vuln-check.nse
ERGEBNISSE IN EINER DATEI SPEICHERN
nmap -p80 <target-ip> --script exchange-vuln-check.nse -oN results.txt