99

I have noticed that some CAPTCHA pages, like Cloudflare's, simply ask you to check a box to proceed. There is no clicking on traffic lights or entering characters. How does clicking on a check box tell them I am not a robot?

top 42 comments
sorted by: hot top controversial new old
[-] Czele@lemmy.world 51 points 4 months ago

Its not sure how it exactly works, but most probably this captcha processes a lot of data like your mouse movement, mouse click but also your browser fingerprints, search history and ip. You can actually get 'traffic lights' test from this clicking button captacha if You have privacy protection in place, such as using brave, tor, firefox or mullvad browser and/or vpn, pluse some privacy browser extensions

[-] hperrin@lemmy.world 45 points 4 months ago* (last edited 4 months ago)

You passed the test before you clicked the checkbox. Your mouse movement, momentary pause, IP address, browsing history, etc, gave away that you’re a human.

[-] Illuminati@lemmy.world 8 points 4 months ago

Then why do we still need to click it, instead of just loading the page at once?

[-] hperrin@lemmy.world 26 points 4 months ago

Because it measures how your mouse moves to the checkbox. If there was nothing to move to, you wouldn’t move your mouse.

[-] Zoot@reddthat.com 13 points 4 months ago

I get the checkbox even on mobile sometimes, I imagine as long as you're not perfectly hitting the center pixel it knows you're human.

[-] PlexSheep@feddit.de 5 points 4 months ago

But that would be easy to program a bit for

[-] hperrin@lemmy.world 4 points 4 months ago

Yeah, that sounds reasonable. Touch input is reported similar to mouse input, so it would translate to a touch screen pretty well.

[-] JackGreenEarth@lemm.ee 2 points 4 months ago

I don't think random websites get access to my browser history without me explicitly giving them permission.

[-] hperrin@lemmy.world 6 points 4 months ago* (last edited 4 months ago)

They pretty much do if they’re run through something like Cloudflare or they use Google Analytics. That probably covers about 80% of websites. Not the website, but the company that’s running the Captcha.

[-] JackGreenEarth@lemm.ee 3 points 4 months ago

Why do so many websites use cloudflare? Isn't the Internet meant to be decentralised and resilient? It's not so resilient if so much is dependent on the servers of one company.

[-] acockworkorange@mander.xyz 33 points 4 months ago
[-] GlassHalfHopeful@lemmy.ca 6 points 4 months ago

I suspected this was the case! Like a silly human, I've been intentionally "wiggly" with my mouse movements for this very reason, hoping i don't have to do a harder form of capthca. Haha. Now I only know I'm only a little crazy for doing so.

[-] Cinner@lemmy.world 9 points 4 months ago* (last edited 4 months ago)

And, cloudflare creates a proxy (including it's own SSL certificate by default!) between you and every cloudflare site. So they're able to see all data, even on https secured pages.

And they make up a huge portion of the Internet 😊

don't forget about 1.1.1.1, cloudflare's dns.

[-] cozy_agent@lemmy.world 30 points 4 months ago

Big part of the internet is going through Cloudflare these days, so it tracks you as you browse, and does something clever to figure out if you're a robot. Google can do the same, they'll have a cookie on you. If they're not sure they'll show you one of those challenges.

[-] key@lemmy.keychat.org 23 points 4 months ago* (last edited 4 months ago)

Rather than try to unilaterally deprecate and replace CAPTCHA with a single alternative, we built a platform to test many alternatives and rotate new challenges in and out as they become more or less effective.

With Turnstile, we adapt the actual challenge outcome to the individual visitor or browser. First, we run a series of small non-interactive JavaScript challenges gathering more signals about the visitor/browser environment. Those challenges include, proof-of-work, proof-of-space, probing for web APIs, and various other challenges for detecting browser-quirks and human behavior. As a result, we can fine-tune the difficulty of the challenge to the specific request and avoid ever showing a visual puzzle to a user.

Turnstile also includes machine learning models that detect common features of end visitors who were able to pass a challenge before. The computational hardness of those initial challenges may vary by visitor, but is targeted to run fast.

https://developers.cloudflare.com/turnstile/

TL;DR A bunch of heuristics that it's hard to spoof all of. Fun side effect of this method is that if you spoof your user agent, you'll often end up locked out in a loop. Lack of a captcha fallback is obnoxious.

[-] BlueEther@no.lastname.nz 8 points 4 months ago

Incognito / ublock and vpn will often trigger a loop of captcha

[-] THE_MASTERMIND@lemmy.today 5 points 4 months ago* (last edited 4 months ago)

I have been stuck in one its hell you will be hoping this will be the last.

[-] fubbernuckin@lemmy.world 4 points 4 months ago

I got stuck in one and couldn't even search for help because each result where people were complaining about it had a captcha preventing me from entering.

[-] originalucifer@moist.catsweat.com 6 points 4 months ago

also the subtle but not so subtle 'we will fingerprint errrrbody'

so what do they do with that data?

[-] FuglyDuck@lemmy.world 5 points 4 months ago

Sell it to all the bidders.

[-] leaky_shower_thought@feddit.nl 5 points 4 months ago

in my experience, you can sometimes get away messing a token or two in the user string as long as it is one of the common ones out there. start injecting BeOS and other arcane values in and things get less reliable.

[-] DrownedRats@lemmy.world 17 points 4 months ago

Slight tangent, but if you want to pass the "click on all the images with traffic lights" first time, select one that's obviously wrong then go back and "change your mind" computers don't do that and 9/10 times it'll pass you first time!

[-] THE_MASTERMIND@lemmy.today 7 points 4 months ago

If this works you are the king of LPT.also i click a column and then unclick it right ?

[-] DrownedRats@lemmy.world 9 points 4 months ago

I just click one square thats wrong then unclick it. Seems to work almost every time!

[-] THE_MASTERMIND@lemmy.today 2 points 4 months ago

Will try . Ty

[-] a4ng3l@lemmy.world 15 points 4 months ago

Given the prevalence of cloudflare they could basically assess the trust level of your ass by cross checking how trusted you are on other services also behind cloudflare. If you aren’t utterly suspicious elsewhere you’re likely not a bad agent.

[-] Kolanaki@yiffit.net 9 points 4 months ago

How you move or type is one reason. I only ever get challenge things when I am using remote desktop which recently changed how keyboard input is sent. Instead of going each key like it was being typed on the actual machine, it sends a whole line of text at once. Doing this tends to trigger the automation detection and challenges you with the "find all the traffic lights" bullshit.

[-] ThisIsNotHim@sopuli.xyz 9 points 4 months ago

I had read (in a comment here, so take with a grain of salt) that some had started doing Proof of Work.

I.E. they ask the visiting computer to do some math. This is potentially less annoying to people than clicking on traffic lights or typing unreadable text, but could get costly if you're using bots.

[-] Vilian@lemmy.ca 2 points 4 months ago

how it block bots?, the bot just do the proof of work too

[-] RegalPotoo@lemmy.world 19 points 4 months ago

It doesn't block them exactly, but it's trying to make it uneconomical to target the site using bots - if it now takes 1 second to perform the action rather than 1/100th of a second, you now need 100x more bots to achieve the same effect

[-] Zachariah@lemmy.world 8 points 4 months ago

I have two guesses:

  1. Low bar just checks that it gets clicked.
  2. Script on the pages watches mouse movements, etc., and bases its decision on that data.
[-] otp@sh.itjust.works 6 points 4 months ago

I'm pretty sure it's just number 2.

A program will click the box and hit submit instantly. Or it'd move in a perfectly straight line to either the centre of each or the edge of each and click as quickly as possible.

Real human movements are not as precise.

[-] THE_MASTERMIND@lemmy.today 1 points 4 months ago

Unless you are really good with a mouse .

[-] netvor@lemmy.world 1 points 4 months ago

Remember, it's not about filtering out robots, it's about filtering out dangerous (as in spam, malware, etc.) things.

I mean, If you're reeeeeeally good and reeeeeeally precise and reeeeally fast .. then maybe you're as dangerous as the robot. Maybe it's just safer to keep you out. 🙃

[-] THE_MASTERMIND@lemmy.today 2 points 4 months ago

I was not talking about me tho.

[-] algorithmae@lemmy.sdf.org 8 points 4 months ago

I used to fail Cloudflare's capcha constantly until I realized I was clicking too fast lol

[-] Kissaki@feddit.de 7 points 4 months ago

Cloudflare announced their CAPTCHA replacement Turnstile here in 2023

They don't particularly go into the technical details, but announce:

We don’t rely on tracking user data, like what other websites someone has visited, to determine if a user is a human or robot. Our business is protecting websites, not selling ads, so operators can deploy Turnstile knowing that their users’ data is safe.

The tracking reference is about Google captchas using logged-in user account and tracking information to gain confidence in a user being a person and not requiring challenges for them.

Simple CAPTCHA systems give you a challenge to complete, to show you are human. (As the Cloudflare post points out, it's most of the time easier for bots to solve challenges than it is for humans. But botters still require expertise and solutions.)

Sophisticated CAPTCHA systems may use any information the web-browser sends them to make a guess on whether the user is human or not, according to probabilistic models. For example the click interaction means you move your cursor, which can be tracked and analyzed against patterns.

[-] stoy@lemmy.zip 4 points 4 months ago

I remember a talk about this I watched on YT about this, but I can't find it now.

But the way it was described to work was that it looked at how you interacted with the page, how you mouse pointer moved, if it moves too straight between interactive points, how randomly it moves, if you are entering text in a field, how slow are you and do you make mistakes, how do you correct those?

Then when you click the tickbox it decides based on all those factors if you are human or if you are a bot.

Those captcha checks on a blank page are probably checking mouse movements, IP, User Agent and more stuff like that to determine it more checks are needed, though it might even be a fake captcha to act like a loading screen

[-] Fake4000@lemmy.world 3 points 4 months ago

Captchas without a visible challenge use behavioral analysis to differentiate between human users and bots by monitoring mouse movements, keyboard inputs, and other behaviors.

[-] Resol@lemmy.world 0 points 4 months ago

I think Tamago2474 made a video entirely about the evolution of CAPTCHAs. Yes, it even answers your question.

It's this one in particular.

[-] Prking@lemmy.world 0 points 4 months ago

In non technical terms, some operating systems (eg iOS) will vouch that you are human. Which bypasses the need to click on things.

See https://support.apple.com/en-gb/guide/iphone/iph4f43a30c9/ios for details of how to turn it off

[-] blargerer@kbin.social 0 points 4 months ago

its checking things like your mouse movement.

this post was submitted on 23 Feb 2024
99 points (99.0% liked)

No Stupid Questions

34317 readers
1860 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 1 year ago
MODERATORS