Skip to content

Allows you to get past the waiting page of CloudFlare and do web requests

Notifications You must be signed in to change notification settings

laikee99/cloudflare-bypass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudFlare PHP Bypass

This class will allow you to bypass CloudFlare's UAM page and do web requests as normal.

// Include the library..
require __DIR__ . '/vendor/autoload.php';

// Make a new instance of the CloudFlare class, save cookies to file 'x.txt' so we don't have to wait the eight seconds again
$cloudflare = new \Stack\Bypass\CloudFlare("http:https://libc.tech", [true, "x.txt"]);

// Do a request to /, display result.
echo $cloudflare->get("/");

About

Allows you to get past the waiting page of CloudFlare and do web requests

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%