Slashdot Mirror


Google Launches reCAPTCHA v3 That Detects Bad Traffic Without User Interaction (zdnet.com)

Google has pushed an update to its reCAPTCHA technology that the company has been offering since 2007 to fight off bots on the world wide web. From a report: reCAPTCHA v3, as the new version has been branded, is a complete overhaul of the reCAPTCHA technology that we know and... most of the time hate. The good news is that the new system does not require any user interaction anymore. Gone are the days of reCAPTCHA v1 when everyone was trying to decipher in garbled text, and gone are the days of v2 when everyone was getting annoyed at clicking on endless image streams of "store fronts," "roads," and "cars" for up to 2-3 minutes. Instead, reCAPTCHA v3 will use a secret new Google proprietary technology to learn a website's normal traffic and user behavior. Google says that by observing how regular users interact with the website and its sections, it would be able to detect abnormalities and detect bots or undesirable actions.

2 of 108 comments (clear)

  1. Source code for reCAPTCHA v3 has been leaked: by Anonymous Coward · · Score: 3, Funny

    function is_bot($IP_address, $unique_identity)
    {
            if (is_any_kind_of_privacy_such_as_Tor_exit_node_or_paid_VPN($IP_address))
                    return true;

            if (is_person_disliked_by_us($unique_identity))
                    return true;

            return false;
    }

  2. Re:Sounds good to me by schweini · · Score: 3, Funny

    > I think one time I cycled through picking objects something like 15 times! Absurd.

    have you considered the possibility that you are a bot?