Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2017-10-04 18:27:31 +00:00
docs Adds an entry for nnposter 2017-09-24 16:46:58 +00:00
libdnet-stripped Move non-config definitions to the file where they are used. Closes #1013 2017-09-19 17:01:38 +00:00
liblinear
liblua
libnetutil
libpcap
libpcre
libssh2
libz Prevent linking error from ZLIB_WINAPI difference. 2017-09-21 03:57:11 +00:00
macosx
mswin32 Add zlib includes and libs to Debug Windows build 2017-09-30 19:36:06 +00:00
nbase Avoid selecting on STDIN on Windows. Fixes #978 2017-09-30 15:34:35 +00:00
ncat Avoid false FAIL due to ncat not starting quickly enough 2017-10-03 22:43:38 +00:00
ndiff
nmap-update
nping Regen configure scripts 2017-09-27 21:29:31 +00:00
nselib Document ascii_host field of url.parse 2017-09-28 16:31:05 +00:00
nsock Regen configure scripts 2017-09-27 21:29:31 +00:00
scripts Add cross-references and improve clock-skew NSEdoc 2017-10-04 18:27:31 +00:00
tests
todo
zenmap
.gitignore
.travis.yml
acinclude.m4
aclocal.m4 Update aclocal.m4 2017-09-19 17:01:40 +00:00
BSDmakefile
CHANGELOG Avoid false positive in ipmi-cipher-zero. Closes #1022 2017-10-04 18:27:29 +00:00
charpool.cc
charpool.h
checklibs.sh
config.guess
config.sub
configure
configure.ac
CONTRIBUTING.md
COPYING
depcomp
FingerPrintResults.cc
FingerPrintResults.h
FPEngine.cc Adds explicit type casting to silence MSVC compiler warnings about 2017-09-23 23:37:18 +00:00
FPEngine.h
FPModel.cc
FPModel.h
HACKING
idle_scan.cc
idle_scan.h
INSTALL
lpeg.c Adds explicit type casting to silence MSVC compiler warnings about 2017-09-23 23:37:18 +00:00
ltmain.sh
MACLookup.cc
MACLookup.h
main.cc
Makefile.in Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00
missing
NewTargets.cc
NewTargets.h
nmap-header-template.cc
nmap-mac-prefixes
nmap-os-db
nmap-payloads
nmap-protocols
nmap-rpc
nmap-service-probes Add a match for odd nginx reverse proxy behavior. Fixes #787 2017-09-20 16:30:30 +00:00
nmap-services
nmap.cc Adds protection against dealing with excessive timer values. 2017-09-23 23:24:14 +00:00
nmap.h
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in
nmap_dns.cc
nmap_dns.h
nmap_error.cc
nmap_error.h
nmap_ftp.cc
nmap_ftp.h
nmap_tty.cc
nmap_tty.h
nmap_winconfig.h
NmapOps.cc
NmapOps.h
NmapOutputTable.cc
NmapOutputTable.h
nse_debug.cc
nse_debug.h
nse_dnet.cc
nse_dnet.h
nse_fs.cc
nse_fs.h
nse_libssh2.cc
nse_libssh2.h
nse_lpeg.cc
nse_lpeg.h
nse_main.cc Add zlib binding for NSE. Fixes #532 2017-09-13 01:54:19 +00:00
nse_main.h
nse_main.lua
nse_nmaplib.cc
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
nse_utility.cc
nse_utility.h
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
osscan.h
osscan2.cc
osscan2.h
output.cc
output.h
payload.cc
payload.h
portlist.cc
portlist.h
portreasons.cc
portreasons.h
protocols.cc
protocols.h
README-WIN32
README.md
scan_engine.cc
scan_engine.h
scan_engine_connect.cc
scan_engine_connect.h
scan_engine_raw.cc
scan_engine_raw.h
scan_lists.cc
scan_lists.h
service_scan.cc version.bind cleanup, cross protocol version probe fallbacks Closes #977 2017-09-13 11:03:40 +00:00
service_scan.h Fix compilation when PCRE is in a subdir. Fixes #909 2017-10-04 18:27:31 +00:00
services.cc
services.h
shtool
struct_ip.h
Target.cc
Target.h
TargetGroup.cc
TargetGroup.h
targets.cc
targets.h
tcpip.cc Add debug info with getaddrinfo error 2017-10-04 18:27:30 +00:00
tcpip.h
timing.cc
timing.h
traceroute.cc
traceroute.h
utils.cc
utils.h
xml.cc
xml.h
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.