Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2025-04-14 19:06:54 +00:00
.github/ISSUE_TEMPLATE
docs Add a missing parenthesis. Close #3009 2025-03-23 00:15:56 +00:00
libdnet-stripped Windows build fixes for libdnet-stripped 2025-04-11 16:39:12 +00:00
liblinear
liblua Update Lua to 5.4.7 2025-04-14 17:20:42 +00:00
libnetutil Avoid copying link-layer header; point instead 2025-04-11 21:45:17 +00:00
libpcap Update libpcap to 1.10.5 2025-04-14 19:06:54 +00:00
libpcre
libssh2 Update libssh2 to 1.11.1 2025-04-14 17:20:50 +00:00
libz
macosx
mswin32 Fix link warnings on Windows 2025-04-11 21:17:44 +00:00
nbase
ncat Initialize qtv for clarity. Closes #3035 2025-03-05 17:16:12 +00:00
ndiff
nping Fix link warnings on Windows 2025-04-11 21:17:44 +00:00
nselib NSEdoc fixes 2025-03-13 18:13:21 +00:00
nsock Build fixes 2025-04-10 19:24:22 +00:00
scripts Add targets-ipv6-eui64 script 2025-03-13 21:47:54 +00:00
tests
todo
zenmap Make styrene config robust against version changes 2025-04-11 21:18:22 +00:00
.gitignore
.lgtm.yml
.travis.yml
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG Update libpcap to 1.10.5 2025-04-14 19:06:54 +00:00
charpool.cc
charpool.h
checklibs.sh
config.guess
config.sub
configure
configure.ac
CONTRIBUTING.md
depcomp
FingerPrintResults.cc
FingerPrintResults.h
FPEngine.cc
FPEngine.h
FPModel.cc
FPModel.h
HACKING
idle_scan.cc
idle_scan.h
INSTALL
LICENSE
lpeg.c
ltmain.sh
MACLookup.cc
MACLookup.h
main.cc
Makefile.in Promote Nping to full version number. Fixes #2862 2025-03-12 18:02:12 +00:00
missing
NewTargets.cc
NewTargets.h
nmap-header-template.cc
nmap-mac-prefixes Update mac prefixes 2025-02-27 16:42:04 +00:00
nmap-os-db
nmap-protocols
nmap-rpc Add some RPC numbers we missed, plus one new one from IANA 2025-03-12 17:30:26 +00:00
nmap-service-probes New scripts and probes for winbox service. Closes #2973 2025-03-12 17:30:28 +00:00
nmap-services Standardize capitalization and 'winbox' service name [ci skip] 2025-03-12 17:30:27 +00:00
nmap.cc
nmap.h
nmap.spec.in Promote Nping to full version number. Fixes #2862 2025-03-12 18:02:12 +00:00
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_db.cc
nse_db.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_lua.h
nse_main.cc
nse_main.h
nse_main.lua
nse_nmaplib.cc
nse_nmaplib.h
nse_nsock.cc Check for immediate return from nsock_read due to EOF 2025-04-11 14:57:56 +00:00
nse_nsock.h
nse_openssl.cc
nse_openssl.h
nse_ssl_cert.cc
nse_ssl_cert.h
nse_utility.cc
nse_utility.h
nse_zlib.cc
nse_zlib.h
osscan.cc
osscan.h
osscan2.cc
osscan2.h
output.cc
output.h
payload.cc
payload.h
portlist.cc
portlist.h
portreasons.cc
portreasons.h
probespec.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
service_scan.h
services.cc
services.h
shtool
string_pool.cc
string_pool.h
struct_ip.h
Target.cc
Target.h
TargetGroup.cc
TargetGroup.h
targets.cc
targets.h
tcpip.cc Avoid copying link-layer header; point instead 2025-04-11 21:45:17 +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 Language grade: C/C++ Language grade: Python Total alerts

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.