This list contains things related to solving captcha: programs, programming libraries, APIs, etc.
-
Python APIs
- captcha_solver - Universal python API to captcha solving services
- captcha_solution - A simple interface to multiple captcha solving services
- python-anticaptcha - Client library for solve captchas with anti-captcha.com support
- python3-anticaptcha - Python library for anti-captcha.com
-
C# Apis
- 2Captha - Simple API wrapper for 2captcha.com
-
JavaScript APIs
- anti-captcha - A modern JS/TS wrapper around anti-captcha API (Captcha Breaker Software)
-
PHP APIs
- anticaptcha-client - anti-captcha.com client library
- Firefox Extension
- buster - A browser extension which helps you to solve difficult captchas by completing reCAPTCHA audio challenges using speech recognition
-
Python Engines
- simple-railway-captcha-solver - Simple captcha solver based on CNN and a training set generator by imitating the style of captcha and data augmentation
- captcha-tensoflow - Image Captcha Solving Using TensorFlow and CNN Model. Accuracy 90%+
- simple-captcha-solver - Simple CAPTCHA solver in python
- captcha_break - deep learning engine to crack captchas
- captcha_recognize - Image Recognition captcha without image segmentation
- captcha - CNN based captcha recognition
- pytorch-captcha - Use pytorch to build CNN identification verification code
- https://github.com/0b01/SimGAN-Captcha - Solve captcha without manually labeling a training set
-
JavaScript Engines
- puppeteer-recaptcha-solver - Recaptcha solver for puppeteer (using audio recognition)
-
C# Engines
- captcha-breaking-library - Neural network, contour analysis, bitmap vector subtraction CAPTCHA solving library and scripting language with perceptive color space segmentation
-
Golang Engines
- swarmit - A Google ReCaptcha Bypass Script
-
PHP Engines
- Captcha-recognition-TF - Recognize captcha using deep learning
-
C++ Engines
- captcha-break - captcha break based on opencv2, tesseract-ocr and some machine learning algorithm2