All Projects → nanfengpo → Crack_captcha

nanfengpo / Crack_captcha

破解英文数字验证码

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Crack captcha

Easycaptcha
Java图形验证码,支持gif、中文、算术等类型,可用于Java Web、JavaSE等项目。
Stars: ✭ 1,084 (+727.48%)
Mutual labels:  captcha
12306 captcha
基于深度学习识别12306验证码
Stars: ✭ 89 (-32.06%)
Mutual labels:  captcha
Express Recaptcha
Implementation of google recaptcha v2 & V3 solutions for express.js
Stars: ✭ 104 (-20.61%)
Mutual labels:  captcha
Django Simple Captcha
Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
Stars: ✭ 1,151 (+778.63%)
Mutual labels:  captcha
Svg Captcha
generate svg captcha in node
Stars: ✭ 1,276 (+874.05%)
Mutual labels:  captcha
Captcha
Go package captcha implements generation and verification of image and audio CAPTCHAs.
Stars: ✭ 1,321 (+908.4%)
Mutual labels:  captcha
Beelabrecaptcha2bundle
💻 Symfony bundle for Google Recaptcha2
Stars: ✭ 47 (-64.12%)
Mutual labels:  captcha
Captcha
基于CNN的验证码整体识别
Stars: ✭ 125 (-4.58%)
Mutual labels:  captcha
Slidercaptcha
Slider captcha support mobile
Stars: ✭ 88 (-32.82%)
Mutual labels:  captcha
Captchouli
booru-backed procedurally-generated anime image captcha library and server
Stars: ✭ 104 (-20.61%)
Mutual labels:  captcha
Happy Captcha
Happy Captcha是一款易于使用的Java验证码软件包,旨在花最短的时间,最少的代码量,实现Web站点的验证码功能。Happy Captcha完全遵循Apache 2.0开源许可协议,你可以自由使用该软件,如您在使用Happy Captcha时发现软件的任何缺陷,欢迎随时与我联系。
Stars: ✭ 75 (-42.75%)
Mutual labels:  captcha
Hooman
http interceptor to hoomanize cloudflare requests
Stars: ✭ 82 (-37.4%)
Mutual labels:  captcha
Captcha
PHP Captcha library
Stars: ✭ 1,382 (+954.96%)
Mutual labels:  captcha
Captcha break keras
keras theano 验证码破解 字母+数字
Stars: ✭ 60 (-54.2%)
Mutual labels:  captcha
No Captcha
No CAPTCHA reCAPTCHA For Laravel.
Stars: ✭ 1,484 (+1032.82%)
Mutual labels:  captcha
Base64captcha
captcha of base64 and diversity
Stars: ✭ 1,050 (+701.53%)
Mutual labels:  captcha
Tensorflow Demos
all kinds of demos of tensorflow code
Stars: ✭ 89 (-32.06%)
Mutual labels:  captcha
Node Captcha
Simple captcha for Node.JS and Express.
Stars: ✭ 130 (-0.76%)
Mutual labels:  captcha
Ngx Captcha
ReCaptcha components for Angular. Live preview:
Stars: ✭ 115 (-12.21%)
Mutual labels:  captcha
Recaptcha Spring Boot Starter
Spring Boot starter for Google's reCAPTCHA
Stars: ✭ 103 (-21.37%)
Mutual labels:  captcha

demo to show how to crack the captcha images

python==python3.5.2

  • first please make sure you already install lib as the requirements list.
  • just run the train.py script ,i will train and save the model

Architecture

Usage

训练

首先运行train.py文件,自动生成图片用于训练,并将模型保存至model文件夹中:

   python3 train.py

生成测试图片

运行test_image_generator.py,用captcha包生成一张用于测试的验证码图片

   python3 test_image_generator.py

破解验证码

运行crack.py文件,破解上一步生成的验证码

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].