fix for current cloudflare checkbox #1497
Closed
sh4dowb
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
|
https://github.com/FlareSolverr/FlareSolverr/releases/v3.3.22 Thanks. More work probably needs done, feel free to submit PRs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've managed to get around latest cloudflare verify box @ilike2burnthing
update chrome to latest version (136 as of this post) (used
google-chrome-stable_current_amd64.deb)page load:
turn off webtools:
click verify button:
this works both on docker headless and linux gui & headless (using --headless , didnt have xvfb) as of writing this post.
instead of accessing closed shadowroot and sending click, this simply uses tab key to select checkbox and press it.
dereferer and devtools is for anti detection. of course that's just a lazy proof of concept and needs proper integration, sleep/wait times, "local dereferer" etc
enjoy ;)
Beta Was this translation helpful? Give feedback.
All reactions