nmap

The Network Mapper nmap is a utility for port scanning large networks, although it works fine for single hosts. The guiding philosophy for the creation of nmap was TMTOWTDI (There's More Than One Way To Do It). This is the Perl slogan, but it is equally applicable to scanners. Sometimes you need speed, other times you may need stealth. In some cases, bypassing firewalls may be required. Not to mention the fact that you may want to scan different protocols (UDP, TCP, ICMP, etc.). You just can't do all this with one scanning mode. And you don't want to have 10 different scanners around, all with different interfaces. Thus I incorporated virtually every scanning technique I know into nmap. Specifically, nmap supports: Vanilla TCP connect() scanning, TCP SYN (half open) scanning, TCP FIN (stealth) scanning, TCP ftp proxy (bounce attack) scanning SYN/FIN scanning using IP fragments (bypasses packet filters), UDP recvfrom() scanning, UDP raw ICMP port unreachable scanning, ICMP scanning (ping-sweep), and Reverse-ident scanning. nmap also supports a number of performance and reliability features such as dynamic delay time calculations, packet timeout and retransmission, parallel port scanning, detection of down hosts via parallel pings, and flexible target and port specification. From Debian 3.0r0 APT
Current version: 7.70
Project Page: https://nmap.org/

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 7.70 download project version
2019-01-17 9 7.70 download project version
2017-07-13 8 6.40 download project version
2015-06-25 7 6.01 download project version
2014-03-07 6 6.01 download project version
2013-09-10 5 6.01 download project version
2012-10-31 4 5.51 download project version
2012-05-01 3 5.51 download project version
2005-11-08 2 nmap-3.93 download project version