mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 13:19:04 +00:00
e525388f36de525225ffef8463c67a0047670542
This was a case where order of arguments affected the outcome: if -PE came before -Pn, then -Pn took precedence. Otherwise, -PE took precedence (except that o.pingtype would also contain PINGTYPE_NONE... not sure how that affected things). This cleans things up by letting PINGTYPE_NONE be OR'd into o.opingtype, then checking for it after all options have been processed and clearing out the other types if it is found.
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%