Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
david e0870187de Remove a test
if (tcp_rpc_socket > max_sd)
	  max_sd = tcp_rpc_socket;
The condition is always true because max_sd is initialized to -1 and that block
of code is entered only if tcp_rpc_socket > -1. It looks like the kind of thing
that would be managing a large set of sockets for select, but here we're only
selecting on one socket at a time. This was suggested by Lionel Cons.
2009-11-12 16:00:16 +00:00
docs Add Lionel Cons discovered rpc scan error 2009-11-11 08:20:59 +00:00
libdnet-stripped Open bpf devices in read/write mode, not read-only, in libdnet on BSD. This is 2009-11-09 04:49:32 +00:00
liblua
libpcap Fix a messed-up patch in NMAP_MODIFICATIONS. 2009-11-04 18:50:55 +00:00
libpcre
macosx
mswin32 Applied patch rom Rob Nicholls which updates our Winpcap installer to 2009-11-09 08:32:01 +00:00
ndiff
nselib [NSE] Patch to add worker threads to NSE for scripts to use. Right 2009-11-12 01:33:52 +00:00
scripts Add a new script, db2-info.nse, that enhances DB2 database instance detection. 2009-11-12 11:44:02 +00:00
acinclude.m4
aclocal.m4 Add --enable-nls and --disable-nls options to configure. These are used 2009-11-05 19:50:33 +00:00
BSDmakefile
CHANGELOG Add a new script, db2-info.nse, that enhances DB2 database instance detection. 2009-11-12 11:44:02 +00:00
charpool.cc
charpool.h
config.guess
config.sub
configure Add --enable-nls and --disable-nls options to configure. These are used 2009-11-05 19:50:33 +00:00
configure.ac Add --enable-nls and --disable-nls options to configure. These are used 2009-11-05 19:50:33 +00:00
COPYING
COPYING.OpenSSL
depcomp
FingerPrintResults.cc
FingerPrintResults.h
global_structures.h
HACKING
idle_scan.cc
idle_scan.h
INSTALL
ltmain.sh
MACLookup.cc Use an std::map instead of a custom hash table for MAC address prefix 2009-11-11 21:25:07 +00:00
MACLookup.h
main.cc
Makefile.in Don't cause an error if $LINGUAS contains a language for which we don't 2009-11-10 18:38:47 +00:00
missing
nmap-header-template.cc
nmap-mac-prefixes update to the latest mac address prefixes from ieee's oui.txt 2009-11-06 07:42:37 +00:00
nmap-os-db
nmap-protocols
nmap-rpc
nmap-service-probes Updated DB2 port ranges to be broader in order to improve detection of the database instances that typically live in the 50000-50025 and 60000-60025 range. [Tom] 2009-11-11 13:45:57 +00:00
nmap-services
nmap.cc Fix some indentation. 2009-10-29 00:46:55 +00:00
nmap.h
nmap.spec.in Package translated man pages in the RPM spec file. 2009-11-05 22:29:19 +00:00
nmap_amigaos.h
nmap_config.h.in
nmap_dns.cc Keep track of the size of the sockaddr structure we get back when resolving DNS 2009-11-07 02:29:23 +00:00
nmap_dns.h
nmap_error.cc
nmap_error.h
nmap_rpc.cc Remove a test 2009-11-12 16:00:16 +00:00
nmap_rpc.h
nmap_tty.cc
nmap_tty.h
nmap_winconfig.h
NmapOps.cc
NmapOps.h
NmapOutputTable.cc
NmapOutputTable.h
nse_binlib.cc
nse_binlib.h
nse_bit.cc
nse_bit.h
nse_debug.cc
nse_debug.h
nse_fs.cc
nse_fs.h
nse_main.cc
nse_main.h
nse_main.lua [NSE] Patch to add worker threads to NSE for scripts to use. Right 2009-11-12 01:33:52 +00:00
nse_nmaplib.cc [NSE] Patch to add worker threads to NSE for scripts to use. Right 2009-11-12 01:33:52 +00:00
nse_nmaplib.h
nse_nsock.cc
nse_nsock.h
nse_openssl.cc
nse_openssl.h
nse_pcrelib.cc
nse_pcrelib.h
nse_ssl_cert.cc
nse_ssl_cert.h
osscan.cc All parse_single_fingerprint to handle a MatchPoints pseudo-print. 2009-11-11 19:36:10 +00:00
osscan.h
osscan2.cc
osscan2.h
output.cc Always print out the "Host is up" line with latency, even without 2009-10-27 22:57:50 +00:00
output.h
payload.cc
payload.h
portlist.cc
portlist.h
portreasons.cc
portreasons.h
protocols.cc
protocols.h
README-WIN32
scan_engine.cc Reset ss.numqueries_outstanding to 0 when giving up on an RPC port 2009-11-11 17:49:31 +00:00
scan_engine.h
service_scan.cc
service_scan.h
services.cc
services.h
shtool
Target.cc Make the argument to Target::setTargetName const. 2009-10-26 23:12:20 +00:00
Target.h Keep trace of the list of addresses a name resolved to, and print out 2009-10-27 06:08:04 +00:00
TargetGroup.cc Only print the first warning that a name resolves to multiple addresses 2009-10-27 06:16:22 +00:00
TargetGroup.h Keep trace of the list of addresses a name resolved to, and print out 2009-10-27 06:08:04 +00:00
targets.cc Keep trace of the list of addresses a name resolved to, and print out 2009-10-27 06:08:04 +00:00
targets.h
tcpip.cc Fix the test for an IPv4 packet in readip_pcap. It was checking this condition: 2009-11-07 02:03:07 +00:00
tcpip.h
timing.cc
timing.h
traceroute.cc
traceroute.h
utils.cc
utils.h
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 ).