RyuzakiH / CloudflareSolverRe

Cloudflare Javascript & reCaptcha challenge (I'm Under Attack Mode or IUAM) solving / bypass .NET Standard library.
MIT License
179 stars 49 forks source link

Not working with mygully #38

Open Tjossul opened 3 years ago

Tjossul commented 3 years ago

Hi,

sadly I get "Unknown protection detected" trying to solve "http://mygully.com/forum/400-schule-studium-ausbildung-and-beruf/".

var target = new Uri("http://mygully.com/forum/400-schule-studium-ausbildung-and-beruf/");

var cf = new CloudflareSolver
{
    MaxTries = 3,
        ClearanceDelay = 3000
};

var result = await cf.Solve(target);

if (!result.Success)
{
    var message = $"[Failed] Details: {result.FailReason}";
        Console.WriteLine(message);
}

message => "Unknown protection detected".

Could you please have a look at this?

Thanks a lot.

ghost commented 3 years ago

I have the same problem.

leorjbrz commented 3 years ago

same problem here too

longcharmroeun commented 3 years ago

this lib not working anymore due to cloudflare use new anti-bot system