Skip to content

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

Description

@Queday
  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions