Earlier quoted context omitted.
For a contact form I think it's ok to show a challenge. It won't eliminate spam entirely or work against targeted attacks, but at least it keeps out the bulk of annoyances (at the cost of annoying some of your users :P). EDIT: Have you considered putting the messages in a pending state instead? You could ask for their email in the contact form, and send a confirmation link that needs to be clicked for the message to…
Not annoying; blocking. There are a reasonable percentage of people that cannot solve the current set of CAPTCHAs.
Why Captchas have gotten so difficult
111–120 of 218 posts
Re: Why Captchas have gotten so difficult
#112What many commentors here don't realise is that Google also uses reCaptcha to make you do free work for them.
It would be cool if they released the gained data as open source, but that might compromise the service, and I guess someone has to develop and host this thing, so keeping it to themselves is fair enough.
The only issue is the conflict of interest (they benefit from giving me more captchas), but they don't seem to be abusing it for that end. They sure abuse their position of power by hellbanning you when they suspect foul play, but I doubt that it's because they want you to do more work.
Re: Why Captchas have gotten so difficult
#113Earlier quoted context omitted.
> I liked the idea when they just showed images of words that an OCR couldn't read accurately. Like I said, popular spamming software like Xrumer could crack those captchas ten years ago. > And no, I disagree that we have no option but to rely on "centralised" services like cloudfare or Google. Can you pitch alternatives, though? For example, an attacker can still spoof IP addresses in 2019 and create volumetric atta…
In my mind the answer is in building decentralized apps/services. A DDoS on a static site cached on just about any CDN that runs logic exclusively on the client is much harder to pull off successfully because it's so much cheaper (practically free?) to mitigate, and doesn't affect any existing users who would already have the necessary resources cached locally.
AWS did let me report these DDoSes and they would reimburse me, but it felt wayyy too precarious and I ended up switching to Cloudflare (free).
And I think that should worry us all.
Also, only the most trivial sites can be 100% cached. And those are the sites who need Recaptcha the least (or need a server to get a challenge from). Abuse is not a simple issue to solve.
Re: Why Captchas have gotten so difficult
#114Earlier quoted context omitted.
It is almost impossible to pass those CAPTCHAs behind Tor. Personally I am not sure if it is possible, I could never pass. It would just give me more and more CAPTCHAs to solve. I gave up after the 6th one.
I think there's a logic bug/feature where if the rate of attempted captcha solutions from your IP is too high, it won't tell you you've failed (it knows you didn't) but it'll keep giving you more and more captchas. Sometimes I eventually get through after 4, 6, 8 attempts. Maybe because the automated attempts slowed down, or maybe just by chance. Sometimes I end up getting the dreaded "too many automated requests fro…
Re: Why Captchas have gotten so difficult
#115Well google’s traffic CAPTCHA’s main purpose is to label a huge data set for Waze. At least it must be a huge beneficial (to google) side effect. Am I wrong?
Come on HN, lets all do this for a few days, you know we can do it ;-)Re: Why Captchas have gotten so difficult
#116What many commentors here don't realise is that Google also uses reCaptcha to make you do free work for them.
Can you elaborate on this? What work are people actually doing for Google when they complete these awful captchas?
Re: Why Captchas have gotten so difficult
#117I've made a browser extension that solves CAPTCHAs using the audio challenge. Native user input simulation will come with the next release. https://github.com/dessant/buster On my part it is a direct reaction to developers and their employers cutting corners and adding these challenges to login forms and anything else you can imagine. It's entirely reasonable to show a challenge after a couple of failed login attempt…
Re: Why Captchas have gotten so difficult
#118I find it strange how all the comments here are blaming Google. Isn't it obvious that CAPTCHAs have gotten difficult because AI got better at solving them? Soon bots will be better than humans at solving CAPTCHAs, and the system will fail completely. I predict that then Google and Facebook will completely block new user signup from Tor, VPNs or browsers without cookines. Everyone else will require an existing Google,…
I for one hope that AI gets to the point that it can effortlessly beat them, so we can stop dealing with them.
Re: Why Captchas have gotten so difficult
#119I've made a browser extension that solves CAPTCHAs using the audio challenge. Native user input simulation will come with the next release. https://github.com/dessant/buster On my part it is a direct reaction to developers and their employers cutting corners and adding these challenges to login forms and anything else you can imagine. It's entirely reasonable to show a challenge after a couple of failed login attempt…
The reason websites are CAPTCHA laden is because they want to make it harder for people to legally scrape their sites. For this reason, you'll be hard pressed to convince the owner of a site with a login CAPTCHA to remove it.
Re: Why Captchas have gotten so difficult
#120I've made a browser extension that solves CAPTCHAs using the audio challenge. Native user input simulation will come with the next release. https://github.com/dessant/buster On my part it is a direct reaction to developers and their employers cutting corners and adding these challenges to login forms and anything else you can imagine. It's entirely reasonable to show a challenge after a couple of failed login attempt…
Nope, that only works if there weren't botnets that just multiplex millions of requests over thousands of websites.
Anyone who has tried IP-blocking bots has run into this where 50k+ IP addresses just need to send you one request per couple minutes.
Your posts in this thread show how easy it is to be against recaptcha without addressing why people use it, or you suggest it's a flawed security model when people use it. It's kind of hard to take your advice seriously when I think of real world websites fighting real world abuse.
In another post of yours, you recommend the web developer to just expend more and more effort to circumvent abuse without recaptcha. Like creating a whole pending message system for, say, a forum instead of just a contact form. In fact, you'll find that there's no shortage of work for you to do once you attract abuse. And that's an easy solution to prescribe when you have no skin in the game. God forbid the site doesn't even make any money.