Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
david 0b20c18f90 Limit the number of HostGroupState targets we will defer.
This prevents potentially reading (and buffering) every input host while
looking for more targets to fill up the current hostgroup. One of the
criteria that can split hostgroups is interface. Suppose you have an
input list of targets whose interfaces are
	eth0 eth0 eth0 wlan0 wlan0 wlan0 wlan0 wlan0 wlan0...
The first three eth0 will go in the first group, and then the following
wlan0 will start to be buffered while we look for more eth0. But we will
only look ahead 64 targets, then go ahead and scan the three eth0.
2013-02-26 03:39:25 +00:00
docs Put a link to the nmap-fo.xsl github. 2013-01-21 04:36:07 +00:00
libdnet-stripped Handle AppleTalk devices 2013-02-14 23:32:52 +00:00
liblinear Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
liblua Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
libnetutil Get rid of npacket_debug (dead code). 2013-02-14 14:34:52 +00:00
libpcap
libpcre Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
macosx
mswin32 Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
nbase Move CHECKED_FD_SET and CHECKED_FD_CLR to Nbase. 2013-02-22 00:45:57 +00:00
ncat Whitespace. 2013-02-24 02:50:02 +00:00
ndiff Performance improvement. 2012-12-23 08:35:32 +00:00
nmap-update Move libsvn and libapr installation to /nmap-mswin32-aux/libsvn-upgrade.txt. 2012-10-03 05:18:28 +00:00
nping Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
nselib Allow CRLF line endings in upnp.lua 2013-02-24 04:55:40 +00:00
nsock Move CHECKED_FD_SET and CHECKED_FD_CLR to Nbase. 2013-02-22 00:45:57 +00:00
scripts Update ip-geolocation-geoplugin.nse for a new data format. 2013-02-24 02:50:03 +00:00
todo Add a task suggested by David 2013-02-05 00:03:07 +00:00
zenmap Check NMAP_PRIVILEGED and NMAP_UNPRIVILEGED in Zenmap is_root. 2013-01-24 17:18:13 +00:00
acinclude.m4 Don't use exit in PCAP_IS_SUITABLE. 2012-09-08 19:44:24 +00:00
aclocal.m4 Regen with Autoconf 2.68 and aclocal 1.11.6. 2012-09-19 16:41:35 +00:00
BSDmakefile
CHANGELOG Update ip-geolocation-geoplugin.nse for a new data format. 2013-02-24 02:50:03 +00:00
charpool.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
charpool.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
config.guess
config.sub
configure Latest auto-generated files in prep for upcoming 6.20BETA1 release 2012-11-16 00:54:16 +00:00
configure.ac Correcly append to CXXFLAGS with --with-localdirs. 2012-10-06 20:23:05 +00:00
COPYING Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
depcomp
FingerPrintResults.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
FingerPrintResults.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
FPEngine.cc Merged nsock-logging from nmap-exp/henri/nsock-logging/ 2012-12-15 10:59:30 +00:00
FPEngine.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
FPModel.cc Process latest IPv6 OS submissions. 2012-11-06 05:52:40 +00:00
global_structures.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
HACKING Update some mailing list references. 2012-12-06 02:34:28 +00:00
idle_scan.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
idle_scan.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
INSTALL
ltmain.sh
MACLookup.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
MACLookup.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
main.cc NMAP_ARGS typo. 2013-01-08 04:28:01 +00:00
Makefile.in Move Japanese man page from nmap-jp to nmap-ja. 2012-12-25 01:28:26 +00:00
missing
nmap-header-template.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap-mac-prefixes
nmap-os-db Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap-payloads Whitespace in nmap-payloads. 2012-12-23 01:13:56 +00:00
nmap-protocols
nmap-rpc Update some more headers. 2012-12-06 02:25:46 +00:00
nmap-service-probes Remove a too-generic service fingerprint for which we need more data. 2013-02-01 20:45:12 +00:00
nmap-services Regenerate this file to include Windows WS-Management ports and also pulseaudio 2012-11-07 21:34:43 +00:00
nmap.cc Use more automatic memory management in nmap_dns.cc. 2013-01-25 06:26:23 +00:00
nmap.h Remove vestiges of nsp_settrace. 2013-01-22 23:40:16 +00:00
nmap.spec.in
nmap_amigaos.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_config.h.in Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_dns.cc Use more automatic memory management in nmap_dns.cc. 2013-01-25 06:26:23 +00:00
nmap_dns.h Use more automatic memory management in nmap_dns.cc. 2013-01-25 06:26:23 +00:00
nmap_error.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_error.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_tty.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_tty.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_winconfig.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
NmapOps.cc Remove -q (quash argv to "pine" option). 2013-01-04 18:59:11 +00:00
NmapOps.h Remove -q (quash argv to "pine" option). 2013-01-04 18:59:11 +00:00
NmapOutputTable.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
NmapOutputTable.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nse_binlib.cc
nse_binlib.h
nse_bit.cc
nse_bit.h
nse_debug.cc
nse_debug.h
nse_dnet.cc Move win32_fatal_raw_sockets out of nmap_raw_socket. 2012-10-31 17:00:55 +00:00
nse_dnet.h
nse_fs.cc
nse_fs.h
nse_main.cc Renamed nmap_fileexistsandisreadable() by file_is_readable(). Former was 2012-10-20 15:00:10 +00:00
nse_main.h Handle NSE-returned strings with null characters 2012-08-17 20:14:44 +00:00
nse_main.lua Include the targetname if possible in NSE diagnostic messages. 2013-02-07 23:26:18 +00:00
nse_nmaplib.cc Make the catch function yieldable. 2012-11-23 03:50:17 +00:00
nse_nmaplib.h
nse_nsock.cc Merged nsock-logging from nmap-exp/henri/nsock-logging/ 2012-12-15 10:59:30 +00:00
nse_nsock.h
nse_openssl.cc
nse_openssl.h
nse_pcrelib.cc
nse_pcrelib.h
nse_ssl_cert.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nse_ssl_cert.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nse_utility.cc Add an nseU_opttarget function. 2012-09-15 17:56:17 +00:00
nse_utility.h Use a HAVE_STDINT_H guard. 2013-02-09 22:46:47 +00:00
osscan.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
osscan.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
osscan2.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
osscan2.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
output.cc Show route metrics in --iflist. 2013-02-01 05:01:58 +00:00
output.h Merged nsock-logging from nmap-exp/henri/nsock-logging/ 2012-12-15 10:59:30 +00:00
payload.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
payload.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
portlist.cc Make PortList::mapPort return void. 2012-12-22 06:02:34 +00:00
portlist.h Make PortList::mapPort return void. 2012-12-22 06:02:34 +00:00
portreasons.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
portreasons.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
protocols.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
protocols.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
README-WIN32
scan_engine.cc Limit maxSocketsAllowed to FD_SETSIZE. 2013-02-22 01:14:32 +00:00
scan_engine.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
service_scan.cc Fix spelling in some comments. 2013-01-15 22:31:11 +00:00
service_scan.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
services.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
services.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
shtool
struct_ip.h Update my email address in the places which had the old one 2012-12-10 01:34:21 +00:00
Target.cc Use more automatic memory management in nmap_dns.cc. 2013-01-25 06:26:23 +00:00
Target.h Use more automatic memory management in nmap_dns.cc. 2013-01-25 06:26:23 +00:00
TargetGroup.cc Actually set the base addr in NetBlockIPv6Netmask. 2013-01-26 05:31:33 +00:00
TargetGroup.h Have NetBlock::next return the socklen. 2013-01-26 05:31:33 +00:00
targets.cc Limit the number of HostGroupState targets we will defer. 2013-02-26 03:39:25 +00:00
targets.h Limit the number of HostGroupState targets we will defer. 2013-02-26 03:39:25 +00:00
tcpip.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
tcpip.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
timing.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
timing.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
traceroute.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
traceroute.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
utils.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
utils.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
xml.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
xml.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
zenmap.spec.in

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 ).