Inhaltsverzeichnis

nmap

Beschreibung

nmap (Network Mapper) ist ein leistungsfähiges Tool zum Scannen von Netzwerken und zum Auffinden offener Ports und Dienste auf Hosts.

Syntax

nmap [Optionen] <Ziel>

Beispiele

nmap 192.168.1.1
nmap -sS 192.168.1.0/24
nmap -p 22,80,443 example.com
nmap -sU -p 161 192.168.1.1           # UDP-Scan
nmap -sT-p 22,80,443 example.com      # TCP-Connect-Scan
nmap -e eth0 192.168.1.1              # Interface angeben

Typische Anwendungsfälle

Weitere Informationen

man nmap

https://nmap.org/