Nmap service detection: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
=Webserver detection=
 
=Webserver detection=
 
*nmap -sV  userver -p 80  
 
*nmap -sV  userver -p 80  
<pre>   
+
...
Starting Nmap 7.91 ( https://nmap.org ) at 2021-06-29 19:48 CEST
+
80/tcp open  http    Apache httpd 2.4.41 ((Ubuntu))
Nmap scan report for userver (10.0.10.103)
+
=Webserver detection=
Host is up (0.00034s latency).
+
*nmap -sV userver -p 53
rDNS record for 10.0.10.103: userver.secure.local
 
  
PORT  STATE SERVICE VERSION
+
...
80/tcp open  http    Apache httpd 2.4.41 ((Ubuntu))
+
53/tcp open  domain  ISC BIND 9.16.1 (Ubuntu Linux)
MAC Address: 08:00:27:68:FA:D8 (Oracle VirtualBox virtual NIC)
 
</pre>
 

Version vom 29. Juni 2021, 17:53 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)