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:
parent
9458aa9909
commit
2f262ab8a5
@ -196,7 +196,7 @@ DNS Flood 对传统上基于放大的攻击方法做出了改变。借助轻易
|
|||||||
|
|
||||||
> 建立 TCP 连接
|
> 建立 TCP 连接
|
||||||
|
|
||||||
可以使用 netcat 工具来建立 TCP 连接,这个工很多操作系统都预装了。打开第一个终端窗口,运行以下命令:
|
可以使用 netcat 工具来建立 TCP 连接,这个工具很多操作系统都预装了。打开第一个终端窗口,运行以下命令:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ nc -nvl 8000
|
$ nc -nvl 8000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user