Skip to content

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

License

Notifications You must be signed in to change notification settings

GouGoGoal/CC-attack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

News:

  • Added new api for downloading socks
  • Removed useless code

Info:

  • Using Python3
  • Added more human-like options
  • Http Get Flood
  • Http Head 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
  • Customize Cookies
  • Customize post data
  • Added proxies mode selection
  • Optimize code
  • Fixed low performance
  • Added event for concurrent
  • Select proxies at start of thread for performance

Install

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

Usage

python3 cc.py
后台运行:安装screen
创建一个新后台:screen -S cc
运行脚本:python3 cc.py
切入后台:Ctrl + a +d 
恢复前台:screen -r cc

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%