
Sicherheitslücke für Remote Code Execution in Microsoft Exchange Server.
AKTUALISIERTE VERSION ERMÖGLICHT AUCH HTTPS-CHECK
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
Sicherheitsanfälligkeit für Remotecodeausführung in Microsoft Exchange Server.
nmap -p <port> --script vuln-CVE-2022-41082 <target>