captcha
CAPTCHA solver
A pure JavaScript solution for generating and validating image-based CAPTCHAs without relying on specific libraries or frameworks.
A Lightweight Pure JavaScript Captcha for Node.js. No C/C++, No ImageMagick, No Canvas.
467 stars
9 watching
46 forks
Language: JavaScript
last commit: 8 months ago
Linked from 1 awesome list
captchapure-javascript
Related projects:
Repository | Description | Stars |
---|---|---|
cos120/captcha_crack | A system for solving opt-in CAPTCHAs by detecting text within images and classifying it using a trained model. | 653 |
ptigas/simple-captcha-solver | A CAPTCHA solver that extracts and matches text from an image by calculating pixel differences between the input image and pre-computed letter masks. | 556 |
arunpatala/captcha | An implementation of CAPTCHA systems using neural networks and deep learning techniques | 181 |
lorien/captcha_solver | A universal API to interact with various CAPTCHA solving services | 243 |
masroorejaz/react-simple-captcha | A ReactJS component that generates and validates simple captchas. | 41 |
nladuo/captcha-break | An open-source project that uses computer vision and machine learning to automatically solve CAPTCHAs from various websites. | 726 |
thinkjs/think-svg-captcha | A JavaScript library for generating SVG-based captchas. | 10 |
produck/svg-captcha | Generates SVG images with customizable CAPTCHAs for security verification | 1,865 |
0b01/simgan-captcha | Automated solution of CAPTCHA images using simulated unsupervised learning and Generative Adversarial Networks (GANs) | 434 |
fabianwennink/iconcaptcha-php | A captcha solution designed to be fast and user-friendly, providing an easy alternative to traditional captchas. | 140 |
yocontra/captchagen | A middleware stack for generating captchas in NodeJS | 182 |
desirepath41/visualcaptcha | A configurable captcha solution focused on accessibility and simplicity while maintaining security, with support for multiple languages and frameworks. | 407 |
zhengwh/captcha-svm | Automated solution to recognize simple CAPTCHAs using support vector machines | 206 |
matthutchinson/acts_as_textcaptcha | Spam protection for Rails applications using text-based logic question captchas. | 56 |
kimenye/visualcaptcha | A Ruby-based visual CAPTCHA system for Rails applications. | 1 |