Nmap service detection

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Webserver detection

  • nmap -sV userver -p 80
...
80/tcp open  http    Apache httpd 2.4.41 ((Ubuntu))

Webserver detection

  • nmap -sV userver -p 53
...
53/tcp open  domain  ISC BIND 9.16.1 (Ubuntu Linux)

SSH Server detection

  • nmap -sV userver -p 22
...
22/tcp open  ssh     OpenSSH 8.2p1 Ubuntu 4ubuntu0.2 (Ubuntu Linux; protocol 2.0)