dazedcat19 / FMD2

GNU General Public License v2.0
653 stars 59 forks source link

Workaround for cloudflare protected websites #1715

Open Slasar41 opened 1 month ago

Slasar41 commented 1 month ago

Preparation

Method 1: FlareSolverr (64-bit only)

To test if everything is working properly, run in CMD or Powershell from your {FMD Directory}\lua\websitebypass directory the following command: python customcloudflare.py "https://dragontea.ink" to see if any errors pop up or not

Method 1a: FlareSolverr Fork (64-bit only)

Method 2: rookiepy

* Currently has issues decrypting cookies from Chrome and doesn't work. Use an alternative browser until the issue is fixed

To test if everything is working properly, run in CMD or Powershell from your {FMD Directory}\lua\websitebypass directory the following command: python cloudflare.py "https://dragontea.ink" to see if any errors pop up or not

Manual workaround For Chromium based browser

xavimaa commented 1 month ago

Hello,

Thank you for this very well-explained guide!

Is there a possibility to use flaresolverr hosted on Docker?

I apologize if this question requires opening a new issue.

Thanks again 🙏

Slasar41 commented 1 month ago

Sorry, I don't use Docker.

NhKPaNdA commented 2 weeks ago

Is there a possibility to use flaresolverr hosted on Docker?

I tried out using a Docker and it did work in the end. I had to make sure the docker was hosting through the vm into the host machine so the cloudflare bypass could correctly connect to it through localhost.

Even though it does work I realised it does take a lot longer per connection and will generally timeout with the default 60s when connecting to the docker instead of the .exe or cmd run python which roughly takes ~20s.