-
Notifications
You must be signed in to change notification settings - Fork 141
1020, Access Denied (Custom Firewall Rules) #343
Comments
Same issue here, on multiple sites. |
Same issue too. |
Same issue here... |
same problem. Yesterday I saw on the cloudflare website that it said "update" |
Same issue tooo... |
Have the same problem. Sometimes also have next: Cloudflare may have changed their technique, or there may be a bug.Bug Reports: https://github.com/codemanki/cloudscraper/issuesCheck the detailed exception message that follows for the cause.challengeId (jschl_vc) extraction failed Thats because script trying to find |
Other cloudflare scrapers have this problem too |
Guys, can you check if this fix works for you? For my case it is just right but i did fix only the casual JS challenge stuff, didn't test any captchas etc. Tested on https://www.apotea.se/ |
yes, this works for me, thanks |
@bestplay9384 Great! Your patch works well for me as well. The original code looks a bit unstable to extract values from node. I appreciate the way you are doing in. An ultimate solution is probably using a DOM parser like |
We should think about replacing the cloudscraper, it seems to be dead, no one has dealt with updates for 2 months, although several errors have been reported |
Don't work for me.
|
@Dima22 can you provide an URL you was requesting? Or at last the whole HTML of the website? |
@bestplay9384 https://betscsgo.cc/ |
@Dima22 yea it looks like that it is something new CF provided. I was finally able to see this protection while hard-refreshing view-source:https://betscsgo.cc/ in incognito mode multiple times :) I will try to come up with a way of bypassing this, however as far as i can see eg. here: VeNoMouS/cloudscraper@72f2204, others are just detecting this "new way". I'll give it a try if i find some time! |
This work for me also... thanks! |
@stanleyxu2005 i have found some time gap - all the stuff with DOM parsing are now using |
same error if I try 4 times in a row, it works 2 times, and then it asks for captcha url tested: https://cyberwarblog.xyz/ // on this url also dont work https://fatality.win/ |
Thanks a lot, works like a charm. If this repo drops would you consider picking it up? I really don't want to use Selenium etc ;( |
Just work some times :D if u are testing many times in same url will get same error for me work 2 times, and if i try again in same url i get captcha error for ex i have tested on I try 10 times, 4 times it works, and 6 times I get a captcha error |
It may not be the best way to do it, but it worked for me. `
` |
Hi guys, |
Shit. After 3 days of debugging and strained eyes, I have finally cracked it. Cloudscraper method of cracking the answer is not really efficient or accurate. I will post a new repo soon, already written most part and it's based on got. |
Added repository @sayem314/hooman TODO
Test are done on https://cf-js-challenge.sayem.eu.org |
@sayem314 This will only works for the old challenge (who only do jsFuck and basic DOM validation) but not for the new challenge they added in april. I don't know if they started to release it worldwide yet. Also, i don't think it's a good idea to run arbitrary code in Eval. A malicious server could send any JS code and take control of the process/server. You should at minimum use a sandbox and parser to limit or remove malicious code. |
@francisvalois I see. Then probably those challenges are not available for me yet. And about If anyone has new challenge HTML from browser could you please share here? Please upload to https://paste.ubuntu.com/ Edit: code are now run safely using vm2. Commit sayem314/hooman@7332cc2 |
@sayem314 How do you implement that in cloudscraper ? |
@sayem314 your script does not work with yggtorrent it leave me with a 403 response code (Forbidden) |
@btpython 403 === captcha error |
Nice fix, thanks. The only problem I see is that |
I cannot access https://www.mabbank.com/ today. my server is located in Singapore. until today, it's working well.
The text was updated successfully, but these errors were encountered: