Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
kris c74ce1f424 Adding Ncat to /nmap. This should have Ncat in the regular build systems for
Windows and UNIX, and install/distro system for the source tarball, RPM, OS X
installer (thanks to David) and the Windows installer.

configure --without-ncat keeps it out on Unix
2008-09-16 01:34:28 +00:00
docs Fix a typo in docs/nmap-install.xml: "should wor" -> "should work". 2008-09-16 00:26:47 +00:00
libdnet-stripped Document something in NMAP_MODIFICATIONS I forgot to document before. It's from 2008-08-30 04:39:30 +00:00
liblua o The Nmap Windows self-installer now automatically installs the MS 2008-06-29 04:52:00 +00:00
libpcap
libpcre o The Nmap Windows self-installer now automatically installs the MS 2008-06-29 04:52:00 +00:00
macosx Adding Ncat to /nmap. This should have Ncat in the regular build systems for 2008-09-16 01:34:28 +00:00
mswin32 Adding Ncat to /nmap. This should have Ncat in the regular build systems for 2008-09-16 01:34:28 +00:00
nselib make timing a little more conservative 2008-09-15 19:05:00 +00:00
scripts Adjust the categories of the new SMB scripts. Also fix a couple of 2008-09-15 18:10:00 +00:00
acinclude.m4
aclocal.m4 Adding Ncat to /nmap. This should have Ncat in the regular build systems for 2008-09-16 01:34:28 +00:00
CHANGELOG Make DNS timeouts dependent on the timing template. Patch by jah. See 2008-09-15 18:56:54 +00:00
charpool.cc
charpool.h
config.guess
config.sub
configure Adding Ncat to /nmap. This should have Ncat in the regular build systems for 2008-09-16 01:34:28 +00:00
configure.ac Adding Ncat to /nmap. This should have Ncat in the regular build systems for 2008-09-16 01:34:28 +00:00
COPYING
COPYING.OpenSSL
depcomp
FingerPrintResults.cc
FingerPrintResults.h
global_structures.h Bump up MAX_OS_CLASSIFICATIONS_PER_FP from 8 to 10. 2008-07-15 20:07:25 +00:00
HACKING
idle_scan.cc Adding packet validity checking to readip_pcap() so the caller can assume the 2008-06-30 23:55:19 +00:00
idle_scan.h
INSTALL
ltmain.sh
MACLookup.cc
MACLookup.h
main.cc
Makefile.in Adding Ncat to /nmap. This should have Ncat in the regular build systems for 2008-09-16 01:34:28 +00:00
missing
nmap-header-template.cc
nmap-mac-prefixes
nmap-os-db improve header text 2008-09-05 01:58:11 +00:00
nmap-protocols
nmap-rpc
nmap-service-probes change classification of nginx from http-proxy to http 2008-09-09 11:46:34 +00:00
nmap-services small typo fix from Matt Selsky 2008-09-13 23:59:26 +00:00
nmap.cc Make xml_convert escape any character > 0x7F, and use xml_convert to escape the 2008-09-10 18:32:35 +00:00
nmap.h Update version number to 4.76 in prep for release 2008-09-12 05:58:06 +00:00
nmap.spec.in Adding Ncat to /nmap. This should have Ncat in the regular build systems for 2008-09-16 01:34:28 +00:00
nmap_amigaos.h
nmap_config.h.in
nmap_dns.cc added get_dns_servers() to nmap_dns.cc/.h 2008-08-21 09:24:35 +00:00
nmap_dns.h Add a couple includes which are needed for Philip's nwe get_dns_servers function prototype 2008-09-13 07:13:33 +00:00
nmap_error.cc
nmap_error.h
nmap_rpc.cc
nmap_rpc.h
nmap_tty.cc
nmap_tty.h
nmap_winconfig.h
NmapOps.cc Make some change to make --without-liblua work again. 2008-08-05 19:28:51 +00:00
NmapOps.h Add --max-rate to go with --min-rate. 2008-07-30 00:15:57 +00:00
NmapOutputTable.cc
NmapOutputTable.h
nse_binlib.cc Use nbase's s8, u8, s16, etc. types for specific-size integers rather than the 2008-08-29 20:57:36 +00:00
nse_binlib.h added nse_binlib.h 2008-07-31 14:18:21 +00:00
nse_bit.cc replace deprecated use of luaL_openlib with luaL_register 2008-09-09 13:23:14 +00:00
nse_bit.h Updated NSE's bit library to no longer be a shared library. 2008-08-27 22:23:50 +00:00
nse_debug.cc
nse_debug.h
nse_fs.cc
nse_fs.h
nse_hash.cc fixed two warnings in nse_hash.cc, code cleanup 2008-08-03 00:19:58 +00:00
nse_hash.h added nse_hash.h 2008-07-31 14:17:12 +00:00
nse_init.cc Remove a debugging function, stack_dump, that I used to step through NSE code. 2008-09-15 06:43:16 +00:00
nse_init.h
nse_macros.h Use a global table of loaded script file names, and don't load a script if its 2008-09-15 06:38:08 +00:00
nse_main.cc Fix for scripts returning multiple results causing the getting of the script's 2008-08-18 00:34:09 +00:00
nse_main.h Added ScriptResult class change in order to avoid managing string memory 2008-07-07 17:37:08 +00:00
nse_nmaplib.cc added nmap.get_dns_servers() to the NSE 2008-08-21 09:25:28 +00:00
nse_nmaplib.h
nse_nsock.cc Add a guard against getaddrinfo returning an empty list of addresses in 2008-09-04 14:36:48 +00:00
nse_nsock.h [NSE] Added fix for deadlocks on sockets. Now, 10 or max.parallelism threads 2008-07-31 07:35:19 +00:00
nse_pcrelib.cc Removed old unused procedure. 2008-09-03 22:16:59 +00:00
nse_pcrelib.h
osscan.cc Increase the line buffer for reading fingerprints in osscan.cc. The latest 2008-07-15 05:33:33 +00:00
osscan.h
osscan2.cc Adding packet validity checking to readip_pcap() so the caller can assume the 2008-06-30 23:55:19 +00:00
osscan2.h
output.cc Remove "\r\r" in script output. If you print "\r\n", the Windows C library will 2008-09-12 21:33:14 +00:00
output.h Make some change to make --without-liblua work again. 2008-08-05 19:28:51 +00:00
portlist.cc Nmap now avoids collapsing large numbers of ports in open|filtered state if verbosity or debugging levels are greater than two. 2008-08-15 03:30:34 +00:00
portlist.h
portreasons.cc Nmap will no longer misreport a localhost-response during PN scans, it will now be reported as 'user-set'. 2008-07-29 17:01:31 +00:00
portreasons.h Nmap will no longer misreport a localhost-response during PN scans, it will now be reported as 'user-set'. 2008-07-29 17:01:31 +00:00
protocols.cc
protocols.h
README-WIN32
scan_engine.cc Fix an assertion failure where raw TCP timing ping probes were wrongly used 2008-09-08 15:53:32 +00:00
scan_engine.h Save timing ping probes between calls to ultra_scan. This allows, for example, 2008-07-11 06:12:38 +00:00
service_scan.cc Documenting an earlier change and adding a new, related one: 2008-07-14 19:52:31 +00:00
service_scan.h
services.cc partial merge r9957 in bhdc08: nmap-services port frequency format has been changed to use percentage ratios in the file rather than fractional format (though the latter is still accepted) 2008-09-05 02:06:29 +00:00
services.h Improve the efficiency of loading the nmap-services file. We now use an STL map 2008-08-13 01:19:09 +00:00
shtool Upgrade shtool to version 2.0.8. This is supposed to fix NLS problems with 2008-08-19 17:49:47 +00:00
Target.cc Save timing ping probes between calls to ultra_scan. This allows, for example, 2008-07-11 06:12:38 +00:00
Target.h Save timing ping probes between calls to ultra_scan. This allows, for example, 2008-07-11 06:12:38 +00:00
TargetGroup.cc Check for the linked list returned by getaddrinfo being NULL as well as a 2008-09-04 14:27:55 +00:00
TargetGroup.h
targets.cc Nmap will no longer misreport a localhost-response during PN scans, it will now be reported as 'user-set'. 2008-07-29 17:01:31 +00:00
targets.h
tcpip.cc Add a guard against getaddrinfo returning no addresses in tcpip.cc. 2008-09-04 14:41:59 +00:00
tcpip.h constify the pointer passed to magic_tcpudp_cksum. 2008-08-21 17:43:23 +00:00
timing.cc Change RateMeter to be more general, measuring just one quantity. Add a 2008-08-16 01:05:11 +00:00
timing.h Change RateMeter to be more general, measuring just one quantity. Add a 2008-08-16 01:05:11 +00:00
traceroute.cc Use the cached timing ping probe as the traceroute probe in all situations. 2008-09-06 04:12:34 +00:00
traceroute.h Use the cached timing ping probe as the traceroute probe in all situations. 2008-09-06 04:12:34 +00:00
utils.cc Move tval2msecs() to Nbase for reuse 2008-07-15 20:06:05 +00:00
utils.h Move tval2msecs() to Nbase for reuse 2008-07-15 20:06:05 +00:00
zenmap.spec.in Include the new .desktop files in zenmap.spec.in. 2008-07-27 19:15:24 +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 ).