Skip to content
Compare
Choose a tag to compare
@msmoshang msmoshang released this 09 Aug 09:35
· 2 commits to main since this release
5de80f0
usage:
    python3 ADD-ARL-Finger.py https://127.0.0.1:5003/ admin password old [file_path]   使用旧方式添加指纹
    指纹文件格式
    {
        "cms": "致远OA",
        "method": "keyword",
        "location": "rule: body",
        "keyword": [
            "/seeyon/USER-DATA/IMAGES/#/#.gif"
        ]
    }
    python3 ADD-ARL-Finger.py https://127.0.0.1:5003/ admin password new [file_path]   使用新方式上传指纹文件
    指纹文件格式为:
    - name: 致远OA
     rule: body="/seeyon/USER-DATA/IMAGES/#/#.gif"