css字体反混淆,woff字体破解

font_ocr

css字体反混淆一键部署方案

提供api

- url    反混淆文本使用的woff 链接

- content 需要反混淆的文本

apicurl-XPOST \  http://119.29.27.234:8088/ocr \-H'cache-control: no-cache'\-H'content-type: application/json'\-H'postman-token: a4bb25a3-15a1-50d0-612a-8f804df49c14'\-d'{"url": "https://vfile.meituan.net/colorstone/f0a30a4dda64b4f8f344858115f54fc92296.woff", "content": ""}'

配置阿里镜像源

sudo mkdir -p /etc/dockersudo tee /etc/docker/daemon.json <<-'EOF'{  "registry-mirrors": ["https://uxk0ognt.mirror.aliyuncs.com"]}EOFsudo systemctl daemon-reloadsudo systemctl restart docker

本地部署

# 安装docker # 安装docker-compose# pip3 install docker-compose# 进入docker-compose.yaml所在目录# 本地化部署docker-compose up -d

案例

image.png

提取混淆文字 

image.png

提取字体url //vfile.meituan.net/colorstone/f0a30a4dda64b4f8f344858115f54fc92296.woff

测试

url:http://119.29.27.234:8088/ocrjsonData:-content:-url:https://vfile.meituan.net/colorstone/f0a30a4dda64b4f8f344858115f54fc92296.woff

curl 测试

curl-XPOST \  http://119.29.27.234:8088/ocr \-H'cache-control: no-cache'\-H'content-type: application/json'\-H'postman-token: a4bb25a3-15a1-50d0-612a-8f804df49c14'\-d'{"url": "https://vfile.meituan.net/colorstone/f0a30a4dda64b4f8f344858115f54fc92296.woff", "content": ""}'

测试结果

image.png

git地址:https://github.com/luopeixiong/font_ocr

作者:ArtioL

链接:https://www.jianshu.com/p/3c57371a0e89

来源:

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

你可能感兴趣的:(css字体反混淆,woff字体破解)