Skip to content

This is a library which can be used to access a website under the cloudflare protection, written in java.

Notifications You must be signed in to change notification settings

juanroldanbrz/cloudflare-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experimental project, and it works fine on 25-12-2017

Cloudflare java bypass

This is an experimental project which can be used in order to get the content of a site protected by cloudflare.

This library is oriented to the web crawling, so I used the JSoup library and return a JSoup object when requesting an URL.

How to use

Simply:

CHttpRequester requester = new CHttpRequester();
requester.get("www.mysite-under-clodflare-or-not.com")

Based in

  • Java 9
  • JSoup

How it works

This library simply executes the javascript snippet used by cloudfare in order to avoid the DDOS attack. It detects if a website is under this firewall, and if it is, it waits 5 seconds before resolve the callenge which will lead us to the actual website we are requesting.

Contact

email: juan.roldan.brz@gmail.com

linkedn: https://www.linkedin.com/in/juan-bermudez-roldan-65725bb1/

Feel free to experiment and contribute!

About

This is a library which can be used to access a website under the cloudflare protection, written in java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages