mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 03:29:02 +00:00
77df357acd590e56083cd66d06e94262f7c570b9
targets.cc, and return false if it is so. This indicates that we are not doing a raw scan. target->deviceName != NULL is necessary before checking target->directlyConnected(), otherwise you get this assertion failure when doing any non-root scan (such as -sT or -sL) as root with two or more targets: nmap: Target.cc:369: bool Target::directlyConnected() const: Assertion `directly_connected == 0 || directly_connected == 1' failed. Aborted This is how the logic originally worked, and I accidentally broke it in r17892.
Update the vcredist URL to the one we currently use, also note the /q option to run it in quiet mode
Small updates to copyright headers in some files which don't have the headers automatically replaced
Small updates to copyright headers in some files which don't have the headers automatically replaced
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.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%