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

False positive with Captcha too #2

Closed Mandrakia closed 5 years ago

Mandrakia commented 5 years ago

I think the same false positive is present with captcha.

result.IsSuccess is true (method captcha) but no cf_clearance cookie and next call just results in a 503.

RyuzakiH commented 5 years ago

Does it happen in the latest version? I updated the success condition in js & captcha solvers, last issue. Can you give me the website and the code to reproduce that false positive? Or use Fiddler and show me the last two sessions (the solution submit, the next call that results in 503).

Mandrakia commented 5 years ago

Oh it wasn't in 1.03 Lemme check !

RyuzakiH commented 5 years ago

Still not working?

Mandrakia commented 5 years ago

It is working as intended ! I'm having other issues now but unrelated thanks :)

RyuzakiH commented 5 years ago

Good, you're welcome. Feel free to report any issue that faces you, it helps a lot.