meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| captcha_breaker:imacro [2015-07-15 13:28] – external edit 127.0.0.1 | captcha_breaker:imacro [2025-07-29 08:04] (current) – sven | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== iMacro ====== | ||
| + | The iMacro system was a script language that can be used in almost any browser to automate things. It was discontinued in 2022 but there are [[https:// | ||
| + | |||
| + | ---- | ||
| + | |||
| + | //' | ||
| + | FILEDELETE NAME=c: | ||
| + | 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: | ||
| + | TAB OPEN\\ | ||
| + | TAB T=2\\ | ||
| + | \\ | ||
| + | //'In case you have Captcha Breaker running on another IP or Port, change the bold part// | ||
| + | URL GOTO=%%http:// | ||
| + | TAG POS=1 TYPE=INPUT: | ||
| + | TAG POS=1 TYPE=INPUT: | ||
| + | TAG POS=1 TYPE=BODY ATTR=ID: | ||
| + | \\ | ||
| + | //'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: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | Of course you need to enable the webserver in GSA Captcha Breaker to make it work. | ||