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

Did cloudflare update again? Error parsing JS challenge HTML #30

Closed Artarex closed 4 years ago

Artarex commented 4 years ago

I am using the CloudFlareSolver in a program and today i get the message: "Error parsing JS challenge HTML"

It happens on every website i tried it. For example: https://kissasian.sh Does anyone of you has the same problem? I am right now not 100% sure if I simply destroyed some configs in my programm or if cloudflare updated again.

longcharmroeun commented 4 years ago

No my project working fine xd

Artarex commented 4 years ago

Yeah my timing was really bad. Everything worked fine. I restarted my windows root and suddenly it did not work anymore. Worst timing ever. Because of that, i was not sure if it was my problem or a cloudflare update xD Good to know I am not alone. You also use the resolver in openbullet @eastsida ?

tchirou commented 4 years ago

With jackett, we now have this problem with torrentz.eu and yggtorrent.se

longcharmroeun commented 4 years ago

I was worng that my project is working fine. I noticed that error happen 6 time in 24h On my errors log. Did anyone got that error?

longcharmroeun commented 4 years ago

i found that cloudflare have been change a little of them code again by random.

ngosang commented 4 years ago

Update: 2020/05/15 v1.0.7.2 fix new challenge

29

longcharmroeun commented 4 years ago

already fix https://www.nuget.org/packages/TemporaryWebclient/1.0.1

Artarex commented 4 years ago

@ngosang I tried your fix and sometimes get this error: ERROR: GetInnerHtmlById not found! id: CvSLwLVkzt12

longcharmroeun commented 4 years ago

@Artarex try my dll

ngosang commented 4 years ago

@Artarex give me the URL to test.

Artarex commented 4 years ago

@ngosang https://reevown.com Sometimes its working. Like 50/50

@Longcharm Can't test yours yet, need to edit some things to make it work for .net standard 1.3 . Will wait for ngosang since its working quite good already :)

ngosang commented 4 years ago

@Artarex I can't make it fail. Could you add a breakpoint here https://github.com/RyuzakiH/CloudflareSolverRe/pull/29/files#diff-3235a8aceeee5624582809f8a2bd416dR57 and save the html file when it fails?

longcharmroeun commented 4 years ago

-> dotnetstandar2.0 https://www.nuget.org/packages/TemporaryWebclient/1.0.3

Artarex commented 4 years ago

@ngosang I couldn't reproduce it either on a clean install of openbullet in their newest version. So maybe my installation of openbullet + this dll was a bit messy and a component was missing. If will check now if it runs fine over a longer period of time. But for now everything looks awesome. Once again big thanks @ngosang and @longcharmroeun :)