Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
tomsellers a67240b58c version.bind cleanup, cross protocol version probe fallbacks Closes #977
Full description in GitHub PR#977

o [GH#977] Improved DNS service version detection coverage and consitentcy
  by using data from a Project Sonar Internet wide survey. Numerouse false
  positives were removed and reliable softmatches added. Match lines for
  version.bind responses were also conslidated using the technique below.
  [Tom Sellers]

o [GH#977] Changed version probe fallbacks so as to work cross protocol
  (TCP/UDP). This enables consolidating match lines for services where the
  responses on TCP and UDP are similar. [Tom Sellers]
2017-09-13 11:03:40 +00:00
docs Some grammar fixes in the refguide. Closes #992 2017-09-08 18:10:16 +00:00
libdnet-stripped Fix route detection on FreeBSD. 2017-08-02 18:48:27 +00:00
liblinear Update platform toolset to remove XP compatibility 2016-06-04 02:46:11 +00:00
liblua Merge branch 'nse-lua53' 2016-07-02 17:02:27 +00:00
libnetutil Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
libpcap
libpcre Update platform toolset to remove XP compatibility 2016-06-04 02:46:11 +00:00
libssh2 Update props to make libssh2/install-sh executable 2017-07-10 20:48:30 +00:00
libz Restore libz/zconf.h, needed unconfigured for Windows. 2017-07-30 04:11:02 +00:00
macosx Bump OpenSSL version to 1.0.2l on macOS 2017-07-29 19:17:58 +00:00
mswin32 Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00
nbase Fixes to configure for libssh2+libz 2017-07-31 16:56:48 +00:00
ncat Provides more meaningful information about the connecting client when in UDP listening mode. Closes #980 2017-09-11 02:33:07 +00:00
ndiff Bump version and regen docs for 7.60 release 2017-08-01 21:50:08 +00:00
nmap-update Check in latest generated default_channel.h 2017-07-31 20:51:26 +00:00
nping Clarifies that the packet count may be 0. Fixes #988 2017-09-11 01:24:49 +00:00
nselib Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00
nsock nsock: minor style fix 2017-08-31 17:57:40 +00:00
scripts Fix some arg handling for ssh-publickey-acceptance 2017-09-11 15:17:51 +00:00
tests Update license terms for 2017 2017-06-07 12:32:38 +00:00
todo Mark a done task (#30) 2016-02-11 05:52:36 +00:00
zenmap Fix build breakage: Zenmap sometimes builds purelib, so glob was not matching. 2017-08-07 16:14:51 +00:00
.gitignore Don't track libz's zconf.h file, generated by configure 2017-07-29 19:42:48 +00:00
.travis.yml Fix flags for Travis CI build. --without-ssl was incorrect. 2016-07-06 22:24:51 +00:00
acinclude.m4 Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
aclocal.m4
BSDmakefile
CHANGELOG version.bind cleanup, cross protocol version probe fallbacks Closes #977 2017-09-13 11:03:40 +00:00
charpool.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
charpool.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
checklibs.sh
config.guess
config.sub
configure Mark something that doesn't work. 2017-07-31 19:09:47 +00:00
configure.ac Mark something that doesn't work. 2017-07-31 19:09:47 +00:00
CONTRIBUTING.md Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
COPYING Update license terms for 2017 2017-06-07 12:32:38 +00:00
depcomp
FingerPrintResults.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
FingerPrintResults.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
FPEngine.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
FPEngine.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
FPModel.cc Add number of prints to IPv6 model 2016-09-30 04:25:32 +00:00
FPModel.h
HACKING Fixes #579 2016-11-21 16:08:54 +00:00
idle_scan.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
idle_scan.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
INSTALL
lpeg.c Apply patch from Kali package reputed to address #237 2016-03-09 14:52:00 +00:00
ltmain.sh
MACLookup.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
MACLookup.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
main.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
Makefile.in Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00
missing Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
NewTargets.cc Move NewTargets class to its own h/cc files 2017-08-05 21:11:00 +00:00
NewTargets.h Move NewTargets class to its own h/cc files 2017-08-05 21:11:00 +00:00
nmap-header-template.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap-mac-prefixes Update nmap-mac-prefixes from IEEE 2017-08-18 04:03:26 +00:00
nmap-os-db Process 108 OS fingerprint submissions 2017-08-31 16:27:17 +00:00
nmap-payloads Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
nmap-protocols
nmap-rpc Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
nmap-service-probes version.bind cleanup, cross protocol version probe fallbacks Closes #977 2017-09-13 11:03:40 +00:00
nmap-services Update nmap-services with latest data from IANA 2017-06-08 12:27:44 +00:00
nmap.cc Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
nmap.h Bump version and regen docs for 7.60 release 2017-08-01 21:50:08 +00:00
nmap.spec.in Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
nmap_amigaos.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_config.h.in Fixes to configure for libssh2+libz 2017-07-31 16:56:48 +00:00
nmap_dns.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_dns.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_error.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_error.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_ftp.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_ftp.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_tty.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_tty.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
nmap_winconfig.h Fixes to configure for libssh2+libz 2017-07-31 16:56:48 +00:00
NmapOps.cc Update some error messages to refer to Npcap, not WinPcap. 2017-06-23 04:44:21 +00:00
NmapOps.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
NmapOutputTable.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
NmapOutputTable.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
nse_debug.cc Fix up some more header includes 2017-04-19 18:18:38 +00:00
nse_debug.h
nse_dnet.cc Remove some unused includes 2017-04-19 19:06:47 +00:00
nse_dnet.h
nse_fs.cc Merge branch 'nse-lua53' 2016-07-02 17:02:27 +00:00
nse_fs.h
nse_libssh2.cc Merged gsoc-ssh branch. Closes #910 2017-06-29 21:27:35 +00:00
nse_libssh2.h Convert a few files to Unix line endings 2017-07-18 18:46:02 +00:00
nse_lpeg.cc Merge branch 'nse-lua53' 2016-07-02 17:02:27 +00:00
nse_lpeg.h
nse_main.cc Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00
nse_main.h Move scan lists structs and functions to scan_lists files. 2017-04-19 04:14:43 +00:00
nse_main.lua Fix a typo. Closes #884 2017-05-21 02:58:08 +00:00
nse_nmaplib.cc Move NewTargets class to its own h/cc files 2017-08-05 21:11:00 +00:00
nse_nmaplib.h
nse_nsock.cc Re-add some needed includes on Windows 2017-04-20 17:24:33 +00:00
nse_nsock.h
nse_openssl.cc Fix compatibility with LibreSSL; new checks skipped initialization code 2017-02-07 20:10:02 +00:00
nse_openssl.h
nse_pcrelib.cc Merge branch 'nse-lua53' 2016-07-02 17:02:27 +00:00
nse_pcrelib.h
nse_ssl_cert.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
nse_ssl_cert.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
nse_utility.cc Track NSE targets by IP first, then by targetname. 2017-08-07 14:25:14 +00:00
nse_utility.h Merged gsoc-ssh branch. Closes #910 2017-06-29 21:27:35 +00:00
nse_zlib.cc Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00
nse_zlib.h Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00
osscan.cc Correct a function name in a comment 2017-09-06 18:01:45 +00:00
osscan.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
osscan2.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
osscan2.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
output.cc Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
output.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
payload.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
payload.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
portlist.cc Move some functions to more appropriate files 2017-08-02 05:10:19 +00:00
portlist.h Move some functions to more appropriate files 2017-08-02 05:10:19 +00:00
portreasons.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
portreasons.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
protocols.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
protocols.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
README-WIN32 Bump version and regen docs for 7.31 maintenance release. 2016-10-21 20:12:59 +00:00
README.md Some formatting fixups for README.md 2017-04-30 13:18:07 +00:00
scan_engine.cc Removes trailing spaces in 69 files. Closes #971. 2017-08-23 08:52:40 +00:00
scan_engine.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
scan_engine_connect.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
scan_engine_connect.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
scan_engine_raw.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
scan_engine_raw.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
scan_lists.cc Move some functions to more appropriate files 2017-08-02 05:10:19 +00:00
scan_lists.h Move some functions to more appropriate files 2017-08-02 05:10:19 +00:00
service_scan.cc version.bind cleanup, cross protocol version probe fallbacks Closes #977 2017-09-13 11:03:40 +00:00
service_scan.h version.bind cleanup, cross protocol version probe fallbacks Closes #977 2017-09-13 11:03:40 +00:00
services.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
services.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
shtool
struct_ip.h
Target.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
Target.h Keep resolved, scanned addresses separate from unscanned addresses. 2017-08-07 14:25:13 +00:00
TargetGroup.cc Ensure resolveall only affects hostname-derived NetBlocks 2017-08-07 19:46:27 +00:00
TargetGroup.h Keep resolved, scanned addresses separate from unscanned addresses. 2017-08-07 14:25:13 +00:00
targets.cc Keep resolved, scanned addresses separate from unscanned addresses. 2017-08-07 14:25:13 +00:00
targets.h Move TargetGroup class to TargetGroup files; make NetBlock class private 2017-08-06 03:20:40 +00:00
tcpip.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
tcpip.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
timing.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
timing.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
traceroute.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
traceroute.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
utils.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
utils.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
xml.cc Update license terms for 2017 2017-06-07 12:32:38 +00:00
xml.h Update license terms for 2017 2017-06-07 12:32:38 +00:00
zenmap.spec.in

Nmap Build Status

Nmap is released under a custom license, which is based on (but not compatible with) GPLv2. The Nmap license allows free usage by end users, and we also offer a commercial license for companies that wish to redistribute Nmap technology with their products. See Nmap Copyright and Licensing for full details.

The latest version of this software as well as binary installers for Windows, macOS, and Linux (RPM) are available from Nmap.org

Full documentation is also available on the Nmap.org website.

Questions and suggestions may be sent to the Nmap-dev mailing list.

Installing

Ideally, you should be able to just type:

./configure
make
make install

For far more in-depth compilation, installation, and removal notes, read the Nmap Install Guide on Nmap.org.

Using Nmap

Nmap has a lot of features, but getting started is as easy as running nmap scanme.nmap.org. Running nmap without any parameters will give a helpful list of the most common options, which are discussed in depth in the man page. Users who prefer a graphical interface can use the included Zenmap front-end.

Contributing

Information about filing bug reports and contributing to the Nmap project can be found in the HACKING and CONTRIBUTING.md files.