ReCAPTCHA gets bypassed
-
Hi,
I’m using Google ReCAPTCHA version 2 with Formidable. It’s fully functional, it gets displayed, etc.
But I still get spam submissions that somehow bypass the ReCAPTCHA. And the thing is: I don’t see passed requests for a lot of contact form spam submissions.
For example, I didn’t see any passed request in Google’s ReCAPTCHA console for this successful spam submission:
84.17.48.194 – – [01/May/2020:09:50:51 -0500] “GET / HTTP/1.0” 301 706 “https://example.com/” “Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36”
84.17.48.194 – – [01/May/2020:09:50:52 -0500] “GET / HTTP/1.0” 200 38141 “https://www.example.com/” “Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36”
84.17.48.194 – – [01/May/2020:09:50:53 -0500] “GET /contact/ HTTP/1.0” 200 35685 “https://www.example.com/contact/” “Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36”
84.17.48.194 – – [01/May/2020:09:50:54 -0500] “POST /contact/ HTTP/1.0” 200 37116 “https://www.example.com/contact/” “Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36”It’s automated spam, there’s only 1 second between getting the contact page and submitting the form.
To me, it looks like somehow they found out how to directly use Formidable’s form, bypassing the ReCAPTCHA. Maybe it’s a bug in Formidable?
Is there anything I can do to further debug this?
Thanks
The topic ‘ReCAPTCHA gets bypassed’ is closed to new replies.