Git Product home page Git Product logo

cc-attack-rewrite's Introduction

CC Attack Rewrite

CC Attack ++ Rewrite

English          中文简体

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:

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

Parameter description:

[URL] need to specify HTTP/HTTPS.

-url string

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

-ip_pool string

[Thread] Number of threads (default 2)

-thread int

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

-speed int

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

-ua_pool string

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

-timeout int

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

-cookie string

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

-time int

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

-http_version string

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

-http_methods string

Format:

ip pool (eg. ip-list.txt)

address:port
address:port
address:port
......

ua pool (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
......

Usage:

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

How to Build?

go build CC-Attack-Rewrite.go

Stargazers over time

Stargazers over time

cc-attack-rewrite's People

Contributors

masondye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cc-attack-rewrite's Issues

错误

在请求发送失败

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.