Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Where to test the reCaptcha ? #202

Closed
elpaxel opened this issue Apr 23, 2019 · 8 comments
Closed

Where to test the reCaptcha ? #202

elpaxel opened this issue Apr 23, 2019 · 8 comments

Comments

@elpaxel
Copy link

elpaxel commented Apr 23, 2019

I want to test my captcha solving method but can't find any page with captcha triggered. Maybe there is some test pages or something ? Because I don't want to configure cf by myself. And I need "alive" page (not the one in fixtures folder) for domain/host mocking on local machine.

@ghost
Copy link

ghost commented Apr 23, 2019

I'll turn the CAPTCHA on for https://pro-src.com. Give me one sec to do it.

Edit: Done. All GET requests will be sent a reCAPTCHA(v2). I'll leave it on for 24H.

@elpaxel
Copy link
Author

elpaxel commented Apr 23, 2019

Thanks a lot :)

@ghost
Copy link

ghost commented Apr 23, 2019

You're welcome. Issue solved?

@elpaxel
Copy link
Author

elpaxel commented Apr 23, 2019

Yep.

@ghost
Copy link

ghost commented Apr 23, 2019

Theres a chance that if using cloudscraper though Tor that you'll get a CAPTCHA consistently. I haven't confirmed it yet. The reason I suspect this is because this article mentions that the Tor team had to make a small change at the request of CF to avoid the CAPTCHAs and it only works for newer versions of the Tor Browser. If that change was only made in the Tor Browser, maybe we'll have some luck there.

Article: https://www.zdnet.com/article/cloudflare-ends-captcha-challenges-for-tor-users/

@ghost
Copy link

ghost commented Apr 24, 2019

You must override the headers entirely. Probably don't even have to use Tor.

torsocks node -e 'var cf = require("cloudscraper"); cf.debug = true; cf.defaultParams.headers = {}; cf.get("http://gktorrent.net/torrents/series").then(console.log);'
const cloudscraper = require('cloudscraper').defaults({ headers: {} })

@elpaxel
Copy link
Author

elpaxel commented Apr 24, 2019

Cool. Thanks for headers "trick".

@ghost
Copy link

ghost commented Jun 7, 2019

I better option that seems to be Cloudflare approved is https://captcha.website

@ghost ghost pinned this issue Jun 7, 2019
@ghost ghost deleted a comment from Revadike Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants