Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2018-05-04 05:10:52 +00:00
docs Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
libdnet-stripped Use correct width in sscanf. Fixes #1156 2018-03-22 16:31:32 +00:00
liblinear
liblua Update liblua to Lua 5.3.4 2018-04-05 13:51:20 +00:00
libnetutil Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
libpcap
libpcre
libssh2
libz
macosx Fix build of macOS dependencies 2018-03-16 20:55:32 +00:00
mswin32 Bump version for Nmap 7.70SVN 2018-03-20 18:12:14 +00:00
nbase
ncat Adds missing --no-shutdown description. Closes #1200 2018-04-26 19:44:58 +00:00
ndiff Merge 7.70 release branch into trunk 2018-03-20 18:08:25 +00:00
nmap-update
nping Bump version for Nmap 7.70SVN 2018-03-20 18:12:14 +00:00
nselib Use bdecode function to parse buffer instead of reimplementing. Fixes #1203 2018-05-04 05:10:52 +00:00
nsock Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
scripts Check torrent/magnet parsing result 2018-05-04 05:03:14 +00:00
tests
todo
zenmap Catch a file error when saving recent scans. Fixes #1177 2018-04-09 16:17:09 +00:00
.gitignore
.travis.yml
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG Changelog entry for previous change. See #1204 2018-05-01 03:46:22 +00:00
charpool.cc
charpool.h
checklibs.sh
config.guess
config.sub
configure
configure.ac
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
main.cc
Makefile.in
missing
NewTargets.cc
NewTargets.h
nmap-header-template.cc
nmap-mac-prefixes
nmap-os-db Fix names of macOS vs OS X 2018-03-20 17:55:38 +00:00
nmap-payloads
nmap-protocols
nmap-rpc
nmap-service-probes Shorten version number capture to relevant portion. Fixes #1183 2018-04-13 21:10:27 +00:00
nmap-services
nmap.cc Skip whole quoted program name when parsing args with --resume 2018-04-05 19:22:08 +00:00
nmap.h Bump version for Nmap 7.70SVN 2018-03-20 18:12:14 +00:00
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in
nmap_dns.cc
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 Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
nse_libssh2.h
nse_lpeg.cc
nse_lpeg.h
nse_main.cc
nse_main.h
nse_main.lua
nse_nmaplib.cc
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 Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
nse_zlib.h
osscan.cc
osscan.h
osscan2.cc
osscan2.h
output.cc Spelling corrections. Fixes #1160 2018-03-26 14:59:41 +00:00
output.h
payload.cc
payload.h
portlist.cc
portlist.h
portreasons.cc
portreasons.h
protocols.cc
protocols.h
README-WIN32
README.md
scan_engine.cc Avoid using commonly-spoofed-closed ports as ping/timing ports 2018-03-28 20:17:44 +00:00
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 Fix error message, copy/paste mistake. See #1183 2018-04-14 02:11:00 +00:00
service_scan.h
services.cc
services.h
shtool
struct_ip.h
Target.cc
Target.h
TargetGroup.cc
TargetGroup.h
targets.cc
targets.h
tcpip.cc Fix TCP option checking, which could be fooled by unknown kind into failing validation. See #1204 2018-05-01 03:39:49 +00:00
tcpip.h
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.