基于muggle-ocr的验证码识别脚本,目前仅支持4-6简单英数验证码
准确率是高于百度OCR的
- windows 10
- python 3.7
- muggle-ocr(python库)
git clone https://github.com/we1x4n/fuck_captcha.git
cd fuck_captche
pip3 install muggle-ocr-1.0.3.tar.gz -i http://mirrors.aliyun.com/pypi/simple/
配合burpsuite插件captcha-killer
POST /img2text HTTP/1.1
Host: <your_ip>:<your_port>
image=<@URLENCODE><@BASE64><@IMG_RAW></@IMG_RAW></@BASE64></@URLENCODE>
captcha-killer调用tesseract-ocr识别验证码
渗透测试工程师(base:哈尔滨)