Hello,
I have a question - is there any chance that there will be linux version for CAPTCHA SNIPER? Or maybe a way to force captcha work with some linux bots?
You can run captcha sniper from linux using command line. The only thing you would need is an SSH daemon installed on your windows machine and run commands via the ssh client on your linux machine.
Another way to run windows cmd from linux is to download winexe. Below is a installer version of winexe:
Code:
eol.ovh.org/winexe/winexe-static-081123.bz2
to use it you can follow the guide below:
# winexe -U foo -W WORKGROUP -n FOO-PC //10.0.0.61 "cmd.exe"
where -U for username, -W for workgroup, -n for target machine netbios name, 10.0.0.61 is the ip address of the target machine and cmd.exe is to start windows command prompt.
Once connected, you will get command prompt like below:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\WINDOWS\system32>
To quit, just type exit at the windows command prompt.
That's all
