siknet / CC-Attack-Rewrite

Next Generation CC Attack Tool ✨ Threads ✨ HTTP Proxy ✨ Asynchronous ✨ multi-threaded✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CC Attack Rewrite

CC Attack ++ Rewrite

CC Attack Rewrite preview
Next Generation CC Attack Tool ✨
✨ Threads ✨ HTTP Proxy ✨ Asynchronous ✨ multi-threaded✨

What is CC Attack ++ Rewrite?

CC Attack ++ Rewrite is a CC attack program that has been rewritten in GoLang based on its predecessor project, CC Attack ++.

What can it do?

Test website firewall, DDoS CC protection; test network performance, maximum network request load.

How to use CC Attack ++ Rewrite?

Full command:

./cca -url=http://localhost -time=100 -ua=ua.txt -ip=ip-pool.txt -thread=8

Parameter description:

[URL] need to specify HTTP/HTTPS.

-url string

[IP Pool] IP pool path (relative path) (.txt).

-ip string

[Thread] Number of threads (default 2)

-thread int

[Time] Attack Speed(ms) (default 100)

-time int

[UA] Set User-Agent Config Path (txt)

-ua string

Format:

ip pool (eg. ip.txt)

http://address:port
http://address:port
http://address:port
......

ua (eg. ua.txt)

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3

Usage:

Usage:
  -ip string
        IP Pool Path (txt)
  -thread int
        thread (default 2)
  -time int
        Attack Speed(ms) (default 100)
  -ua string
        User-Agent Config Path (txt)
  -url string
        Attack URL

How to Build?

go build CC-Attack-Rewrite.go

Stargazers over time

Stargazers over time

About

Next Generation CC Attack Tool ✨ Threads ✨ HTTP Proxy ✨ Asynchronous ✨ multi-threaded✨

License:GNU General Public License v3.0


Languages

Language:Go 100.0%