Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
kris 599bb361a4 Update ip_is_reserved(): I decided to go through the existing address checks
to verify their correctness and to check more than just the table in
ipv4-address-space.  Beyond comment changes and some code movement:

* 198.51.100.0/24 and 203.0.113.0/24 are reserved by RFC5737 (Jan 2010)
* Fix 198.18.0.0/15, which was implemented wrongly.  This goes back a while
and was handled somewhat like 198.18.0.0/18.
2010-03-13 01:31:11 +00:00
docs Mention that --open now omits entire host listings in refguide.xml. 2010-03-12 22:20:20 +00:00
libdnet-stripped o Fixed the parsing of libdnet DLPI interface names that contain more 2010-02-28 19:45:39 +00:00
liblua
libpcap
libpcre
macosx Use capital letters in package names. The Snow Leopard PackageMaker seems to 2010-03-07 05:36:26 +00:00
mswin32 Update vcredist_x86.exe to version 9.0.30729.4148. Axel Pettinger reported that 2010-03-03 00:25:28 +00:00
ndiff latest generated man pages 2010-02-19 06:28:14 +00:00
nselib o Added the function bignum_add to the nse_openssl library to support BIGNUM 2010-03-09 20:54:01 +00:00
scripts o [NSE] Added checks for missing OpenSSL to MySQL scripts and library [Patrik] 2010-03-09 20:27:48 +00:00
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG Update ip_is_reserved(): I decided to go through the existing address checks 2010-03-13 01:31:11 +00:00
charpool.cc
charpool.h
config.guess
config.sub
configure Merge r16779:16804 from /nmap-exp/david/nmap-nping. This adds Nping 2010-02-17 01:46:34 +00:00
configure.ac Merge r16779:16804 from /nmap-exp/david/nmap-nping. This adds Nping 2010-02-17 01:46:34 +00:00
COPYING
COPYING.OpenSSL
depcomp
FingerPrintResults.cc
FingerPrintResults.h
global_structures.h
HACKING update version numbers of examples in HACKING file 2010-03-05 02:33:07 +00:00
idle_scan.cc simple comment and whitespace fix 2010-03-04 21:56:29 +00:00
idle_scan.h
INSTALL
ltmain.sh
MACLookup.cc
MACLookup.h
main.cc
Makefile.in Merge r16779:16804 from /nmap-exp/david/nmap-nping. This adds Nping 2010-02-17 01:46:34 +00:00
missing
nmap-header-template.cc
nmap-mac-prefixes
nmap-os-db
nmap-protocols
nmap-rpc
nmap-service-probes Added matchline for the Arucer backdoor. The Arucer backdoor was found to be packaged with drivers for the Energizer USB recharger: http://www.kb.cert.org/vuls/id/154421 2010-03-08 18:22:50 +00:00
nmap-services
nmap.cc Update ip_is_reserved(): I decided to go through the existing address checks 2010-03-13 01:31:11 +00:00
nmap.h Update version number to 5.21 to reflect the latest Nmap user (even though technically the 5.21 release is coming from the /nmap-exp/stable-5.2 branch 2010-01-27 02:51:09 +00:00
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in
nmap_dns.cc Fix these compiler warnings with a patch from Solar Designer: 2010-01-28 18:55:08 +00:00
nmap_dns.h
nmap_error.cc
nmap_error.h Fix these compiler warnings with a patch from Solar Designer: 2010-01-28 18:55:08 +00:00
nmap_rpc.cc
nmap_rpc.h
nmap_tty.cc
nmap_tty.h
nmap_winconfig.h
NmapOps.cc fix variable initialization 2010-03-12 21:56:06 +00:00
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 Use defines for library names "nmap" and "stdnse.c" 2010-02-06 00:59:33 +00:00
nse_main.h
nse_main.lua Fix bug where Lua will load original, optional Lua libraries when we have 2010-01-21 18:56:30 +00:00
nse_nmaplib.cc Merge through r16884 from /nmap-exp/kris/nse-rawip plus the following changelog 2010-02-26 20:42:10 +00:00
nse_nmaplib.h Use defines for library names "nmap" and "stdnse.c" 2010-02-06 00:59:33 +00:00
nse_nsock.cc Use socket_errno() instead of errno in NSE raw socket code, to get 2010-03-02 18:29:22 +00:00
nse_nsock.h
nse_openssl.cc o Added the function bignum_add to the nse_openssl library to support BIGNUM 2010-03-09 20:54:01 +00:00
nse_openssl.h
nse_pcrelib.cc
nse_pcrelib.h
nse_ssl_cert.cc Fix a typo in a comment. 2010-01-28 19:12:11 +00:00
nse_ssl_cert.h
osscan.cc
osscan.h
osscan2.cc
osscan2.h
output.cc Don't call htonl on a netmask before displaying it in --iflist; it's 2010-03-11 17:46:27 +00:00
output.h
payload.cc Use the Quake 2 and Quake 3 server status probes as UDP payloads. 2010-01-30 04:41:25 +00:00
payload.h
portlist.cc Add a PortList::hasOpenPorts member function to find out if a host has 2010-03-12 20:48:03 +00:00
portlist.h Add a PortList::hasOpenPorts member function to find out if a host has 2010-03-12 20:48:03 +00:00
portreasons.cc
portreasons.h
protocols.cc
protocols.h
README-WIN32
scan_engine.cc Change PacketTrace::traceArp not to take the Ethernet header. It wasn't 2010-03-10 16:58:24 +00:00
scan_engine.h
service_scan.cc Only change the port state to PORT_OPEN during service scan if it is not 2010-01-26 20:14:29 +00:00
service_scan.h
services.cc Add a function free_services that tells Nmap to reload the nmap-services 2010-02-26 22:29:03 +00:00
services.h Add a function free_services that tells Nmap to reload the nmap-services 2010-02-26 22:29:03 +00:00
shtool
Target.cc
Target.h Fixing compilation when --without-liblua is used. 2010-01-24 08:57:38 +00:00
TargetGroup.cc
TargetGroup.h
targets.cc
targets.h
tcpip.cc Make read_arp_reply_pcap work with a libpcap datalink type of 2010-03-12 05:23:50 +00:00
tcpip.h Merge through r16884 from /nmap-exp/kris/nse-rawip plus the following changelog 2010-02-26 20:42:10 +00:00
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 ).