Processing javascript on a webpage - objective c

keeper33

New member
Jul 23, 2008
305
4
0
Hey all,

So I've got a problem with respect to reCaptcha. I am coding a bot in objective-c, but I am unable to come up with a method to execute the Javascript embedded in a webpage. reCaptcha relies upon executing Javascript in order to retrieve the captcha image and furthermore, input the user's response. I don't think cURL can process JS, so I am unsure how to proceed at the moment.
 


reCaptcha has a fallback for when there is no JS, and is extremely easy to beat with a bot. Turn off JS in your browser, and see what you have to work with.