1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 03:29:02 +00:00
david 77df357acd Check for target->deviceName == NULL in target_needs_new_hostgroup in
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.
2010-06-25 05:34:08 +00:00
2010-06-24 15:04:40 +00:00
2010-06-09 17:20:50 +00:00
2010-05-28 07:14:41 +00:00
2010-06-24 17:01:55 +00:00
2010-06-24 17:01:55 +00:00
2010-05-23 17:42:44 +00:00
2008-07-31 14:18:21 +00:00
2010-06-15 18:02:05 +00:00
2010-06-07 22:09:37 +00:00
2010-05-03 21:20:25 +00:00
2010-05-03 21:20:25 +00:00

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 ).
Languages
C 37.5%
Lua 28.1%
C++ 16.8%
Shell 5.8%
Python 4.2%
Other 7.3%