Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 2137

Need help solving a recaptcha using capmonster

by logstank - 08 March, 2022 - 11:57 AM
This post is by a banned member (logstank) - Unhide
logstank  
Registered
30
Posts
6
Threads
2 Years of service
#1
Hi guys, i'm solving a recaptcha v3 using capmonster to send the login post as below

REQUEST POST "https://"
  CONTENT "reCaptchaToken=03AGdBq26-GQTv6SodRE9_wIQAW-YcBtvrbSIT06oEpD9hHi5Ks7OESAUQs55tZFnAaL4dHJ6Kt548RlbdDc_b2XWaecDfjvBHuSnAqPLrhIXna2WpVmRGpRECGP3_2bmEZIO2BMrIRn7-AfWystV6cZOaNxpLw7gofWcguEGH7nsy_b2QcR5i3hXrRTQpIGM5wxqbFyrzNnnBDd1XH6mBkDcDyn4MwrEYQPEA0gJdcSviaRoeORVrz4ZvxQu7lWloeQtlKdgVI18AqEgr17C3bpyACjJfU8TeFxy-1-DenYoULYz87vb0MYV-yEMVlUsOVGnNI4lxJ2kLKhky40bsfXVEclCrvaWlSmKzo8QeSqxqfHUZqM2lBJgtTwci1qz8S01TOUDodivmmoE7BZKfPTpsGpSaF3ADhlN6p_VXKYhupbnh9N5FKloYt2VOAYDFSyL9izgT9LociVXf-09tqaJcj6mYUWRdvA&loginId=<US>&password=<PASS>&g-recaptcha-response=<SOLUTION>"

Capmonster only returns the parameter for "g-recaptcha-response", how can i get/find the parameter for "reCaptchaToken" ?

thanks
This post is by a banned member (UberFuck) - Unhide
UberFuck  
Godlike
1.557
Posts
375
Threads
5 Years of service
#2
Whatever page you are using it on, in your browser hit F12 to launch dev tools and refresh the page.  You should see an anchor url in the network requests log (ie https://www.google.com/recaptcha/api2/anchor?....).  Scroll to the bottom of the response from the anchor url and you will see: input type="hidden" id="recaptcha-token" value=[your token]
This post is by a banned member (logstank) - Unhide
logstank  
Registered
30
Posts
6
Threads
2 Years of service
#3
(08 March, 2022 - 09:51 PM)foxegado Wrote: Show More
Whatever page you are using it on, in your browser hit F12 to launch dev tools and refresh the page.  You should see an anchor url in the network requests log (ie https://www.google.com/recaptcha/api2/anchor?....).  Scroll to the bottom of the response from the anchor url and you will see: input type="hidden" id="recaptcha-token" value=[your token]

the issue was the page had two recaptchas. thanks for the help tho
This post is by a banned member (yungkaxd) - Unhide
This post is by a banned member (Z0rr0) - Unhide
Z0rr0  
Registered
24
Posts
0
Threads
2 Years of service
#5
(09 March, 2022 - 09:24 PM)logstank Wrote: Show More
(08 March, 2022 - 09:51 PM)foxegado Wrote: Show More
Whatever page you are using it on, in your browser hit F12 to launch dev tools and refresh the page.  You should see an anchor url in the network requests log (ie https://www.google.com/recaptcha/api2/anchor?....).  Scroll to the bottom of the response from the anchor url and you will see: input type="hidden" id="recaptcha-token" value=[your token]

the issue was the page had two recaptchas. thanks for the help tho

Do you need solve one of two recaptchas or both?
The problem is to select the correct recaptcha to solve?
Can you provide some script sample?

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)