Nmap service detection: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
  ...
 
  ...
 
  53/tcp open  domain  ISC BIND 9.16.1 (Ubuntu Linux)
 
  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)

Version vom 29. Juni 2021, 17:54 Uhr

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)