microsoft / CSS-Exchange

Exchange Server support tools and scripts
MIT License
1.22k stars 340 forks source link

[Issue] nmap script scan problem with https://github.com/microsoft/CSS-Exchange/blob/main/Security/http-vuln-cve2021-26855.nse #81

Closed ruppde closed 3 years ago

ruppde commented 3 years ago

Describe the issue nmap scripting is not reliable in scanning HTTPS, see these issues: https://github.com/GossiTheDog/scanning/issues/2 https://github.com/nmap/nmap/issues/2094

GossiTheDog commented 3 years ago

If it helps https://github.com/GossiTheDog/scanning/issues/3

GossiTheDog commented 3 years ago

This is the way I worked around on my own script: add --min-rtt-timeout 3 to nmap options.