-A:启用操作系统检测、版本检测、脚本扫描和traceroute
我以为它涵盖了-O、-sV、-s、-tracroute,但我不能100%确定。
谢谢你的帮助!
根据https://nmap.org/man/de/man-briefoptions.html这些是标志的描述
-A: Enables OS detection and Version detection, Script scanning and Traceroute
与。
-O: Enable OS detection
-sV: Probe open ports to determine service/version info
-sC: equivalent to --script=default
--traceroute: Trace hop path to each host
所以他们是一样的。也在这里得到了回答。