charles-king-china / CC-attack

Using Socks4/5 proxy to make a multithread Http-flood/Https-flood (cc) attack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

   /////    /////    /////////////
  CCCCC/   CCCCC/   | CC-attack |/
 CC/      CC/       |-----------|/ 
 CC/      CC/       |  Layer 7  |/ 
 CC/////  CC/////   | ddos tool |/ 
  CCCCC/   CCCCC/   |___________|/

CC-attack

A script for using socks4/5 proxies to attack http server.

I removed the mixed proxies flood because in my perspective, it doesn't give more performance when flooding.

News:

  • Improved CC mode
  • Random Client IP(only get mode)

Info:

  • Using Python3
  • Added more human-like options
  • Http Get Flood
  • Http Post Flood
  • Http Slow Attack
  • Support HTTPS
  • Socks4 Proxies Downloader
  • Socks4 Proxies Checker
  • Socks5 Proxies Downloader
  • Socks5 Proxies Checker
  • Random Http post data
  • Random Http Header
  • Random Http Useragent
  • Removed mixed proxies flood
  • Added proxies mode selection
  • Still Improving Project

Sth need to talk

I made a golang httpflood with socks5, its powerful when added random url, header

and with some js resovler. I used it to take down some gov website and for some reason

I decided to release it's base.

The release will not have any function, just send simple http request through socks5 with socket

You can copy this source's fucntion to that source.

Base: https://github.com/Leeon123/Golang_CC_Base

Install

pip3 install requests pysocks
git clone https://github.com/Leeon123/CC-attack.git
cd CC-attack

Usage

python3 cc.py

About

Using Socks4/5 proxy to make a multithread Http-flood/Https-flood (cc) attack.

License:MIT License


Languages

Language:Python 100.0%