File tree Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Expand file tree Collapse file tree 1 file changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -54,20 +54,29 @@ ip地址:指定待扫描报文中的TCP地址。
5454yum install nmap
5555```
5656
57- ** 使用nmap扫描www.jsdig.com的开放端口 **
57+ ** 使用nmap扫描scanme.nmap.org的开放端口 **
5858
5959``` shell
60- [root@localhost ~ ]# nmap www.jsdig.com
61-
62- Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2013-12-28 00:06 CST
63- Interesting ports on 100-42-212-8.static.webnx.com (100.42.212.8):
64- Not shown: 1678 filtered ports
65- PORT STATE service
66- 22/tcp open ssh
67- 80/tcp open http
68-
69- Nmap finished: 1 IP address (1 host up) scanned in 45.870 seconds
60+ [root@localhost ~ ]# nmap scanme.nmap.org
61+
62+ Starting Nmap 7.92 ( https://nmap.org ) at 2025-08-06 15:22 CST
63+ Nmap scan report for scanme.nmap.org (45.33.32.156)
64+ Host is up (0.37s latency).
65+ Not shown: 991 closed tcp ports (reset)
66+ PORT STATE SERVICE
67+ 22/tcp open ssh
68+ 80/tcp open http
69+ 135/tcp filtered msrpc
70+ 139/tcp filtered netbios-ssn
71+ 445/tcp filtered microsoft-ds
72+ 593/tcp filtered http-rpc-epmap
73+ 4444/tcp filtered krb524
74+ 9929/tcp open nping-echo
75+ 31337/tcp open Elite
76+
77+ Nmap done: 1 IP address (1 host up) scanned in 60.36 seconds
7078```
7179
7280
7381
82+
You can’t perform that action at this time.
0 commit comments