Nmap scan report for 192.168.2.176 Host is up (0.16s latency).
端口扫描
1 2 3 4 5 6 7 8 9 10 11 12
nmap -p- 192.168.2.176 Starting Nmap 7.92 ( https://nmap.org ) Stats: 0:00:09 elapsed; 0 hosts completed (1 up), 1 undergoing Connect Scan Connect Scan Timing: About 97.59% done; ETC: 14:01 (0:00:00 remaining) Nmap scan report for 192.168.2.176 Host is up (0.044s latency). Not shown: 65532 closed tcp ports (conn-refused) PORT STATE SERVICE 22/tcp filtered ssh 80/tcp open http 3128/tcp open squid-http
服务探针
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
nmap -p22,80,3128 -T5 -sV -A 192.168.2.176 Starting Nmap 7.92 ( https://nmap.org ) Nmap scan report for 192.168.2.176 Host is up (0.0099s latency).
PORT STATE SERVICE VERSION 22/tcp filtered ssh 80/tcp open http Apache httpd 2.2.22 ((Debian)) |_http-title: Site doesn't have a title (text/html). |_http-server-header: Apache/2.2.22 (Debian) 3128/tcp open http-proxy Squid http proxy 3.1.20 |_http-title: ERROR: The requested URL could not be retrieved |_http-server-header: squid/3.1.20
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 32.55 seconds