Skip to content

5l1v3r1/cloudAttack

 
 

Repository files navigation

Cloud Attack

It is a simply script with a library to bypass Cloudflare UAN anti-ddos page, build in js.

js-semistandard-style

Build status Coverage Dependency Status Greenkeeper badge

This library is a port of python module cloudflare-scrape with couple enhancements and test cases ;) . All grats to its author \m/

If the page you want to access is protected by Cloudflare, it will return special page, which expects client to support Javascript to solve challenge.

This small library encapsulates logic which extracts challenge, solves it, submits and returns the request page body.

You can use cloudscraper even if you are not sure if Cloudflare protection is turned on.

In general, Cloudflare has 4 types of common anti-bot pages:

  • Simple html+javascript page with challenge
  • Page which redirects to original site
  • Page with recaptcha
  • Page with error ( your ip was banned, etc)

Usage

Install on Kali/Debian

git clone https://github.com/dcodeni/cloudAttack.git
cd cloudAttack
chmod +x install.sh
./install.sh

Run: node cloudattack.js --attack "yoursite" --threads 500 
Proxys: --proxy true --updateproxy true


Example: node cloudattack.js --attack "https://www.acloudflaresite.com" --threads 1000 --proxy true

Dependencias:

  • npm install
  • npm install minimist
  • npm install cloudscraper

Our contributors

Version 1.0

Twitter: @AnonGuegue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.4%
  • JavaScript 6.5%
  • Shell 2.1%