
Vulnerabilidad de ejecución remota de código en Microsoft Exchange Server.
LA VERSIÓN ACTUALIZADA TAMBIÉN PERMITE LA VERIFICACIÓN HTTPS
PARA HTTP:
nmap -p80 <target-ip> --script exchange-vuln-check.nse
PARA HTTPS:
nmap -p443 <target-ip> --script exchange-vuln-check.nse
GUARDAR RESULTADOS EN UN ARCHIVO
nmap -p80 <target-ip> --script exchange-vuln-check.nse -oN results.txt
Vulnerabilidad de ejecución remota de código en Microsoft Exchange Server.
nmap -p <port> --script vuln-CVE-2022-41082 <target>