DDOS-UDP/README.md
2024-01-17 22:23:45 +08:00

15 lines
493 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Gofuck声明
- Gofuck是一个简单暴力的UDP发包程序能快速利用全部带宽。
- 禁止将Gofuck用于违法活动代码仅用于本地测试参考如违规使用责任自负。
### 使用方法:
```shell
// 下载程序
wget https://github.com/randycolin/DDOS-UDP/releases/download/v.1.0.0/Gofuck
// 赋予执行权限
chmod +x Gofuck
// 输入相应参数开始执行例如:./Gofuck 127.0.0.1 80 120
./Gofuck <IP地址> <端口> <攻击持续时间>
```