Skip to content

xp_CAPTCHA(白嫖版) burp 验证码 识别 burp插件

Notifications You must be signed in to change notification settings

lulutest/NEW_xp_CAPTCHA

This branch is 70 commits behind smxiazi/NEW_xp_CAPTCHA:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6c6ec09 · Apr 26, 2021

History

10 Commits
Apr 26, 2021
Apr 23, 2021
Apr 23, 2021

Repository files navigation

xp_CAPTCHA(白嫖版)

说明

xp_CAPTCHA (白嫖版)

  • 验证码识别
  • burp插件

安装

需要python3 小于3.7的版本

安装 muggle_ocr 模块(大概400M左右)

python3 -m pip install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com muggle-ocr

image

运行 server.py

image

等待显示出 Starting server, listen at: 0.0.0.0:8899 访问 http://127.0.0.1:8899/ 显示下面界面即为正常。

image

linux 下安装可能会需要

image

安装即可

yum install libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64

验证码识别率

image

image

image

image

image

使用方法

把图片base64编码后POST发送至接口http://localhost:8899/base64 的base64参数即可,返回结果为识别的后的结果。

image

image

burp联动识别验证码爆破

如果 server.py 在服务器上跑的话,xp_CAPTCHA.py需要修改对应的IP。

image

修改完后导入burp

image

image

Attack type处选择 Pitchfork,在http头部位置插入xiapao:验证码的URL地址

image

此处导入字典

image

选择验证码识别

image

image

然后把线程设置为1

image

blog

http://www.nmd5.com

image

About

xp_CAPTCHA(白嫖版) burp 验证码 识别 burp插件

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%