Skip to content

bestcaptchasolver/gates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Gates

Deathbycaptcha,anti-captcha and 2captcha api support for integration with any software

Windows

In order to use the gate, check the scripts/windows folder. Inside it, you'll find a batch program / file for each service. Execute the file with the name you want to redirect.

The program will write a redirection rule in your Windows hosts file. In order to disable a gate once activated, remove the entry added by the bat file from: %SystemRoot%\System32\drivers\etc\hosts

For more details about the hosts file check this link

Linux

In scripts/linux you'll find a python script that toggles hosts file redirection for given IP and domain name

./linux_hosts.py 127.0.0.1 site.com

Redirection

The gates are redirection the following method:

  • balance
  • submit image captcha
  • retrieve image captcha
  • submit recaptcha
  • get recaptcha response

License

MIT