U
U
Us592019-07-13 18:12:51
Parsing
Us59, 2019-07-13 18:12:51

How to solve recaptcha through audio file?

The task is to solve Google captcha, I used rucaptcha and in general, this is not a bad solution, but as a rule it takes ~ 30-40 seconds to solve captcha, my goal is to reduce the solution time to + -7-10 seconds.
I found a plug-in for browsers: https://github.com/dessant/busterit solves the captcha through an audio file, the time is just no more than 10 seconds.
Question 1: When you click on recaptcha, a POST request is sent to Google, where parameters are passed such as:
5d29f2f15ee7b041558268.png
Where and what is taken from is difficult to understand, and therefore the question is, maybe there are already ready-made implementations that load Google's "Question"? in my case, you need to upload an audio file.
Question 2: Maybe there are already completely finished projects that just download, recognize, and give the correct answer? (the plugin that I threw off seems to be public, but on JS, as I understand it, and I don’t have much knowledge on it, mostly php).
For clarification:
I have a script that runs in php, makes a curl request to the site, passing parameters that include a token about passing the captcha.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2019-07-13
@dimonchik2013

look for github, there is at least in Python

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question