
https & http
https & http
PER HTTP:
nmap -p80 <target-ip> --script exchange-vuln-check.nse
PER HTTPS:
nmap -p443 <target-ip> --script exchange-vuln-check.nse
SALVA I RISULTATI IN UN FILE
nmap -p80 <target-ip> --script exchange-vuln-check.nse -oN results.txt