Skip to content

Imacros with gsa captcha breaker - Need Tutorial

hello,

i own captcha breaker from gsa. i and i think many more people want to use captcha breaker with imacros for firefox.
there is a another thread that is not really understandable foor noobs.

Hope some can help us.

Thank you ☺

Comments

  • Thank you, Sven.
    Good service! :-)
  • edited September 2013
    I dont get this to work:

    The script is:
    ---------------------------------------------------------
    Maybe change the name and path and make sure you have the rights on the folder to read/write
    FILEDELETE NAME=c:\captcha.jpg
    ONDOWNLOAD FOLDER=c:\ FILE=captcha.jpg

    'The actual URL with the captcha to download. Change the bold part to the one you need
    TAG POS=1 TYPE=IMG ATTR=SRC:http://192.168.1.7/captcha.aspx CONTENT=EVENT:SAVEITEM
    TAB OPEN
    TAB T=2

    'In case you have Captcha Breaker running on another IP or Port, change the bold part
    URL GOTO=http://127.0.0.1:80/gsa_test.gsa
    TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:/gsa_test.gsa ATTR=NAME:file CONTENT=C:\captcha.jpg
    TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/gsa_test.gsa ATTR=VALUE:Submit
    TAG POS=1 TYPE=BODY ATTR=ID:captcha_result EXTRACT=TXT

    'Set variable VAR1 with a CAPTCHA text. Change the bold parts to locate the field to put the captcha result in
    SET !VAR1 {{!EXTRACT}}
    TAB T=1
    TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Registform ATTR=ID:captcha CONTENT={{!VAR1}}

    --------------------------------------------------------------------


    Dont understand this line:
    ATTR=SRC:http://192.168.1.7/captcha.aspx CONTENT=EVENT:SAVEITEM

    What had to be inserted, if i wanted to solve youtube comment captcha:
    ATTR=SRC:http://192.168.1.7/captcha.aspx CONTENT=EVENT:SAVEITEM
  • SvenSven www.GSA-Online.de
    Thats a imacor question...Im no expert in that scripting language but you have to change the URL to something that is the captcha image on the page you want to use it with.
  • Im still confused!  Do I need to replace "http://192.168.1.7/captcha.aspx" with the url of the entire page that contains the captcha or do I need to decipher the exact url of the captcha itself?  I more step by step tutorial would create more buyers. Newbies like me are anxious to learn... but I can not figure out what is needed and what goes where. I have been using imacros for over 4 years, but Im lost with this!
  • SvenSven www.GSA-Online.de

    That string has to be replaced yes. But keep in mind that this is imacro, a script language I by myself can not code in as I never tried. The script you see is done by a customer being so polite to share it with us.

    Im sorry but some things have to be done by yourself. Please ask somewhere in the imacro community for help. I simply can not. If you have something to add here to improve things you are welcome ;)

Sign In or Register to comment.