Posts: 197
Threads: 60
Joined: Dec 2013
Hello,
Can qm use external captcha solving services or software[s]?
The ones I had in mind were:
-gsa captcha breaker
-death by captcha
-captchasniper
These typically have an api key or dll file.
Thanks
Posts: 12,090
Threads: 142
Joined: Dec 2002
QM can use dll files, COM components. I am not familiar with the captcha solving services/software.
Posts: 197
Threads: 60
Joined: Dec 2013
Hi Gintaras,
I talked to the developers of the two captcha systems I'm buying and this is what they had to say.
1. captchasniper
The browser interfaces with cs. As long as the quickmacros can do the following ithe the browser:
Open a local html file
Click browse (file dialog) in the browser and select a local file (the captcha image)
Click submit button in the browser (this sends the captcha to cs via the browser)
Parse the results of the browser window
2. captchabreaker
First you'll need CB running as webserver and listening on port 80. Download the captcha image you want to use and save it locally. Next, POST it's full path with the variable name 'file' to
http://127.0.0.1/gsa_test.gsa. You'll then get a result from the program that you can parse.
There's even code in this page -
http://forum.gsa-online.de/discussion/7 ... rk-via-php
I found a comparable function in qm called postformdata. Would that work?
Thanks.
Posts: 12,090
Threads: 142
Joined: Dec 2002
Yes, PostFormData sends POST request. The other tasks also are possible with QM.
Posts: 197
Threads: 60
Joined: Dec 2013
That's great news. Thank you.
Your fans were not joking about your incredible support. You are a machine!