ThunderMind2019 / cloudflare_bypasser

Scrapy project to bypass the cloudflare DDoS protection
0 stars 0 forks source link

cloudflare_bypasser

Scrapy project to bypass the cloudflare DDoS protection

Prerequisite

  1. Python3+
  2. virtualenv installed (pip3 install virtualenv)
  3. node >= 10

Instructions

  1. Go to project directory where scrapy.cfg file exist

  2. Create python3 virtualenv using

    virtualenv .venv -p python3
  3. Activate Virtualenv

    source .venv/bin/activate
  4. install dependencies

    pip install -r requirements.txt
  5. Replace the __init__.py file as describe

  6. Deploy project

    sh deployment.sh

NOTE: You might need root access