All Projects → asundust → dcat-auth-captcha

asundust / dcat-auth-captcha

Licence: MIT license
Sliding captcha for dcat-admin auth / dcat-admin登陆 滑动验证插件 多平台支持

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dcat-auth-captcha

2captcha-php
PHP package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
Stars: ✭ 25 (-34.21%)
Mutual labels:  recaptcha, captcha, geetest, hcaptcha
2captcha-go
Golang Module for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
Stars: ✭ 31 (-18.42%)
Mutual labels:  recaptcha, captcha, geetest, hcaptcha
2captcha-python
Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
Stars: ✭ 140 (+268.42%)
Mutual labels:  recaptcha, captcha, geetest, hcaptcha
Captcha-Tools
All-in-one Python (And now Go!) module to help solve captchas with Capmonster, 2captcha and Anticaptcha API's!
Stars: ✭ 23 (-39.47%)
Mutual labels:  recaptcha, captcha, hcaptcha
recaptcha-2-phpbbmod
reCAPTCHA v2 for phpBB Olympus 3.0
Stars: ✭ 14 (-63.16%)
Mutual labels:  recaptcha, captcha
recaptcha
An easy-to-use reCAPTCHA package
Stars: ✭ 55 (+44.74%)
Mutual labels:  recaptcha, captcha
Captcha solver
Universal python API to captcha solving services
Stars: ✭ 152 (+300%)
Mutual labels:  recaptcha, captcha
Rucaptcha
Captcha gem for Rails Application. No dependencies. No ImageMagick, No RMagick.
Stars: ✭ 607 (+1497.37%)
Mutual labels:  recaptcha, captcha
Angular Recaptcha
AngularJS directive to add a reCaptcha widget to your form
Stars: ✭ 502 (+1221.05%)
Mutual labels:  recaptcha, captcha
Beelabrecaptcha2bundle
💻 Symfony bundle for Google Recaptcha2
Stars: ✭ 47 (+23.68%)
Mutual labels:  recaptcha, captcha
Express Recaptcha
Implementation of google recaptcha v2 & V3 solutions for express.js
Stars: ✭ 104 (+173.68%)
Mutual labels:  recaptcha, captcha
Recaptcha Spring Boot Starter
Spring Boot starter for Google's reCAPTCHA
Stars: ✭ 103 (+171.05%)
Mutual labels:  recaptcha, captcha
Ngx Captcha
ReCaptcha components for Angular. Live preview:
Stars: ✭ 115 (+202.63%)
Mutual labels:  recaptcha, captcha
Buster
Captcha solver extension for humans
Stars: ✭ 4,244 (+11068.42%)
Mutual labels:  recaptcha, captcha
wagtail-django-recaptcha
A simple recaptcha field for Wagtail Form Pages
Stars: ✭ 47 (+23.68%)
Mutual labels:  recaptcha, captcha
Recaptcha
reCAPTCHA = REcognize CAPTCHA: A Burp Suite Extender that recognize CAPTCHA and use for intruder payload 自动识别图形验证码并用于burp intruder爆破模块的插件
Stars: ✭ 596 (+1468.42%)
Mutual labels:  recaptcha, captcha
opensea automatic uploader
(Bypass reCAPTCHAs) A Selenium Python bot to automatically and bulky upload and list your NFTs on OpenSea (all metadata integrated - Ethereum and Polygon supported); reCAPTCHA solver & bypasser included.
Stars: ✭ 205 (+439.47%)
Mutual labels:  recaptcha, captcha
Recaptcha Module
🤖 Simple and easy Google reCAPTCHA integration with Nuxt.js
Stars: ✭ 143 (+276.32%)
Mutual labels:  recaptcha, captcha
Hooman
http interceptor to hoomanize cloudflare requests
Stars: ✭ 82 (+115.79%)
Mutual labels:  recaptcha, captcha
Python Anticaptcha
Client library for solve captchas with Anticaptcha.com support.
Stars: ✭ 137 (+260.53%)
Mutual labels:  recaptcha, captcha

Dcat-Admin登录 滑动验证插件 多平台支持

StyleCI build status

Dcat-Admin登录 滑动验证插件 多平台支持

另有 Laravel-Admin版

Demo演示

演示站点(暂时无,目前地址为Laravel-Admin版的演示地址)

支持(按照字母顺序)

受限制于有些验证码密钥是收费版,目前代码不能做到完全兼容 如果有好心人士提供密码 我将严格保密 仅用于开发工作

目前不打算开发兼容1.x版本的代码

img

安装

composer require asundust/dcat-auth-captcha

获取密钥参数配置

顶象

可配置的参数
  • AppId: {AppID}
  • Secret: {AppSecret}
  • 验证码样式: popup // 弹出式: popup 嵌入式: embed 内联式: inline 触发式: oneclick (不填写默认popup)
  • 额外配置: []
相关链接

极验

可配置的参数
  • AppId: {ID}
  • Secret: {KEY}
  • 验证码样式: bind // 隐藏式: bind 弹出式: popup 浮动式: float 自定区域浮动式(与popup类似,由于登录页面无需自定区域,故效果和popup一样的): custom (不填写默认bind)
  • 额外配置: []
相关链接

hCaptcha

可配置的参数
  • AppId: {sitekey}
  • Secret: {secret}
  • 验证码样式: invisible // 隐藏式: invisible 复选框: display (不填写默认invisible) (invisible有点bug尚未找到号的解决方案,暂不推荐使用)
相关链接

Recaptcha v2(谷歌)

可配置的参数
  • AppId: {site_key}
  • Secret: {secret}
  • 验证码样式: invisible // 隐藏式: invisible 复选框: display (不填写默认invisible)
  • 服务域名(可选): https://www.google.com // 服务域名,可选,无此选项默认为 https://recaptcha.net
相关链接

Recaptcha v3(谷歌)

可配置的参数
  • AppId: {site_key}
  • Secret: {secret}
  • 验证码样式: invisible // 隐藏式: invisible 复选框: display (不填写默认invisible)
  • 服务域名(可选): https://www.google.com // 服务域名,可选,无此选项默认为 https://recaptcha.net
  • 可信任分数(可选): 0.7 // 可信任分数,可选,无此选项默认为 0.7
相关链接

腾讯防水墙

可配置的参数
  • AppId: {AppID}
  • Secret: {AppSecretKey}
相关链接

V5验证

可配置的参数
  • AppId: {APP ID}
  • Secret: {APP Key}
  • 主机: {Host}
相关链接

Vaptcha

可配置的参数
  • AppId: {VID}
  • Secret: {Key}
  • 验证码样式: invisible // 隐藏式: invisible 点击式: click 嵌入式: embed (不填写默认invisible)
  • 额外配置: []
相关链接

网易易盾

可配置的参数
  • AppId: {captchaId}
  • Secret: {secretId}
  • Secret Key: {secretKey}
  • 验证码样式: // 注意后台申请的类型!!! 常规弹出式: popup 常规嵌入式: embed 常规触发式: float 无感绑定按钮:bind 无感点击式: ''(留空,奇葩设定) (不填写默认popup)
  • 额外配置: []
相关链接

云片

可配置的参数
  • AppId: {APPID}
  • Secret: {Secret Id}
  • Secret Key: {secretKey}
  • 验证码样式: // flat: 直接嵌入 float: 浮动 dialog: 对话框 external: 外置滑动(拖动滑块时才浮现验证图片,仅适用于滑动拼图验证) (不填写默认dialog) TIP:flat和external貌似存在回调bug,不推荐使用
  • 额外配置: []
相关链接

使用

在浏览器里打开dcat-admin登录页

未来

  • 加入更多滑动验证码(持续添加ing)✔️
  • 验证码功能模块化,提供给Laravel项目内使用(该想法实现有点难度,看着办吧)

升级注意事项

UPGRADE.md

更新日志

CHANGE_LOG.md

鸣谢名单

de-memory

支持

如果觉得这个项目帮你节约了时间,不妨支持一下呗!

alipay wechat

License

The MIT License (MIT)

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].