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

stackoverflowin/CloudFlare-PHP-Bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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_once "cloudflare.class.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

Releases

No releases published

Packages

No packages published

Languages