descriptionNmap ("Network Mapper") is a free and open source utility for network discovery and security auditing.
homepage URLhttps://nmap.org/
repository URLhttps://github.com/nmap/nmap.git
ownerdev@nmap.org
last changeMon, 27 Oct 2025 01:19:40 +0000 (27 01:19 +0000)
last refreshTue, 28 Oct 2025 10:54:10 +0000 (28 11:54 +0100)
content tags
README.md

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.

shortlog
34 hours ago nnposterAvoid a crash when the IP contains a colon but no hextetsmaster
39 hours ago nnposterInclude operand "ne" in the documentation
2 days ago nnposterPerform effective socket error checking
2 days ago nnposterStreamline the code by using math.min()
2 days ago nnposterRemove redundant code
2 days ago nnposterRemove duplicate of previously defined skip_space()
2 days ago nnposterSkip over contiguous linear whitespace in a single...
3 days ago dmillerAdd changelog entry for #2657. Closes #2657
8 days ago nnposterSkip over empty content encoding placeholders
9 days ago nnposterAdd locations used by the official Python installer
9 days ago nnposterMake sure that all locations are added, not just the...
9 days ago nnposterDelay the expansion to avoid syntax issues. Closes...
10 days ago dmillerFix formatting of TCP sequence info in Zenmap topology...
13 days ago dmillerIgnore RTN_UNSPEC, possible with -e and -S. Fixes ...
2025-10-08 nnposterUse simpler/cheaper portrule
2025-10-04 nnposterRemove a repeated word
...
heads
34 hours ago master
3 years ago revert-2402-master