Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2020-02-18 19:39:03 +00:00
docs Fix a typo. Closes #1914 2020-02-08 23:56:50 +00:00
libdnet-stripped
liblinear
liblua
libnetutil Change a FIXME to a TODO with documentation of related issues #180 and #1407 2020-01-14 03:39:25 +00:00
libpcap
libpcre
libssh2
libz
macosx
mswin32
nbase Add thread-safe gmtime equivalent to nbase 2020-01-19 16:37:37 +00:00
ncat Clarify proxy type support in Ncat server. Fixes #1901 2020-02-03 20:18:44 +00:00
ndiff Fix Ndiff assertion failure due to new hosthint element. 2020-01-30 04:59:39 +00:00
nmap-update
nping Add needed header checks, clean up unused ones. See #1887 2020-01-12 06:09:37 +00:00
nselib Allow numeric-string port numbers as arguments to http.lua funcs 2020-02-18 18:29:57 +00:00
nsock Skip TLS/SSL retries when SSL_OP_NO_SSLv2 is a no-op 2020-01-09 21:16:08 +00:00
scripts Fix a copy-paste error 2020-02-18 19:39:03 +00:00
tests
todo
zenmap Add needed header checks, clean up unused ones. See #1887 2020-01-12 06:09:37 +00:00
.gitignore
.lgtm.yml Update LGTM config to skip javascript analysis, which fails anyway since we don't have any. 2019-12-29 20:18:52 +00:00
.travis.yml
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG New script uptime-agent-info 2020-01-20 15:02:29 +00:00
charpool.cc
charpool.h
checklibs.sh
config.guess
config.sub
configure Add needed header checks, clean up unused ones. See #1887 2020-01-12 06:09:37 +00:00
configure.ac Add needed header checks, clean up unused ones. See #1887 2020-01-12 06:09:37 +00:00
CONTRIBUTING.md
COPYING
depcomp
FingerPrintResults.cc
FingerPrintResults.h
FPEngine.cc Split string pool functions into separate file from osscan.cc 2020-01-16 19:12:57 +00:00
FPEngine.h Make destructor virtual (no effect at the moment). #1834 2019-12-29 05:15:11 +00:00
FPModel.cc
FPModel.h
HACKING
idle_scan.cc Move some flag defines from services.h to scan_lists.h where they make more sense. 2019-12-30 04:48:50 +00:00
idle_scan.h
INSTALL
lpeg.c
ltmain.sh
MACLookup.cc
MACLookup.h
main.cc
Makefile.in Split string pool functions into separate file from osscan.cc 2020-01-16 19:12:57 +00:00
missing
NewTargets.cc
NewTargets.h
nmap-header-template.cc
nmap-mac-prefixes
nmap-os-db Fix a typo: OS class should not be the exact version 2020-01-09 15:31:19 +00:00
nmap-payloads New payloads for GTP. Closes #917 2020-01-10 05:32:09 +00:00
nmap-protocols
nmap-rpc
nmap-service-probes Process more service submissions; 2 new probes: teamtalk-login, insteonPLM 2020-01-27 18:06:34 +00:00
nmap-services
nmap.cc Comment some empty blocks. #1834 2019-12-25 20:01:18 +00:00
nmap.h Add needed header checks, clean up unused ones. See #1887 2020-01-12 06:09:37 +00:00
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in Add needed header checks, clean up unused ones. See #1887 2020-01-12 06:09:37 +00:00
nmap_dns.cc Abstract nsock logging function to avoid nsock.h inclusion in output.h 2020-01-11 16:03:28 +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 Abstract some things to move #includes out of headers. 2020-01-11 16:03:29 +00:00
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
nse_nmaplib.cc
nse_nmaplib.h
nse_nsock.cc Abstract nsock logging function to avoid nsock.h inclusion in output.h 2020-01-11 16:03:28 +00:00
nse_nsock.h
nse_openssl.cc Add a tostring metamethod for bignum objects. See #1876 2020-01-03 16:54:59 +00:00
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 Split string pool functions into separate file from osscan.cc 2020-01-16 19:12:57 +00:00
osscan.h Split string pool functions into separate file from osscan.cc 2020-01-16 19:12:57 +00:00
osscan2.cc Split string pool functions into separate file from osscan.cc 2020-01-16 19:12:57 +00:00
osscan2.h
output.cc Fix a variable name (broke Windows build in r37875, 7faec7f15) 2020-02-07 05:07:09 +00:00
output.h Abstract nsock logging function to avoid nsock.h inclusion in output.h 2020-01-11 16:03:28 +00:00
payload.cc Replace redundant function, permit ranges in udp payload specs. 2019-12-30 04:48:50 +00:00
payload.h
portlist.cc Pass ScriptResult by const reference instead of copying. #1834 2019-12-29 05:15:12 +00:00
portlist.h Pass ScriptResult by const reference instead of copying. #1834 2019-12-29 05:15:12 +00:00
portreasons.cc
portreasons.h
probespec.h
protocols.cc Move some flag defines from services.h to scan_lists.h where they make more sense. 2019-12-30 04:48:50 +00:00
protocols.h
README-WIN32
README.md Add LGTM.com badges to README.md 2020-01-15 05:18:27 +00:00
scan_engine.cc Add "hosthint" element to XML. 2020-01-11 07:05:01 +00:00
scan_engine.h Abstract some things to move #includes out of headers. 2020-01-11 16:03:29 +00:00
scan_engine_connect.cc
scan_engine_connect.h
scan_engine_raw.cc Consolidate duplicate functions read_na_pcap and read_ns_reply_pcap. 2020-01-13 23:33:30 +00:00
scan_engine_raw.h
scan_lists.cc
scan_lists.h Move some flag defines from services.h to scan_lists.h where they make more sense. 2019-12-30 04:48:50 +00:00
service_scan.cc Abstract nsock logging function to avoid nsock.h inclusion in output.h 2020-01-11 16:03:28 +00:00
service_scan.h
services.cc
services.h Move some flag defines from services.h to scan_lists.h where they make more sense. 2019-12-30 04:48:50 +00:00
shtool
string_pool.cc Split string pool functions into separate file from osscan.cc 2020-01-16 19:12:57 +00:00
string_pool.h Split string pool functions into separate file from osscan.cc 2020-01-16 19:12:57 +00:00
struct_ip.h
Target.cc
Target.h Abstract some things to move #includes out of headers. 2020-01-11 16:03:29 +00:00
TargetGroup.cc
TargetGroup.h
targets.cc
targets.h
tcpip.cc Inline broadcast_socket(), only used in one place. 2020-01-14 05:38:29 +00:00
tcpip.h Remove declarations of undefined functions. 2020-01-15 05:18:26 +00:00
timing.cc Replace localtime calls with thread-safe alternative. See #1834 2019-12-15 05:05:57 +00:00
timing.h
traceroute.cc
traceroute.h
utils.cc Make string argument to nmap_hexdump a const to match nbase. 2020-01-13 17:14:44 +00:00
utils.h Make string argument to nmap_hexdump a const to match nbase. 2020-01-13 17:14:44 +00:00
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.