
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
amazoncaptcha-api
Advanced tools
Simple anti-captcha compatable API (createTask/getTaskResult) to solve the Amazon's text captcha for free
Simple anti-captcha.com compatable API (createTask/getTaskResult) to solve the Amazon's text captcha for free.
Use the package manager pip to install amazoncaptcha-api
pip3 install amazoncaptcha-api
or
git clone https://github.com/melehin/amazoncaptcha-api
cd amazoncaptcha-api
pip3 install .
python3 -m amazoncaptcha_api
Put this snippet to /etc/supervisor/conf.d/amazoncaptcha_api.conf
[program:amazoncaptcha_api]
directory=/tmp/
command=gunicorn amazoncaptcha_api:app -b 0.0.0.0:5000
autostart=true
autorestart=true
stderr_logfile=/var/log/amazoncaptcha_api.err.log
stdout_logfile=/var/log/amazoncaptcha_api.out.log
And run
supervisorctl reload
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
Simple anti-captcha compatable API (createTask/getTaskResult) to solve the Amazon's text captcha for free
We found that amazoncaptcha-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.