🌟add two captcha solver

This commit is contained in:
ZYSzys 2018-05-26 00:17:35 +08:00
parent 9058a0ecde
commit b58aa4c456
2 changed files with 4 additions and 1 deletions

View File

@ -54,6 +54,7 @@
- [captcha_svm](https://github.com/zhengwh/captcha-svm) - Use svm to hack simple captcha.
- [captcha_cracker](https://github.com/chxj1992/captcha_cracker) - crack captcha with CNN.
- [slide_captcha_cracker](https://github.com/chxj1992/slide_captcha_cracker) - Canny算子边缘检测识别滑动验证码.
- [simple-railway-captcha-solver](https://github.com/JasonLiTW/simple-railway-captcha-solver#english-version) - 實作基於CNN的台鐵訂票驗證碼辨識以及驗證性高的訓練集產生器.
- [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking)
### Chinese
@ -72,7 +73,7 @@
- [negative-captcha](https://github.com/subwindow/negative-captcha) - A plugin to make the process of creating a negative captcha in Rails much less painful.
- [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - An extremely simple, yet highly customizable Django application to add captcha images to any Django form.
- [securimage](https://github.com/dapphp/securimage) - PHP验证码脚本。
- [captcha_solver](https://github.com/lorien/captcha_solver) - 用于验证码破解服务的通用API接口。
## Other

View File

@ -54,6 +54,7 @@
- [captcha_svm](https://github.com/zhengwh/captcha-svm) - Use svm to hack simple captcha.
- [captcha_cracker](https://github.com/chxj1992/captcha_cracker) - crack captcha with CNN.
- [slide_captcha_cracker](https://github.com/chxj1992/slide_captcha_cracker) - Crack solution for slide captcha with Canny algorithm.
- [simple-railway-captcha-solver](https://github.com/JasonLiTW/simple-railway-captcha-solver#english-version) - Simple captcha solver based on CNN and a training set generator by imitating the style of captcha.
- [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking)
### Chinese
@ -71,6 +72,7 @@
- [negative-captcha](https://github.com/subwindow/negative-captcha) - A plugin to make the process of creating a negative captcha in Rails much less painful.
- [django-simple-captcha](https://github.com/mbi/django-simple-captcha) - An extremely simple, yet highly customizable Django application to add captcha images to any Django form.
- [securimage](https://github.com/dapphp/securimage) - PHP CAPTCHA Script.
- [captcha_solver](https://github.com/lorien/captcha_solver) - Univeral API to captcha solving services.
## Other