solving

  1. weedsmoker

    Automating captcha protected forms

    I'm trying to submit form protected with captcha via python bot (using mechanize library). Let's say i have 2 pages form.php and captcha.php. I grab the captcha image from captcha.php and manually solve it. But because captcha changes every reload, submitting fails because image retrieved from...
  2. S

    [Tutorial] How to get ReCaptcha image using httpwebrequest

    1: Visit the page you wish to use, in this example, the hotmail register page. 2: Find the page that starts like: gethip.srf This will give you the "k code". It'll start with k: ____________________ 3: From the same page, you'll want the extra_challenge_params, parse them out 4: Visit the...
Back
Top