Captcha Breaker CMD
Hello,
I'm trying to figure out how to use the captcha breaker with cmd.
So far I use this but it doesn't really work: CapBreak_CMD.exe -o C:\result.txt C:\captcha.png
It gives the following :
ERROR: You have to start GSA Captcha breaker first.
ERROR: Unable to solve captcha.
the software is running on 127.0.0.1:81 atm. I didn't found too much information about the cmd commands so a bit of help would be nice. Cheers, Hypofely
I'm trying to figure out how to use the captcha breaker with cmd.
So far I use this but it doesn't really work: CapBreak_CMD.exe -o C:\result.txt C:\captcha.png
It gives the following :
ERROR: You have to start GSA Captcha breaker first.
ERROR: Unable to solve captcha.
the software is running on 127.0.0.1:81 atm. I didn't found too much information about the cmd commands so a bit of help would be nice. Cheers, Hypofely
Comments
psexec \\remotepc -u admin -p adminpassword cmd /c ""%ProgramFiles%\GSA Captcha Breaker\CapBreak_CMD.exe" "\\computer\location\captcha.png""
tried with psexec -s and tried with runas to. The software fires up gives an error:unable to solve. and an error code 0 which is good tho.
Here is the string for others:
psexec \\remotecomputer -u adminuser -p adminpassword -i "C:\Program Files\GSA Captcha Breaker\CapBreak_CMD.exe" -o "\\sharedserverlocation\captcharesult.txt" "\\computer\savedcaptchalocation\captcha.jpg"