habitualdev / CloudFlare-ByPass-Go

Small round tripper to avoid triggering the "attention required" status of CloudFlare for HTTP requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudFlare-ByPass-Go.

Small round tripper to avoid triggering the "attention required" status of CloudFlare for HTTP requests.

Evilginx2 Logo

Usage

You can add the round tripper as any other round tripper:

client := &http.Client{}
client.Transport = cloudflarebp.AddCloudFlareByPass(client.Transport)

Contributing

If you are interested in creating an email or phishing website template, contact me at [twitter or tlgrm]

DEVELOPER DO NOT SUPPORT ANY OF THE ILLEGAL ACTIVITIES.

Contact Me on telegram or twitter: https://twitter.com/MetthewKals / https://t.me/inject_exp#

About

Small round tripper to avoid triggering the "attention required" status of CloudFlare for HTTP requests.


Languages

Language:Go 100.0%