Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2022-11-02 02:12:37 +00:00
.github/ISSUE_TEMPLATE
docs Fixes URL typo. Closes #2545 2022-10-20 22:01:21 +00:00
libdnet-stripped
liblinear
liblua
libnetutil Update static data in libnetutil 2022-10-21 21:15:46 +00:00
libpcap
libpcre
libssh2
libz
macosx
mswin32 New C backend for datafiles.lua; avoid copies of large data sets 2022-09-29 22:19:28 +00:00
nbase Silence compiler warnings about returning value from void function. Fixes #2529 2022-09-30 20:27:02 +00:00
ncat Ensure crypto CTX objects are freed. Fixes #2550 2022-10-25 17:00:01 +00:00
ndiff
nping Ensure crypto CTX objects are freed. Fixes #2550 2022-10-25 17:00:01 +00:00
nselib Fix stdnse.tohex not adding separators. Fixes #2531 2022-09-30 20:03:37 +00:00
nsock Avoid warning about missing legacy provider unless debugging. Fixes #2532 2022-09-29 22:19:27 +00:00
scripts Fix misplaced parentheses. Closes #2544 2022-10-23 22:42:11 +00:00
tests
todo
zenmap
.gitignore
.lgtm.yml
.travis.yml
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG Closes #2541. Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan. 2022-10-21 21:15:48 +00:00
charpool.cc Don't bother aligning charpool allocs: not using for non-strings any more 2022-09-19 17:51:44 +00:00
charpool.h Object-oriented implementation of charpool 2022-09-16 01:10:20 +00:00
checklibs.sh
config.guess
config.sub
configure
configure.ac
CONTRIBUTING.md
depcomp
FingerPrintResults.cc Don't use string_pool for ephemeral OS fingerprint results 2022-09-16 21:58:42 +00:00
FingerPrintResults.h Don't use string_pool for ephemeral OS fingerprint results 2022-09-16 21:58:42 +00:00
FPEngine.cc Avoid copying target/source addr data when a pointer will do 2022-10-31 20:50:19 +00:00
FPEngine.h Reuse strings for IPv6 OS detection probe IDs 2022-09-13 16:10:04 +00:00
FPModel.cc
FPModel.h
HACKING
idle_scan.cc Avoid copying target/source addr data when a pointer will do 2022-10-31 20:50:19 +00:00
idle_scan.h
INSTALL
LICENSE
lpeg.c
ltmain.sh
MACLookup.cc Fix printing of duplicate mac prefixes 2022-09-10 22:14:56 +00:00
MACLookup.h Support MA-S, MA-M, and MA-L reg lookups for OUI/MAC/EUI-48 2022-09-08 23:37:54 +00:00
main.cc Handle internationalized domain names (IDN) 2022-09-21 21:03:57 +00:00
Makefile.in New C backend for datafiles.lua; avoid copies of large data sets 2022-09-29 22:19:28 +00:00
missing
NewTargets.cc
NewTargets.h
nmap-header-template.cc
nmap-mac-prefixes Remove dupes, regen mac prefixes 2022-09-10 22:14:55 +00:00
nmap-os-db
nmap-protocols
nmap-rpc
nmap-service-probes Closes #2541. Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan. 2022-10-21 21:15:48 +00:00
nmap-services Add service name for 27350/tcp. Fixes #2103 2022-09-28 21:40:57 +00:00
nmap.cc Closes #2541. Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan. 2022-10-21 21:15:48 +00:00
nmap.h
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in
nmap_dns.cc Avoid copying target/source addr data when a pointer will do 2022-10-31 20:50:19 +00:00
nmap_dns.h
nmap_error.cc
nmap_error.h
nmap_ftp.cc
nmap_ftp.h
nmap_tty.cc Don't bother with interactive input if we can't open the TTY. See #2042 2022-09-23 14:49:40 +00:00
nmap_tty.h
nmap_winconfig.h
NmapOps.cc Handle internationalized domain names (IDN) 2022-09-21 21:03:57 +00:00
NmapOps.h Handle internationalized domain names (IDN) 2022-09-21 21:03:57 +00:00
NmapOutputTable.cc
NmapOutputTable.h
nse_db.cc New C backend for datafiles.lua; avoid copies of large data sets 2022-09-29 22:19:28 +00:00
nse_db.h New C backend for datafiles.lua; avoid copies of large data sets 2022-09-29 22:19:28 +00:00
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 New C backend for datafiles.lua; avoid copies of large data sets 2022-09-29 22:19:28 +00:00
nse_main.h
nse_main.lua reduce work in threads_iter 2022-09-08 18:14:53 +00:00
nse_nmaplib.cc
nse_nmaplib.h
nse_nsock.cc
nse_nsock.h
nse_openssl.cc Ensure crypto CTX objects are freed. Fixes #2550 2022-10-25 17:00:01 +00:00
nse_openssl.h Fix a double-free due to uninitialized should_free in bignum_data_t 2022-10-06 17:28:39 +00:00
nse_pcrelib.cc
nse_pcrelib.h
nse_ssl_cert.cc Fix a double-free due to uninitialized should_free in bignum_data_t 2022-10-06 17:28:39 +00:00
nse_ssl_cert.h
nse_utility.cc
nse_utility.h
nse_zlib.cc
nse_zlib.h
osscan.cc Move a useful function to nbase 2022-09-20 23:37:25 +00:00
osscan.h Fix crash: manage lifetime of now-dynamic test results 2022-09-13 20:05:34 +00:00
osscan2.cc Prevent system from going to sleep during scans. Fixes #1192 2022-09-21 21:31:14 +00:00
osscan2.h Don't use string_pool for ephemeral OS fingerprint results 2022-09-16 21:58:42 +00:00
output.cc Avoid copying target/source addr data when a pointer will do 2022-10-31 20:50:19 +00:00
output.h
payload.cc init_payloads does not return a value 2022-10-31 17:27:56 +00:00
payload.h init_payloads does not return a value 2022-10-31 17:27:56 +00:00
portlist.cc Key service table on protocol number, not name 2022-09-16 01:10:19 +00:00
portlist.h Fix a memory leak of port service name (strdup but not freed) 2022-09-13 21:09:38 +00:00
portreasons.cc
portreasons.h
probespec.h
protocols.cc Use const. New function nmap_getprotbyname() 2022-09-16 01:10:18 +00:00
protocols.h Use const. New function nmap_getprotbyname() 2022-09-16 01:10:18 +00:00
README-WIN32
README.md
scan_engine.cc Enable UDP payloads for -PU, not only -sU 2022-10-31 20:50:19 +00:00
scan_engine.h Reduce work spent checking outstanding probes in raw scans 2022-11-02 02:12:37 +00:00
scan_engine_connect.cc Check for sd > FD_SETSIZE before it is unrecoverable. Fixes #1857 2022-09-29 00:13:10 +00:00
scan_engine_connect.h
scan_engine_raw.cc Reduce work spent checking outstanding probes in raw scans 2022-11-02 02:12:37 +00:00
scan_engine_raw.h
scan_lists.cc Key service table on protocol number, not name 2022-09-16 01:10:19 +00:00
scan_lists.h
service_scan.cc Closes #2541. Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan. 2022-10-21 21:15:48 +00:00
service_scan.h Closes #2541. Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan. 2022-10-21 21:15:48 +00:00
services.cc Clarify and optimize top-ports checking 2022-10-31 17:27:56 +00:00
services.h Key service table on protocol number, not name 2022-09-16 01:10:19 +00:00
shtool
string_pool.cc Use const and avoid strdup in fingerprint parsing 2022-09-13 16:10:05 +00:00
string_pool.h Use const and avoid strdup in fingerprint parsing 2022-09-13 16:10:05 +00:00
struct_ip.h
Target.cc Closes #2541. Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan. 2022-10-21 21:15:48 +00:00
Target.h Closes #2541. Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan. 2022-10-21 21:15:48 +00:00
TargetGroup.cc
TargetGroup.h
targets.cc
targets.h
tcpip.cc Avoid copying target/source addr data when a pointer will do 2022-10-31 20:50:19 +00:00
tcpip.h
timing.cc
timing.h
traceroute.cc Avoid copying target/source addr data when a pointer will do 2022-10-31 20:50:19 +00:00
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.