mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +00:00
just handle it in the normal program flow. A problem with having two pieces of code doing the same thing was that they varied a bit; if you ran -sP --traceroute you wouldn't get the "Final times for host" output because that was left out of one of the output loops. Another problem was that the special-case logic assumed that traceroute was the only thing that could happen after a port scan, which is not true because script scanning can happen too. Running -sP --traceroute --script=all would not run any scripts. Now it run asn-query and whois as expected.
110 KiB
110 KiB