Skip to content

Commit a4d53d5

Browse files
authored
doc: Update nmap.md (jaywcjlove#660)
替换原实例网址,该网址已被污染为非法网站。 替换后的网址scanme.nmap.org为nmap官方测试使用的网址
1 parent 2c3a1af commit a4d53d5

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

command/nmap.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,29 @@ ip地址:指定待扫描报文中的TCP地址。
5454
yum 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+

0 commit comments

Comments
 (0)