Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2018-09-19 21:43:44 +00:00
docs Very slight reword 2018-09-04 03:35:17 +00:00
libdnet-stripped libdnet: Keep result of pcap_findalldevs around to avoid re-calling frequently 2018-09-18 04:21:18 +00:00
liblinear
liblua
libnetutil Call pcap_set_immediate_mode to get results back immediately. 2018-08-21 04:51:33 +00:00
libpcap Add libpcap/grammar.h to avoid build problems. Fixes #1275 2018-07-22 23:08:31 +00:00
libpcre
libssh2
libz
macosx
mswin32 Avoid calling GetLastError twice. 2018-08-06 21:23:06 +00:00
nbase Corrects a few issues related to snprintf return values 2018-08-26 02:29:14 +00:00
ncat Use Nsock error string instead of socket_strerror for timeouts; wasn't working on Windows. Fixes #1324 2018-09-17 15:29:56 +00:00
ndiff
nmap-update
nping Change refentry id to avoid duplicate id complaint from xsltproc 2018-09-04 03:34:46 +00:00
nselib Replace bin.lua packing in msrpc libraries 2018-09-19 21:43:44 +00:00
nsock Corrects a few issues related to snprintf return values 2018-08-26 02:29:14 +00:00
scripts Remove some more bin.lua packings, and fix one mistake in broadcast-ping.nse 2018-09-19 04:09:53 +00:00
tests
todo
zenmap Update Zenmap copyright date 2018-07-11 21:27:02 +00:00
.gitignore
.travis.yml
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG Upgrade lowest-offered proto version to TLSv1.0. See ssl-ccs-injection for example 2018-09-14 20:13:53 +00:00
charpool.cc
charpool.h
checklibs.sh
config.guess
config.sub
configure Call pcap_set_immediate_mode to get results back immediately. 2018-08-21 04:51:33 +00:00
configure.ac Call pcap_set_immediate_mode to get results back immediately. 2018-08-21 04:51:33 +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
main.cc
Makefile.in Move probespec to its own header to reduce includes of scan_engine.h 2018-07-13 18:18:28 +00:00
missing
NewTargets.cc
NewTargets.h
nmap-header-template.cc
nmap-mac-prefixes
nmap-os-db
nmap-payloads
nmap-protocols
nmap-rpc
nmap-service-probes Don't escape unnecessary stuff in service probes 2018-09-05 18:36:56 +00:00
nmap-services
nmap.cc Use correct ordinals for Nmap's age 2018-09-01 18:50:19 +00:00
nmap.h
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in Call pcap_set_immediate_mode to get results back immediately. 2018-08-21 04:51:33 +00:00
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 Corrects a few issues related to snprintf return values 2018-08-26 02:29:14 +00:00
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_main.cc Don't script-scan targets that are already timed out 2018-08-13 19:24:05 +00:00
nse_main.h
nse_main.lua
nse_nmaplib.cc Use lua_createtable to prealloc some tables, saving time & memory 2018-06-28 03:43:25 +00:00
nse_nmaplib.h Use lua_createtable to prealloc some tables, saving time & memory 2018-06-28 03:43:25 +00:00
nse_nsock.cc Add more assertions and checks for cross-thread socket use. See #1233 2018-07-07 21:13:46 +00:00
nse_nsock.h
nse_openssl.cc Make rand_bytes crypto-safe, use rand_pseudo_bytes for no-fail random 2018-09-08 17:07:02 +00:00
nse_openssl.h
nse_pcrelib.cc
nse_pcrelib.h
nse_ssl_cert.cc Use lua_createtable to prealloc some tables, saving time & memory 2018-06-28 03:43:25 +00:00
nse_ssl_cert.h
nse_utility.cc
nse_utility.h
nse_zlib.cc
nse_zlib.h
osscan.cc
osscan.h
osscan2.cc Start timeout clocks closer to first probe, not in batches. Closes #1150 2018-08-13 19:24:06 +00:00
osscan2.h
output.cc
output.h
payload.cc
payload.h
portlist.cc
portlist.h
portreasons.cc
portreasons.h Remove unneeded header include 2018-07-13 18:18:27 +00:00
probespec.h Move probespec to its own header to reduce includes of scan_engine.h 2018-07-13 18:18:28 +00:00
protocols.cc
protocols.h
README-WIN32
README.md
scan_engine.cc Start timeout clocks closer to first probe, not in batches. Closes #1150 2018-08-13 19:24:06 +00:00
scan_engine.h Move probespec to its own header to reduce includes of scan_engine.h 2018-07-13 18:18:28 +00:00
scan_engine_connect.cc Move probespec to its own header to reduce includes of scan_engine.h 2018-07-13 18:18:28 +00:00
scan_engine_connect.h
scan_engine_raw.cc Move probespec to its own header to reduce includes of scan_engine.h 2018-07-13 18:18:28 +00:00
scan_engine_raw.h
scan_lists.cc
scan_lists.h
service_scan.cc Corrects a few issues related to snprintf return values 2018-08-26 02:29:14 +00:00
service_scan.h
services.cc
services.h
shtool
struct_ip.h
Target.cc
Target.h Move probespec to its own header to reduce includes of scan_engine.h 2018-07-13 18:18:28 +00:00
TargetGroup.cc
TargetGroup.h
targets.cc Don't allow -Pn to override a MAC address failure with --send-eth 2018-08-17 03:02:40 +00:00
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.