Nmap scan report for 192.168.2.181 Host is up (0.11s latency).
端口扫描
1 2 3 4 5 6 7 8 9
nmap -p- 192.168.2.181 Starting Nmap 7.92 ( https://nmap.org ) Nmap scan report for 192.168.2.181 Host is up (0.013s latency). Not shown: 65533 filtered tcp ports (no-response) PORT STATE SERVICE 22/tcp open ssh 80/tcp open http
服务探针
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
nmap -p22,80 -sV -A -T4 192.168.2.181 Starting Nmap 7.92 ( https://nmap.org ) at 2022-08-18 14:17 CST Nmap scan report for 192.168.2.181 Host is up (0.012s latency).
PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5.9p1 Debian 5ubuntu1.8 (Ubuntu Linux; protocol 2.0) | ssh-hostkey: | 1024 66:8c:c0:f2:85:7c:6c:c0:f6:ab:7d:48:04:81:c2:d4 (DSA) | 2048 ba:86:f5:ee:cc:83:df:a6:3f:fd:c1:34:bb:7e:62:ab (RSA) |_ 256 a1:6c:fa:18:da:57:1d:33:2c:52:e4:ec:97:e2:9e:af (ECDSA) 80/tcp open http lighttpd 1.4.28 |_http-title: Site doesn't have a title (text/html). |_http-server-header: lighttpd/1.4.28 Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 6.73 seconds