Skip to content

Commit b590341

Browse files
authored
Update nc.md
1 parent 64ad089 commit b590341

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

command/nc.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,13 @@ TCP端口扫描
6060
y //用户输入
6161
```
6262

63+
查看 443 端口是否被阻止
64+
65+
```bash
66+
nc -vz acme-v02.api.letsencrypt.org 443 -w2
67+
# Ncat: Version 7.50 ( https://nmap.org/ncat )
68+
# Ncat: Connected to 23.77.214.183:443.
69+
# Ncat: 0 bytes sent, 0 bytes received in 0.07 seconds.
70+
```
71+
6372
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->

0 commit comments

Comments
 (0)