Skip to main content

Questions tagged [captcha]

Captcha is a type of challenge-response test used in computing as an attempt to ensure that the response is given by a human being and not generated by a computer.

captcha
0 votes
0 answers
15 views

How to mark captcha as image using node js playwright?

i was try to bypass captcha but the captcha use image to text. i try use capmonster and capsolver but both of them don't know that the image is captcha, and i have to mark it as captcha to tell them i ...
Kurhad Alamsyah's user avatar
-1 votes
0 answers
26 views

Using OCR to try identify 7 segment numbers

Why my code just identify 3 of the 4 numbers correctly? Here I make an outline in the numbers And here I try to identify correctly the numbers import cv2 import numpy as np import matplotlib.pyplot ...
George's user avatar
  • 21
-1 votes
0 answers
20 views

Trouble with OCR Accuracy on CAPTCHA Using Tesseract

This is the CAPTCHA I want to decode: The OCR result I'm getting is 4qhw3D when it should be 4qhW3D. I've tried multiple psm and oem modes, but none seem to work correctly. I've just started with ...
pikaboo's user avatar
0 votes
0 answers
32 views

Captcha image not showing Laravel mewebstudio captcha

I'm using Mewebstudio Captcha package: https://github.com/mewebstudio/captcha This is my code: <div class="flex flex-col justify-center items-center"> <img src="{{ ...
Althaf Budiman's user avatar
-1 votes
0 answers
27 views

How do I install BotDetect captcha bundle on symfony 4.4?

I am trying to install BotDetect captcha bundle on a symfony 4.4 project I followed all those steps : I installed it with composer configured the route in app/config/route.yaml created a captcha.php ...
Tommy-BOU's user avatar
0 votes
0 answers
30 views

Anybody experience a case with AWS Waf Captcha where the user successfully passes the captcha but the endpoint still responds with 405?

details: rate limit rule 100 requests over 5 minutes track user using source ip only apply rule to post requests with uri containing certain string. responds with captcha action and has 300 second ...
Youngjae Heo's user avatar
0 votes
0 answers
25 views

Best way to read image captcha correctly and accurately [duplicate]

This is the image captcha for which I want to create a python code so that the captcha reader can read it effectively and efficiently. I created a python code using pytesseract but it was reading the ...
Onkar Mehra's user avatar
0 votes
1 answer
47 views

Unable to solve the captcha correctly using pytesseract

I have created a python code to read the captcha using OCR and fill the form further. I have used pytesseract library for the recognition of characters in the captcha. I am unable to retrieve the ...
Onkar Mehra's user avatar
0 votes
2 answers
64 views

'TwoCaptcha' object has no attribute 'normal'

I'm working on a project where I want to integrate a captcha-bypassing feature. I've been using the 2captcha service for this and it was quite successful until I switched from Windows to Linux (Ubuntu ...
Gorgiladze's user avatar
1 vote
1 answer
118 views

Changing ng-turnstile Width or Height

I need to change the width of CloudFlare Turnstile to fit its parent's layout. However can't find a clean solution to change its IFrame. Is there a clean way to do it? I am currently changing the ...
Reza Taba's user avatar
  • 1,666
0 votes
0 answers
74 views

Why use cData in Turnstile

In the configurations section for Cloudflare Turnstile, they list a cData (or data-cdata) option: A customer payload that can be used to attach customer data to the challenge throughout its issuance ...
Steve P's user avatar
  • 19.3k
0 votes
0 answers
18 views

I want to automate captcha handling during test automation. I want whenever captcha appears it should fill up on it's own

I want to automate captcha handling during test automation. I want whenever captcha appears it should fill up on it's own I tried tesseract JS to implement OCR but that too doesn't have so much ...
Nikhil sidana's user avatar
1 vote
2 answers
132 views

Cloudflare managed challenge for all subdomains

(related question: Cloudflare Managed Challenge on API for SPA causing challenge not to be seen) We have a frontend application running on Cloudflare Pages (ourapplication.com) and then backend ...
Vojtěch's user avatar
  • 12.1k
0 votes
0 answers
49 views

Trying to implement google captcha on microsoft exchange to prevent brute force

I'm trying to implement captcha on microsoft exchange, but they still brute forcing users, like they skip the captcha there. the recaptcha file that i created have this code <% @ Page AspCompat=...
MF0's user avatar
  • 1
1 vote
1 answer
169 views

BigCommerce - How to Disable/Bypass reCAPTCHA for automation on testing environment?

I'm currently working on automating end-to-end (E2E) tests for a BigCommerce - web application that uses Google reCAPTCHA. Here are the specifics of my setup: Web application: based on BigCommerce ...
SimoneB's user avatar
  • 178

15 30 50 per page
1
2 3 4 5
189