mirror of
https://github.com/ZYSzys/awesome-captcha.git
synced 2024-10-01 01:05:39 -04:00
😉 complete mainly
This commit is contained in:
parent
a1c0dcc0f9
commit
be41ef9669
53
README-zh.md
Normal file
53
README-zh.md
Normal file
@ -0,0 +1,53 @@
|
||||
# awesome-captcha
|
||||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||
[![license](https://img.shields.io/github/license/ZYSzys/awesome-captcha.svg)](https://github.com/ZYSzys/awesome-captcha/blob/master/LICENSE)
|
||||
|
||||
:triangular_flag_on_post: This repo is a collection of awesome captcha libraries and captcha crack tools.
|
||||
|
||||
## Contents
|
||||
|
||||
- [Libraries](#libraries)
|
||||
- [Crack](#crack)
|
||||
- [Tools](#tools)
|
||||
- [Other](#other)
|
||||
|
||||
|
||||
## Libraries
|
||||
|
||||
- [captcha](https://github.com/mewebstudio/captcha) - Captcha for Laravel 5.
|
||||
- [Captcha](https://github.com/Gregwar/Captcha) - PHP Captcha library.
|
||||
- [captcha](https://github.com/dchest/captcha) - Go package captcha implements generation and verification of image and audio CAPTCHAs.
|
||||
- [captcha](https://github.com/lepture/captcha) - A captcha library that generates audio and image CAPTCHAs.
|
||||
- [captcha](https://github.com/trekjs/captcha) - A Lightweight Pure JavaScript Captcha for Node.js. No C/C++, No ImageMagick, No Canvas.
|
||||
- [patchca](https://github.com/pusuo/patchca) - Simple yet powerful CAPTCHA library written in Java.
|
||||
|
||||
|
||||
## Crack
|
||||
|
||||
- [cpatcha](https://github.com/arunpatala/captcha) - Breaking captchas using torch.
|
||||
- [CAPTCHA](https://github.com/zakizhou/CAPTCHA) - implement classification for CAPTCHA in TensorFlow.
|
||||
- [captcha-break](https://github.com/nladuo/captcha-break) - captcha break based on opencv2, tesseract-ocr and some machine learning algorithm.
|
||||
- [captcha_break](https://github.com/ypwhs/captcha_break) - captcha break using CNN with Keras.
|
||||
- [simple-captcha-solver](https://github.com/ptigas/simple-captcha-solver) - simple CAPTCHA solver in python 🐍.
|
||||
- [SimGAN-Captcha](https://github.com/rickyhan/SimGAN-Captcha) - Solve captcha without manually labeling a training set.
|
||||
- [captcha](https://github.com/HLearning/captcha) - crack captcha using CNN.
|
||||
- [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking)
|
||||
- [captcha.irctc](https://github.com/arunpatala/captcha.irctc) - Reading irctc captchas with 98% accuracy using deep learning.
|
||||
- [captcha-tensorflow](https://github.com/JackonYang/captcha-tensorflow) - Image Captcha Solving Using TensorFlow and CNN Model.
|
||||
- [CNN_keras](https://github.com/skyduy/CNN_keras) - CNN | Keras | CAPTCHA recognition(卷积神经网络、Keras框架、验证码识别).
|
||||
|
||||
|
||||
## Tools
|
||||
|
||||
- [MotionCAPTCHA](https://github.com/wjcrowcroft/MotionCAPTCHA) - MotionCAPTCHA jQuery Plugin - Stop Spam, Draw Shapes.
|
||||
- [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.
|
||||
- [svg-captcha](https://github.com/lemonce/svg-captcha) - generate svg captcha in node.
|
||||
- [ccap](https://github.com/DoubleSpout/ccap) - node.js generate captcha using c++ library CImg without install any other lib or software.
|
||||
- [captchagen](https://github.com/contra/captchagen) - Captcha generation for NodeJS.
|
||||
|
||||
|
||||
## Other
|
||||
|
||||
- [visualCaptcha](https://github.com/emotionLoop/visualCaptcha) - A collection of all the different versions/repos of visualCaptcha.
|
53
README.md
53
README.md
@ -1,2 +1,55 @@
|
||||
# awesome-captcha
|
||||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||
[![license](https://img.shields.io/github/license/ZYSzys/awesome-captcha.svg)](https://github.com/ZYSzys/awesome-captcha/blob/master/LICENSE)
|
||||
|
||||
:triangular_flag_on_post: This repo is a collection of awesome captcha libraries and captcha crack tools.
|
||||
|
||||
[English](README.md) | [中文](README-zh.md)
|
||||
|
||||
## Contents
|
||||
|
||||
- [Libraries](#libraries)
|
||||
- [Crack](#crack)
|
||||
- [Tools](#tools)
|
||||
- [Other](#other)
|
||||
|
||||
|
||||
## Libraries
|
||||
|
||||
- [captcha](https://github.com/mewebstudio/captcha) - Captcha for Laravel 5.
|
||||
- [Captcha](https://github.com/Gregwar/Captcha) - PHP Captcha library.
|
||||
- [captcha](https://github.com/dchest/captcha) - Go package captcha implements generation and verification of image and audio CAPTCHAs.
|
||||
- [captcha](https://github.com/lepture/captcha) - A captcha library that generates audio and image CAPTCHAs.
|
||||
- [captcha](https://github.com/trekjs/captcha) - A Lightweight Pure JavaScript Captcha for Node.js. No C/C++, No ImageMagick, No Canvas.
|
||||
- [patchca](https://github.com/pusuo/patchca) - Simple yet powerful CAPTCHA library written in Java.
|
||||
|
||||
|
||||
## Crack
|
||||
|
||||
- [cpatcha](https://github.com/arunpatala/captcha) - Breaking captchas using torch.
|
||||
- [CAPTCHA](https://github.com/zakizhou/CAPTCHA) - implement classification for CAPTCHA in TensorFlow.
|
||||
- [captcha-break](https://github.com/nladuo/captcha-break) - captcha break based on opencv2, tesseract-ocr and some machine learning algorithm.
|
||||
- [captcha_break](https://github.com/ypwhs/captcha_break) - captcha break using CNN with Keras.
|
||||
- [simple-captcha-solver](https://github.com/ptigas/simple-captcha-solver) - simple CAPTCHA solver in python 🐍.
|
||||
- [SimGAN-Captcha](https://github.com/rickyhan/SimGAN-Captcha) - Solve captcha without manually labeling a training set.
|
||||
- [captcha](https://github.com/HLearning/captcha) - crack captcha using CNN.
|
||||
- [CAPTCHA-breaking](https://github.com/lllcho/CAPTCHA-breaking)
|
||||
- [captcha.irctc](https://github.com/arunpatala/captcha.irctc) - Reading irctc captchas with 98% accuracy using deep learning.
|
||||
- [captcha-tensorflow](https://github.com/JackonYang/captcha-tensorflow) - Image Captcha Solving Using TensorFlow and CNN Model.
|
||||
- [CNN_keras](https://github.com/skyduy/CNN_keras) - CNN | Keras | CAPTCHA recognition(卷积神经网络、Keras框架、验证码识别).
|
||||
|
||||
|
||||
## Tools
|
||||
|
||||
- [MotionCAPTCHA](https://github.com/wjcrowcroft/MotionCAPTCHA) - MotionCAPTCHA jQuery Plugin - Stop Spam, Draw Shapes.
|
||||
- [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.
|
||||
- [svg-captcha](https://github.com/lemonce/svg-captcha) - generate svg captcha in node.
|
||||
- [ccap](https://github.com/DoubleSpout/ccap) - node.js generate captcha using c++ library CImg without install any other lib or software.
|
||||
- [captchagen](https://github.com/contra/captchagen) - Captcha generation for NodeJS.
|
||||
|
||||
|
||||
## Other
|
||||
|
||||
- [visualCaptcha](https://github.com/emotionLoop/visualCaptcha) - A collection of all the different versions/repos of visualCaptcha.
|
Loading…
Reference in New Issue
Block a user