FlareSolverr

Bypass Cloudflare and DDoS-GUARD protections using a proxy server. It launches a headless browser to solve challenges and returns usable HTML and cookies.

This proxy server provides a reliable method to bypass Cloudflare and DDoS-GUARD protections by simulating a real user environment. When a request is received, it launches a headless Chrome browser to navigate the target URL, automatically waiting until the anti-bot challenge is solved. Once cleared, it extracts the page's HTML code and session cookies, returning them to the user for use in other HTTP clients.

Key benefits and features include:

  • Automated Challenge Solving: Handles browser-based verification checks without manual intervention.
  • Session Management: Create persistent browser sessions to retain cookies, speeding up subsequent requests and reducing resource consumption.
  • Cross-Platform Support: Run the server easily via Docker on multiple architectures including x86, x86-64, ARM32, and ARM64.
  • Flexible Integration: Interact with the proxy using simple HTTP POST requests from Bash, Python, PowerShell, or any custom script.

Directory Structure

flaresolverr
.env
docker-compose.yml

docker-compose.yml

services:
  flaresolverr:
    image: flaresolverr/flaresolverr:latest
    container_name: flaresolverr
    environment:
      - LOG_LEVEL=info
      - LOG_HTML=false
      - CAPTCHA_SOLVER=none
      - TZ=Europe/London
      - HEADLESS=true
    ports:
      - "8191:8191"
    restart: unless-stopped

.env

# No sensitive credentials are required for the default FlareSolverr configuration.
# If you enable a specific CAPTCHA_SOLVER (e.g. hcaptcha), you would define secrets here.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to FlareSolverr

Favicon

 

  
  
Favicon

 

  
  
Favicon