Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2019-03-21 04:07:55 +00:00
docs Fix a misspelling. Closes #1450 2019-02-01 18:03:41 +00:00
libdnet-stripped
liblinear
liblua
libnetutil Replace a config-time check with a ifndef that also works on Windows. 2018-11-21 06:23:08 +00:00
libpcap
libpcre
libssh2 Update libssh2 to 1.8.1. Fixes #1523 2019-03-20 03:33:51 +00:00
libz Revert unmodified zconf.h on make clean 2019-01-24 17:05:08 +00:00
macosx
mswin32 Ensure large strings build of NSIS is used. Fixes #1396 2019-01-07 18:15:49 +00:00
nbase Silence a GCC warning 2019-02-19 00:24:51 +00:00
ncat Mandatory use of square-bracket notation for literal IPv6 proxy address 2019-02-23 23:23:47 +00:00
ndiff
nmap-update
nping Removes hostmap-ip2hosts 2019-01-31 23:28:21 +00:00
nselib Updates TN3270.lua and scripts. It also adds an argument to disable TN3270. Closes #1455 2019-03-21 04:07:55 +00:00
nsock Avoid double-free due to calling pcap_close when IOD is deleted 2019-03-19 15:51:43 +00:00
scripts Updates TN3270.lua and scripts. It also adds an argument to disable TN3270. Closes #1455 2019-03-21 04:07:55 +00:00
tests
todo
zenmap Avoid crashing when PATH contains non-ascii/utf-8. Decode if possible 2018-11-15 16:23:32 +00:00
.gitignore Add more ignores for generated files. 2019-01-24 17:05:07 +00:00
.travis.yml
acinclude.m4 Replace a config-time check with a ifndef that also works on Windows. 2018-11-21 06:23:08 +00:00
aclocal.m4
BSDmakefile
CHANGELOG Updates TN3270.lua and scripts. It also adds an argument to disable TN3270. Closes #1455 2019-03-21 04:07:55 +00:00
charpool.cc
charpool.h
checklibs.sh
config.guess
config.sub
configure Removes leftovers from past tests for PCAP_NETMASK_UNKNOWN 2019-02-19 01:47:13 +00:00
configure.ac Removes leftovers from past tests for PCAP_NETMASK_UNKNOWN 2019-02-19 01:47:13 +00:00
CONTRIBUTING.md
COPYING
depcomp
FingerPrintResults.cc
FingerPrintResults.h
FPEngine.cc
FPEngine.h
FPModel.cc
FPModel.h
HACKING
idle_scan.cc
idle_scan.h
INSTALL
lpeg.c
ltmain.sh
MACLookup.cc
MACLookup.h Make functions static where possible 2018-11-06 15:07:02 +00:00
main.cc
Makefile.in Revert unmodified zconf.h on make clean 2019-01-24 17:05:08 +00:00
missing
NewTargets.cc
NewTargets.h
nmap-header-template.cc
nmap-mac-prefixes Latest mac prefixes from IEEE as of today 2019-01-22 22:17:53 +00:00
nmap-os-db
nmap-payloads Adds probe and matches for Ubiquiti Discovery Protocol. Closes #1454 2019-02-09 19:49:15 +00:00
nmap-protocols
nmap-rpc
nmap-service-probes Adds probe and matches for Ubiquiti Discovery Protocol. Closes #1454 2019-02-09 19:49:15 +00:00
nmap-services
nmap.cc Warn for raw scan options without needed privileges 2018-11-29 20:27:05 +00:00
nmap.h Deprecate/disable -PR option as it was not really being checked. 2018-10-24 03:55:42 +00:00
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in Replace a config-time check with a ifndef that also works on Windows. 2018-11-21 06:23:08 +00:00
nmap_dns.cc
nmap_dns.h Use standard way of including nbase.h 2018-11-06 15:07:03 +00:00
nmap_error.cc
nmap_error.h
nmap_ftp.cc
nmap_ftp.h
nmap_tty.cc
nmap_tty.h
nmap_winconfig.h
NmapOps.cc IP Proto ping (-PO) is a raw scan type. Fixes #1503 2019-03-05 20:02:42 +00:00
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 Avoid a crash (double-free) when SSH connection fails 2018-11-29 17:42:09 +00:00
nse_libssh2.h
nse_lpeg.cc
nse_lpeg.h
nse_lua.h Fixes for Windows build from Lua header rearrangements 2018-11-08 04:55:29 +00:00
nse_main.cc
nse_main.h
nse_main.lua
nse_nmaplib.cc
nse_nmaplib.h
nse_nsock.cc Clean up immediately and avoid pcap garbage collection if opening fails 2019-03-19 15:51:43 +00:00
nse_nsock.h
nse_openssl.cc
nse_openssl.h
nse_pcrelib.cc Replace a config-time check with a ifndef that also works on Windows. 2018-11-21 06:23:08 +00:00
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 Don't fatal() on iflist if npcap isn't found 2018-11-21 03:43:10 +00:00
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 ultrascan: bail early if there are no probes in the current scan 2018-10-22 20:12:45 +00:00
scan_engine.h
scan_engine_connect.cc
scan_engine_connect.h
scan_engine_raw.cc Mark IPv6 host as up if ND response received outside timeout window, same as ARP/IPv4 2019-02-26 20:13:36 +00:00
scan_engine_raw.h
scan_lists.cc
scan_lists.h
service_scan.cc Fixes a platform-dependent integer size mismatch. Fixes #966 2019-01-21 01:21:08 +00:00
service_scan.h
services.cc
services.h
shtool
struct_ip.h
Target.cc
Target.h
TargetGroup.cc
TargetGroup.h Straighten out some headers and the (struct) addrset type 2018-11-01 04:34:59 +00:00
targets.cc Rearrange declarations to put all addrset functions in nbase.h, hide struct addrset internals. 2018-11-01 04:35:00 +00:00
targets.h Straighten out some headers and the (struct) addrset type 2018-11-01 04:34:59 +00:00
tcpip.cc
tcpip.h Replace a config-time check with a ifndef that also works on Windows. 2018-11-21 06:23:08 +00:00
timing.cc
timing.h
traceroute.cc
traceroute.h
utils.cc
utils.h
xml.cc
xml.h
zenmap.spec.in

Nmap Build Status

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.