GitPedia

CC Attack Rewrite

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

From MasonDye·Updated June 7, 2026·View on GitHub·

[**English**](README.md)          [**中文简体**](README_CN.md) The project is written primarily in Go, distributed under the GNU General Public License v3.0 license, first published in 2023. Key topics include: cc-attack, ddos, ddos-attacks, dos-attack, golang.

Latest release: 3.0.0-beta
June 15, 2025View Changelog →

CC Attack Rewrite

CC Attack ++ Rewrite

English          中文简体
<br>
<br>

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

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:

<pre><code>./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;'</code></pre>

Parameter description:

[URL] need to specify HTTP/HTTPS.

<pre><code>-url string</code></pre>

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

<pre><code>-ip_pool string</code></pre>

[Thread] Number of threads (default 2)

<pre><code>-thread int</code></pre>

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

<pre><code>-speed int</code></pre>

[UA Pool] Set User-Agent pool Path (relative path) (.txt)

<pre><code>-ua_pool string</code></pre>

[Timeout] Request Timeout(ms) (default 1000)

<pre><code>-timeout int</code></pre>

[Cookie] Cookie to include in request (default NULL)

<pre><code>-cookie string</code></pre>

[Time] Attack Time (seconds) (default NULL)

<pre><code>-time int</code></pre>

[Http-Version] HTTP version (1.1 or 2.0) (default 1.1)

<pre><code>-http_version string</code></pre>

[Http-Method] HTTP Request Method (GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, TRACE, CONNECT) (default GET)

<pre><code>-http_methods string</code></pre>

Format:

ip pool (eg. ip-list.txt)

<pre><code>address:port address:port address:port ......</code></pre>

ua pool (eg. ua-list.txt)

<pre><code>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 ......</code></pre>

Usage:

<pre><code>Usage: -cookie Cookie to include in request -http_methods HTTP Request Method (GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, TRACE, CONNECT) -http_version HTTP version (1.1 or 2.0) -ip_pool IP Pool Path (relative path) (txt) -speed Attack Speed(ms) -thread threads -time Attack Time (seconds) -timeout Request Timeout (ms) -ua_pool User-Agent Pool Path (relative path) (txt) -url Attack URL</pre></code>

How to Build?

<pre><code>go build</code></pre>

Stargazers over time

Stargazers over time

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from MasonDye/CC-Attack-Rewrite via the GitHub API.Last fetched: 6/25/2026