Live data from Hacker News

Google’s new reCAPTCHA has a dark side

fastcompany.com

191–200 of 566 posts

Re: Google’s new reCAPTCHA has a dark side

#191

Earlier quoted context omitted.

And it is this very convenience that has countless sites using it. As I said, there are other systems which are just as easy to implement as Google's and which are not overkill and also more privacy friendly (Google's CAPTCHA is known to fingerprint the user using heuristics like mouse movements, screen resolution, etc).

> there are other systems Like what?

[deleted]

Re: Google’s new reCAPTCHA has a dark side

#192

Earlier quoted context omitted.

With Firefox fingerprint resisting turned on and with Ublock Origin/UMatrix, I get a score of 0.1. And I'm not even on a VPN; I'm sure on my home network I'd have an even lower score. To me, it feels like Google's entire strategy behind reCaptcha is to make it harder to protect your privacy. We've basically given up on the idea that there are tasks only humans can do, and to me V3 feels like Google openly saying, "Yo…

Not sure how much Ublock Origin makes a difference. I have a score of 0.9 with it turned on.

Ublock Origin + NoScript on FF 60.7.2esr and got 0.9 as well.

[edit] tried in a private window and got the same score.

Re: Google’s new reCAPTCHA has a dark side

#193
post #5

You can view your reCaptcha V3 score here: https://recaptcha-demo.appspot.com/recaptcha-v3-request-scor... I get .7 on my iPhone, I’m guessing that my liberal use of Firefox containers and the cookie auto-delete extension on my desktop will give me a much lower score and cause me to have to jump through extra hoops at websites that implement it, just like the reCaptcha V2 does. Edit: I also got 0.7 on Firefox with st…

From my computer, where I browse fairly equally with all three of Chrome, Safari, and Firefox (albeit different sites), I get the following scores:

Chrome: .9

Safari: .7

Firefox: .1

I have adblock running on all three, and I use containers on Firefox.

Re: Google’s new reCAPTCHA has a dark side

#194
post #175

If it takes me longer than 5 seconds to access the content I'm looking for, I close the tab. Am I alone in this?

I doubt you're consistent with it. You'd probably wait 10+ seconds to post an HN comment for example.

Easy to say you'd bounce on a website you didn't care about. That's a bit of a tautology.

Re: Google’s new reCAPTCHA has a dark side

#195
post #69

I guess another question is why we really need captchas. What are we trying to protect against that can't be accomplished with rate limits, voting systems, or other ways to regulate meaningful use of a website? Ultimately why does it matter if the user is a human or bot, as long as they are being a valuable user? What's wrong if a bot buys some of your inventory, pays for it and everything? What's wrong if an NLP bot…

Don't think bot; think botnet. Ratelimits do not work against botnets since they appear to be independent actors. e.g. if you think it's fine for everyone to do something 1-3 times, then you are letting a botnet of 10k hosts do something 10k-30k times. [edit] Also, NAT means that there could be hundreds or thousands of individual users on the same IP address (many dorms at smaller colleges are setup this way), so you…

Shouldn't open aggregate listing and blocking of botnets be effective? How many 10k node botnets are there?

Also: egress hygiene should be a thing. Block subnets and ASNs if toxic behaviour is detected.

Re: Google’s new reCAPTCHA has a dark side

#196
post #119
post #5

You can view your reCaptcha V3 score here: https://recaptcha-demo.appspot.com/recaptcha-v3-request-scor... I get .7 on my iPhone, I’m guessing that my liberal use of Firefox containers and the cookie auto-delete extension on my desktop will give me a much lower score and cause me to have to jump through extra hoops at websites that implement it, just like the reCaptcha V2 does. Edit: I also got 0.7 on Firefox with st…

Contrary to the results here, using Firefox + uBlock with DNT and tracking protection enabled, I get a score of 0.9. In private browsing mode it's 0.7. I wonder how many people here are using a VPN or accessing from a non-western country -- I'd bet those are much bigger factors

Were you logged into your Google account? That seems to almost guarantee a .9

Re: Google’s new reCAPTCHA has a dark side

#197

So this is probably a bit off topic, but why don't more site owners just create their own unique anti-spam system? In my opinion, if they were simpler, yet all unique, there would be less bots that could mass spam and privacy would be improved. Even something as simple as a question: "How many legs does a spider have?" ____ And then cycle through different types of free form questions of things that most people shoul…

I think this would fail under any directed attack. It’s too hard to generate a database that’s large enough.

XRumer (forum spamming) software had a feature over a decade ago that would reload a /register page on different proxies to generate a list of these sorts of questions. You'd run it for a moment, feed an answer for each question into XRumer, and then continue on your merry spammy way.

These ReCaptcha topics on HN really illuminate how few people have dealt with any real spam, much less targeted human or botnet attacks.

Re: Google’s new reCAPTCHA has a dark side

#198
post #85
post #5

You can view your reCaptcha V3 score here: https://recaptcha-demo.appspot.com/recaptcha-v3-request-scor... I get .7 on my iPhone, I’m guessing that my liberal use of Firefox containers and the cookie auto-delete extension on my desktop will give me a much lower score and cause me to have to jump through extra hoops at websites that implement it, just like the reCaptcha V2 does. Edit: I also got 0.7 on Firefox with st…

This looks like a RNG: I got 0.7, 0.9, and 0.1 successively. It can't make up its mind whether I'm almost certainly not a bot (0.9) or almost certainly a bot (0.1)?

from the link

>the score returned here is not a reflection on your Google account or type of traffic

I got random scores as well. It looks like this is just a sample of the data structure that the service returns, not the actual score.

Re: Google’s new reCAPTCHA has a dark side

#199
post #67

Earlier quoted context omitted.

> NOTE:This is a sample implementation, the score returned here is not a reflection on your Google account or type of traffic.

This comment should probably be higher up in the thread.

It is both funny and sad to read this thread.

Re: Google’s new reCAPTCHA has a dark side

#200
post #81
post #57

Earlier quoted context omitted.

It's even worse when you're running a VPN (especially one of the major public ones). When I see reCAPTCHA I basically give up as sometimes I have to go through 6 or 7 full sets to be let into a site. It's the evil of the internet this.

reCAPTCHA on VPN is difficult, but on the Tor network, they are downright impossible. I've never been able to get past it, even after a few dozen painful attempts. That means Google services are entirely off-limits over Tor, even Search, which is a disgrace.

Tor users don't want to be running reCAPTCHA at all. There's a few privacy problems for people who run that or other ambitious cross-site snooping. Usual stuff (requests, cookies, JS fingerprinting, etc.), behavioral fingerprinting, and very detailed monitoring of what information you were accessing/reading and possibly even entering.
Post reply on HN