Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2023-03-18 20:26:02 +00:00
.github/ISSUE_TEMPLATE
docs Update --ip-options flag to note that S (strict routing) is the option which takes a route, not R (record route). 2023-02-13 23:10:37 +00:00
libdnet-stripped Fix compile errors on Windows 2023-02-10 22:51:52 +00:00
liblinear
liblua
libnetutil Update static data in libnetutil 2022-10-21 21:15:46 +00:00
libpcap Fix macOS build of libpcap due to case-insensitive filesystem. Rename VERSION to VERSION.txt 2023-02-24 21:10:14 +00:00
libpcre
libssh2
libz
macosx New command-line syntax for osascript 2023-03-17 16:50:45 +00:00
mswin32 Skip messagebox on build 2023-03-02 16:27:48 +00:00
nbase Fix MSVC warning about (void) 2023-01-05 23:45:56 +00:00
ncat Fix typo 2023-01-05 23:46:20 +00:00
ndiff Fix Python2-isms in uninstallers. Closes #2580 2022-12-14 22:38:00 +00:00
nping Update --ip-options flag docs to note that S (strict routing) is the option which takes a route, not R (record route). 2023-02-13 23:13:06 +00:00
nselib Use BN_bn2mpi for ssh2. Add some tests. 2023-01-02 21:20:09 +00:00
nsock Avoid warning about missing legacy provider unless debugging. Fixes #2532 2022-09-29 22:19:27 +00:00
scripts Change example usage since multiple --script-args arguments apparently don't work (reported by Eric Thomas) 2023-02-13 22:44:54 +00:00
tests
todo
zenmap Ensure Zenmap modules are available for calculating deps 2023-03-18 20:26:02 +00:00
.gitignore Add some items to .gitignore 2022-12-07 20:33:57 +00:00
.lgtm.yml
.travis.yml
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG Add note to version 7.92 entry that as of that version we ceased distributing the 32-bit Linux binary RPMs 2023-02-20 19:16:16 +00:00
charpool.cc Use lookup table for 1-char strings, not std::map for string_pool. 2022-11-10 18:57:58 +00:00
charpool.h Use lookup table for 1-char strings, not std::map for string_pool. 2022-11-10 18:57:58 +00:00
checklibs.sh
config.guess
config.sub
configure Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
configure.ac Merge #2088: Update Zenmap to Python 3 and PyGObject 2022-12-07 20:34:03 +00:00
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 Add paragraph break for easier reading 2023-01-11 22:26:08 +00:00
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 Update Ndiff to Python 3. Closes #1807 2022-12-07 20:34:05 +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 Run all fingerprints through fingerfix 2023-01-27 22:47:09 +00:00
nmap-protocols
nmap-rpc
nmap-service-probes Remove/edit references to nmap-payloads. See #2541 2023-02-09 17:57:15 +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 Merge Nmap 7.93 release branch 2022-09-02 14:38:17 +00:00
nmap.spec.in Update rpm spec files for Python 3 2023-01-17 17:18:20 +00:00
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 Add missing LUALIB_API declaration to nse_db 2022-12-12 21:01:35 +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 Use existing Lua strings for script output; avoid creating copies. 2022-11-16 15:55:54 +00:00
nse_main.h Use existing Lua strings for script output; avoid creating copies. 2022-11-16 15:55:54 +00:00
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 Use BN_bn2mpi for ssh2. Add some tests. 2023-01-02 21:20:09 +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 Remove unused param and return value from AVal_match 2023-01-27 22:47:09 +00:00
osscan.h Add wrapper class for a fingerprint observation, used by submission processing tools 2022-12-02 21:57:32 +00:00
osscan2.cc Optimizations for IPv4 OS scan 2022-11-11 18:44:19 +00:00
osscan2.h Optimizations for IPv4 OS scan 2022-11-11 18:44:19 +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 Remove/edit references to nmap-payloads. See #2541 2023-02-09 17:57:15 +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 Handle blank lines and duplicate protocol numbers. Fixes #2558 2022-11-04 22:07:28 +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 Fix signedness issue by making a constant a macro 2023-02-09 17:18:10 +00:00
scan_engine.h Fix signedness issue by making a constant a macro 2023-02-09 17:18:10 +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 Add a check for datalink before compiling filter. See #2381 2023-01-30 21:45:56 +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 Fix VS2019 warning regarding signature of operator!= 2023-01-05 23:45:04 +00:00
services.h Key service table on protocol number, not name 2022-09-16 01:10:19 +00:00
shtool
string_pool.cc Avoid reading outside the provided range 2022-12-02 21:57:28 +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 Update rpm spec files for Python 3 2023-01-17 17:18:20 +00:00

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.