add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# goldeneye.py
> 一款 HTTP DoS 测试工具。
> 更多信息请访问: <https://github.com/jseidl/GoldenEye>。
- 测试特定网站:
`./goldeneye.py {{url}}`
- 使用 100 个用户代理和 200 个并发套接字测试特定网站:
`./goldeneye.py {{url}} --useragents 100 --sockets 200`
- 测试特定网站时不验证 SSL 证书:
`./goldeneye.py {{url}} --nosslcheck`
- 以调试模式测试特定网站:
`./goldeneye.py {{url}} --debug`
- 显示帮助信息:
`./goldeneye.py --help`