Questions tagged [recaptcha]

For questions about the reCAPTCHA service: Designed to protect against spam and abuse by blocking bots while allowing valid users access.

reCAPTCHA is a system originally developed at Carnegie Mellon University that uses CAPTCHA to help digitize the text of books while protecting websites from bots attempting to access restricted areas.

reCAPTCHA requires a user to select images which do or don't include certain items in them. The technology works due the ability of a human being to distinguish subtle visual hints that AI would not yet recognize.

On September 16, 2009, Google acquired reCAPTCHA.

Links

Related

4381 questions
1
vote
0 answers

Wordpress Elementor reCAPTCHA multiple site keys

First off, I'm a Wordpress novice. I've been drafted to do some work on my employer's company website because I'm a techie. We have an Elementor form where someone requests an account. On submit, a request is sent to a REST API to store the request…
Lloyd
  • 101
  • 1
  • 5
1
vote
0 answers

How to force a low recaptchaV3 score

I need to be able to recreate low recaptchaV3 scores for testing purposes. I created a python script that calls my webpage with selenium using headless Firefox, fills and submits a form and scrapes the data and I'm still getting 0.9 scores. I'm…
mmullerc
  • 61
  • 4
1
vote
2 answers

Python Captcha solved by anti captcha but can't passing response

I am using anti captcha api for solve google captcha. My captcha is solving through anticaptcha api and getting captcha response after solved captcha. I using this driver.execute_script("document.getElementById('g-recaptcha-response').innerHTML = '"…
ByHala
  • 81
  • 6
1
vote
1 answer

Google reCAPTCHA v2 on Yii1.1.6 not shown

I'm trying to make google reCaptcha on my projects that used Yii 1.1.6. And I already follow this documentation https://github.com/dakiquang/yiiReCaptcha. But my google reCaptcha is not shown. Anybody can help, please? This is my loginForm.php…
Bin Ski.
  • 849
  • 1
  • 8
  • 10
1
vote
1 answer

How to bypass reCAPTCHA properly during development in Java

I use reCAPTCHA in my Java application and there is an approach similar to the following code: LoginRequest: public class LoginRequest { @NotEmpty private String token; @NotEmpty private String username; @NotEmpty …
Jack
  • 1
  • 21
  • 118
  • 236
1
vote
2 answers

Recaptcha Enterprise - missing invisible recaptcha

Recaptcha in a paid google account for a site with more than 1,000,000 clicks on Recaptcha (the free quota from google). there is no option to choose the invisible v2 Recaptcha that is available on the free Recaptcha , only checkbox option or…
1
vote
1 answer

error on recaptcha with ajax validation

am trying to validate recaptcha with ajax, the only problem am facing is that it always sais that recapthca was typed wrong!even when i did it right! i really wonder what is wrong with my code!
karlelizabeth
  • 157
  • 2
  • 3
  • 13
1
vote
1 answer

How to click the buster button to solve reCaptcha with Python and selenium?

I wanted to automate a process but need to get through a reCaptcha and for that, I decided to use the extension called "Buster: Captcha Solver for Humans" link to the extension. But the problem I encountered and have not found an answer to is, that…
martispyc
  • 77
  • 1
  • 3
  • 8
1
vote
1 answer

Enterprise reCaptcha score is always 0. for invisible reCaptcha

I've recently integrated enterprise reCaptcha to my application. So, I've integrated both invisible and checkbox reCaptcha (works like fail-safe). In case user gets a low score in invisible captcha then they'll be shown the checkbox one. The problem…
cicada_
  • 325
  • 2
  • 9
1
vote
0 answers

Laravel Recaptcha v3 returns nothing

I am trying to add a recaptcha to one of my forms and I have no clue why it is no working. In my form ... form ... @if($settings->recaptcha_enabled && !empty($settings->recaptcha_site_key) && !empty($settings->recaptcha_secret_key)) {!!…
Johnczek
  • 532
  • 9
  • 30
1
vote
1 answer

Does anyone know how reCAPTCHA v2 can be solved by doing web scraping with selenium in python?

I am trying to do web scraping with selenium in python, the rest of the code is fine, I only need the most difficult to solve the reCAPTCHA v2
Luis Forni
  • 11
  • 1
1
vote
1 answer

Unable to set up invisible reCAPTCHA verifier for multi-factor authentication in a react app

As per this article, https://cloud.google.com/identity-platform/docs/web/mfa, I am trying to set up invisible reCAPTCHA. However, the callback function does not seem to fire. The idea is that I want the recaptcha to fire off upon a button click and…
1
vote
0 answers

Google captcha returning an error not showing the captcha on frontend contact form

I am getting the google captcha error shown below using WordPress, not showing the captcha on the frontend form Gravity forms. The resource from “http://www.google.com/recaptcha/api/challenge?k=APIKEY&hl=en” was blocked due to MIME type…
Naveenbos
  • 2,532
  • 3
  • 34
  • 60
1
vote
0 answers

Securing invalid login attempts with Google Recaptcha v3

I read the documents but struggling to understand how Recaptcha v3 will secure login page if there are numerous times of password error. Will Recaptcha notice this when a user (even having high score) who forgot their password has made too many…
Er.Se
  • 461
  • 3
  • 11
1
vote
0 answers

mouse click not working on google recaptcha checkbox part of form

I have a issue with a form that has v2 checkbox for I'm not a robot, the mouse clicks don't seem to be working any more when trying to check the I'm not a robot checkbox, I can tab to it and press the enter key and it works but the google recaptcha…
newbiewebdev
  • 41
  • 1
  • 4
1 2 3
99
100