Nmap service detection: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
=Webserver detection= | =Webserver detection= | ||
*nmap -sV userver -p 80 | *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) | |
| − | |||
| − | |||
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)