Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAIL TO BYPASS. Try to check the newest Cloudflare Technique #455

Open
3 of 4 tasks
Queday opened this issue Jan 7, 2023 · 0 comments
Open
3 of 4 tasks

FAIL TO BYPASS. Try to check the newest Cloudflare Technique #455

Queday opened this issue Jan 7, 2023 · 0 comments
Labels

Comments

@Queday
Copy link

Queday commented Jan 7, 2023

  • I've upgraded cfscrape with pip install -U cfscrape
  • I'm using Node version 10 or higher
  • The site protection I'm having issues with is from Cloudflare
  • I'm not using Tor, a VPN, or an anonymizing proxy

Python version number

Run python --version and paste the output below:

Python 3.11.0

cfscrape version number

Run pip show cfscrape and paste the output below:

Name: cfscrape
Version: 2.1.1

Code snippet involved with the issue

from cfscrape import CloudflareScraper as cfs

#! WEB 1
req = cfs()
resp = req.get('https://fpminer.com/')
print(resp.text)

from cfscrape import CloudflareScraper as cfs

#! WEB 2
req = cfs()
resp = req.get('https://you.com')
print(resp.text)

Complete exception and traceback

(If the problem doesn't involve an exception being raised, leave this blank)


URL of the Cloudflare-protected page

https://fpminer.com/
https://you.com

URL of Pastebin/Gist with HTML source of protected page

https://dpaste.org/QXXZn
https://dpaste.org/uc5Yo

@Queday Queday added the bug label Jan 7, 2023
@Queday Queday changed the title Try to check the newest Cloudflare Technique FAIL TO BYPASS. Try to check the newest Cloudflare Technique Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant