mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
084ba69efe1ee1db01723c905a75fdd347b8ab2a
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.
Applied a configure.in patch from Petr Salinger in Debian bug #542388 which apparently fixes the libdnet build on GNU/kFreeBSD
Modified UDP-payload-related code to make it independent of the NmapOps class so it can be reused by other apps like Nping. More info at http://seclists.org/nmap-dev/2009/q3/0051.html
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%