
Vulnerabilità di esecuzione remota di codice in Microsoft Exchange Server.
LA VERSIONE AGGIORNATA CONSENTE ANCHE IL CONTROLLO HTTPS
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
Vulnerabilità di esecuzione remota del codice in Microsoft Exchange Server.
nmap -p <port> --script vuln-CVE-2022-41082 <target>