Skip to content

Commit

Permalink
Update nc.md (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
kindevil committed Nov 16, 2022
1 parent 8deccc2 commit b3fb457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/nc.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nc [-hlnruz][-g<网关...>][-G<指向器数目>][-i<延迟秒数>][-o<输出文
**扫描UDP端口**

```shell
[root@localhost ~]# nc -u -z -w2 192.168.0.1 1-1000 # 扫描192.168.0.3 的端口 范围是 1-1000
[root@localhost ~]# nc -u -z -w2 192.168.0.3 1-1000 # 扫描192.168.0.3 的端口 范围是 1-1000
```

**扫描指定端口**
Expand Down

0 comments on commit b3fb457

Please sign in to comment.