Nmap
Tool and Usage
Project details
- Licenses
- GPLv2
- Multi-license
- Programming languages
- C, C++, Lua, Python
- Author
- Gordon Lyon
- Latest release
- 7.70
- Latest release date
Project health
Introduction
Nmap is short for "Network Mapper". It is a free and open source utility for network discovery and security auditing. It was release in September of 1997 by Gordon Lyon, commonly known under his pseudonym "Fyodor".
Usage and audience
Nmap is commonly used for network scanning or vulnerability scanning. Target users for this tool are pentesters, security professionals, and system administrators.
Example usage and output
Tool review and remarks
The review and analysis of this project resulted in the following remarks for this security tool:
Strengths
- + Project is mature (10+ years)
- + The source code of this software is available
- + Well-known author
- + Well-known tool
Weaknesses
- - Software usage is restricted (e.g. commercially)
Installation
Supported operating systems
Nmap is known to work on FreeBSD, Linux, Microsoft Windows, OpenBSD, and macOS.
Installation options
- Package
- Manual (compilation)
Nmap one-liners
Ping sweep with Nmap | nmap -T5 -sP -n 192.168.1.0/24 |
Using Nmap to display only the hosts with a specific port opened | |
Show available Nmap scripts |
Nmap alternatives
Similar tools to Nmap:
Zenmap
Zenmap is the graphical user interface for the well-known network and vulnerability scanner Nmap. Read how it works in this review.
portSpider
portSpider is a security tool to scan network ranges and find open ports. The goal of the tool is to find vulnerable services.
VScan
Vscan is a security tool to perform vulnerability scanning with Nmap. It leverages NSE scripts to provide some flexibility in terms of vulnerability detection and exploitation.
This tool page was updated at . Found an improvement? Help the community by submitting an update.
Related tool information
Compare Nmap with other tools
Categories
This tool is categorized as a network port scanner and vulnerability scanner.