下一代 CC 压力测试工具 ✨ |
✨ 多线程 ✨ HTTP 代理 ✨ 异步 ✨ |
CC Attack ++ 重写是在其前身项目 CC Attack ++ 的基础上用 GoLang 重写的 CC 攻击程序。
测试网站防火墙, DDoS CC 防护; 测试网络性能, 最大网络请求负载.
完整命令:
./CC-Attack-Rewrite -url=http://localhost -speed=100 -thread=8 -timeout=2500 -ua_pool=ua-list.txt -ip_pool=ip-list.txt -time=300 -http_version=1.1 -http_methods 'GET' -cookie='test=cookievalue;'
[URL] 必须为 HTTP/HTTPS.
-url string
[IP Pool] IP 池路径 (相对路径) (.txt).
-ip_pool string
[Thread] 线程数 (默认 2)
-thread int
[Speed] 攻击速度(ms) (默认 100)
-speed int
[UA Pool] 设置 User-Agent 池路径 (相对路径) (.txt)
-ua_pool string
[Timeout] 超时时间(ms) (默认 1000)
-timeout int
[Cookie] 附加在请求中的Cookie (默认 NULL)
-cookie string
[Time] 攻击时间 (seconds) (默认 NULL)
-time int
[Http-Version] HTTP 版本 (1.1 或 2.0) (默认 1.1)
-http_version string
[Http-Method] HTTP 请求方法 (GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, TRACE, CONNECT) (默认 GET)
-http_methods string
ip 池 (eg. ip-list.txt)
address:port
address:port
address:port
......
ua 池 (eg. ua-list.txt)
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/22.0.1207.1 Safari/537.1
Mozilla/5.0 (X11; CrOS i686 2268.111.0) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1092.0 Safari/536.6
......
使用:
-cookie
附加在请求中的Cookie
-http_methods
HTTP 请求方法 (GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, TRACE, CONNECT)
-http_version
HTTP 版本 (1.1 or 2.0)
-ip_pool
IP 池路径 (txt)
-speed
攻击速度(ms)
-thread
线程数
-time
攻击时间 (seconds)
-timeout
请求超时时间 (ms)
-ua_pool
User-Agent 池路径 (txt)
-url
攻击地址
go build CC-Attack-Rewrite.go
出于我的学业和个人原因,更新频率会慢很多,如果您急迫需要更新,可以提交pull request,或者创建一个issuse等待我有时间的时候更新。