GSA Captcha Breaker with Python

ciphercipher1

Power Member
Joined
Jul 26, 2022
Messages
530
Reaction score
181
Hello everyone, I am trying to build an account creator with python playwright library. I stumble across ReCaptcha and since I alredy have gsa captcha breaker I would love to make best use of it.

I understand that I have to do POST request to the local webserver that the gsa captcha is running on (127.0.0.1) , but what shall the contents of this request be? Thanks in advance!
 
I don't think captcha breaker is good for reacaptcha
 
I don't think captcha breaker is good for reacaptcha
hey bro - so I managed to extract the captcha src direclty from the page - and then send it to the local server I am runing captcha breaker on.

Now the problem is it gives 200 response from GSA - but on the website I am trying to automate it gives wrong captcha. What might be the problem?
 
hey bro - so I managed to extract the captcha src direclty from the page - and then send it to the local server I am runing captcha breaker on.

Now the problem is it gives 200 response from GSA - but on the website I am trying to automate it gives wrong captcha. What might be the problem?
Don't waste time with captcha breaker, just user an online service for captchas (it cost about 1$ for 1k captchas) and finish your bot, later if you want to make more cost efficient buy a proper software like xevil or capmonster.
 
Don't waste time with captcha breaker, just user an online service for captchas (it cost about 1$ for 1k captchas) and finish your bot, later if you want to make more cost efficient buy a proper software like xevil or capmonster.
would you mind sending me a dollar? :DD
 
Back
Top