Skip to content

Commit

Permalink
🌟add two captcha solver
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys committed May 25, 2018
1 parent 9058a0e commit b58aa4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b58aa4c

Please sign in to comment.