1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-06 06:29:03 +00:00
david ecb16767e8 Skip privileged pings against localhost on Windows.
Compare to this similar test in Nmap's scan_engine.cc:
  if (scantype != CONNECT_SCAN && Targets[0]->ifType() == devt_loopback) {
    log_write(LOG_STDOUT, "Skipping %s against %s because Windows does not support scanning your own machine (localhost) this way.\n", scantype2str(scantype), Targets[0]->NameIP());
    return;
  }

rndbit made a report--unfortunately we con't fix it, but we can make the
error message clearer.
http://seclists.org/nmap-dev/2013/q1/187
2013-02-09 19:08:05 +00:00
2013-01-08 04:37:34 +00:00
2013-02-09 08:29:39 +00:00
2012-12-23 08:35:32 +00:00
2013-02-05 00:03:07 +00:00
2012-11-06 05:52:40 +00:00
2012-12-06 02:34:28 +00:00
2013-01-08 04:28:01 +00:00
2012-12-23 01:13:56 +00:00
2012-12-06 02:25:46 +00:00
2013-01-22 23:40:16 +00:00
2012-05-27 08:53:32 +00:00
2008-07-31 14:18:21 +00:00
2012-05-27 08:53:32 +00:00
2012-05-27 08:53:32 +00:00
2012-05-27 08:53:32 +00:00
2012-05-27 08:53:32 +00:00
2012-09-15 17:56:17 +00:00
2012-09-15 17:56:17 +00:00
2013-02-01 05:01:58 +00:00
2012-12-22 06:02:34 +00:00
2013-01-15 22:31:11 +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.8%
Lua 28.1%
C++ 16.7%
Shell 5.8%
Python 4.2%
Other 7.2%