Skip to content

How can I use php to integrate with gsa captcha breaker

How can I use php to integrate with gsa captcha breaker

Comments

  • SvenSven www.GSA-Online.de
    A bit more details would be nice to see what you plan to do. In the end you can use the same protocol as de-captcher and exchange there host with 127.0.0.1.
  • <?php
    //integrate with gsa captcha breaker on my localhost windows machine
    if (connected){
    echo 'connected';
    } else{
    echo 'not connected';
    }
  • I exported a .gcb file for the captcha I wanted.

    Could you tell me the simpest php code to integrate with .gcb file or the gsa exe file

    Long term goal is to submit a form that has a captcha.


  • SvenSven www.GSA-Online.de
    edited July 2013
    gcb files hold just the captcha type definition. It has nothing to do with the way to solve captchas internally. Sorry but I don'T really understand what you are tying to do.
  • php is used to fill in all the text boxes of the webform

    but the form will not submit because there is a captcha


    So what I am looking for is php code to integrate with your product.

    <?php
    //integrate with gsa captcha breaker on my localhost windows machine
    if (connected){
    echo 'connected';
    } else{
    echo 'not connected';
    }
  • SvenSven www.GSA-Online.de
    well just open "http://127.0.0.1/gsa_test.gsa" where CB is installed and send a POST call to that url with the same parameters on that webform. Than parse the result and you are done.
Sign In or Register to comment.