K
K
kos_dev2017-10-11 05:32:49
JavaScript
kos_dev, 2017-10-11 05:32:49

VK captcha bypass, sending a POST request to go through Google Recaptcha?

Hello.
I'm trying to bypass captcha in VK using recognition services.
I get a hash answer to the captcha, send it to the response field.
After that, as they explained to me, it is required to send a POST request, identical to what is sent when passing the captcha.
POST request is required because VK captcha does not have the ability to send it with a button, it needs to be solved, and if the solution is correct, then VK will close the captcha window itself.
I am attaching a screenshot of the POST request that was sent during the normal captcha solving.
As I understand it, the request must be sent from the same window, that is, through the browser console and to JS.
Therefore, I beg you to help me compose this request, I tried - I often get a similar answer:

No 'Access-Control-Allow-Origin' header is present on the requested resource.

I will be very grateful for the made request on JS or C#.
Screenshot with request data:
59dd82ad7c529581720904.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Bashinsky, 2017-10-14
@BashkaMen

When I solved the captcha in VK, I did this:
Read more here VK documentation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question