1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Update network-attack-means.md

This commit is contained in:
paigeman 2023-06-24 10:43:23 +08:00 committed by GitHub
parent 9458aa9909
commit 2f262ab8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ DNS Flood 对传统上基于放大的攻击方法做出了改变。借助轻易
> 建立 TCP 连接 > 建立 TCP 连接
可以使用 netcat 工具来建立 TCP 连接,这个工很多操作系统都预装了。打开第一个终端窗口,运行以下命令: 可以使用 netcat 工具来建立 TCP 连接,这个工很多操作系统都预装了。打开第一个终端窗口,运行以下命令:
```bash ```bash
$ nc -nvl 8000 $ nc -nvl 8000