Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2022-08-15 16:23:36 +00:00
.github/ISSUE_TEMPLATE
docs Change 'consecutive' to 'sequential' when describing -r option. See #1750 2022-07-05 16:20:16 +00:00
libdnet-stripped Fix #2416: listing interfaces on IPv6-only Linux. 2022-07-05 16:20:17 +00:00
liblinear
liblua Do not build in lua 5.2 compatibility 2022-06-29 21:14:54 +00:00
libnetutil
libpcap
libpcre
libssh2 Upgrade libssh2 to 1.10.0 2022-06-29 20:40:29 +00:00
libz
macosx
mswin32 Don't try to get a list of devices just to confirm Packet.dll was found. 2022-05-12 21:56:59 +00:00
nbase
ncat Update ncat scripts: remove bit32 usage, declare locals 2022-06-29 21:14:53 +00:00
ndiff
nping Fix a man-page typo 2022-06-27 02:58:51 +00:00
nselib
nsock Remove incorrect recvfrom: unread data is lost per MS docs 2022-08-15 16:23:36 +00:00
scripts Vulners.nse: respect mincvss unless cvss is missing or is 0 for exploits 2022-07-29 15:21:15 +00:00
tests
todo
zenmap
.gitignore
.lgtm.yml
.travis.yml
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG Fix #2416: listing interfaces on IPv6-only Linux. 2022-07-05 16:20:17 +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
missing
NewTargets.cc Fix #2496: new targets couldn't be added because singleton object was not created 2022-06-27 23:01:44 +00:00
NewTargets.h Fix #2496: new targets couldn't be added because singleton object was not created 2022-06-27 23:01:44 +00:00
nmap-header-template.cc
nmap-mac-prefixes
nmap-os-db
nmap-payloads
nmap-protocols
nmap-rpc
nmap-service-probes
nmap-services
nmap.cc Change 'consecutive' to 'sequential' when describing -r option. See #1750 2022-07-05 16:20:16 +00:00
nmap.h
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in
nmap_dns.cc Remove hosts file location for Win95/98/ME from search 2022-06-28 17:40:30 +00:00
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_lua.h
nse_main.cc
nse_main.h
nse_main.lua Hide error traceback for nmap.new_try() handled exceptions. Fixes #2463 2022-06-29 20:40:30 +00:00
nse_nmaplib.cc Hide error traceback for nmap.new_try() handled exceptions. Fixes #2463 2022-06-29 20:40:30 +00:00
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
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 Fix #2496: new targets couldn't be added because singleton object was not created 2022-06-27 23:01:44 +00:00
targets.h
tcpip.cc
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.