elcattivo / CloudFlareUtilities

A .NET Standard Library to bypass Cloudflare's Anti-DDoS measure (JavaScript challenge) using a DelegatingHandler.
MIT License
190 stars 47 forks source link

Excessive failures and solve times #42

Closed Plootie closed 5 years ago

Plootie commented 5 years ago

Firstly if this has been answered in any of the previous issues i'm very sorry, i did read through them but those issues don't seem to be the same as what i'm experiencing. This library was working great for me for a few days and i loved it, no need for node.js and simple to use but yesterday i just kept getting clearance fails. i decided to try again the next day but kept getting clearance fails again so i set retries to 9 and delay to 10,000 as a last ditch effort and while it did eventually work it took 90 seconds (92946ms exactly) to get to the page which isn't particularly great. My test code is here

Bleialf commented 5 years ago

Whats the website you are trying to open?

Plootie commented 5 years ago

Its in the test code but its https://kissanime.ru

Bleialf commented 5 years ago

@Plootie you got the s-parameter there. try my S-Parameter branch with a delay of 4000ms!

https://github.com/Bleialf/CloudFlareUtilities/tree/S-Parameter

Eric898989 commented 5 years ago

After some trials, I noticed:

I added a pull request implementing all of these #43 (big thanks to @Bleialf and @Zaczero)