0x727 / FingerprintHub

侦查守卫(ObserverWard)的指纹库
https://0x727.github.io/FingerprintHub/
MIT License
1.01k stars 188 forks source link

提交指纹-[werkzeug] #92

Closed j4vaovo closed 1 year ago

j4vaovo commented 1 year ago

测试目标

http://47.92.162.5:5002/

指纹的Yaml规则

name: werkzeug
priority: 3
nuclei_tags:
 - - werkzeug
fingerprint:
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 0
   headers:
     Server: Werkzeug
   keyword: []
   favicon_hash: []
github-actions[bot] commented 1 year ago

验证过程:

点击展开查看

```bash URL: http://47.92.162.5:5002/ HEADERS: server: Werkzeug/2.2.2 Python/3.10.0 date: Sun, 30 Apr 2023 22:29:07 GMT content-type: text/html; charset=utf-8 content-length: 12 connection: close STATUS_CODE: 200 TEXT: hello world! Matching fingerprintV3WebFingerPrint { name: "werkzeug", priority: 3, request: WebFingerPrintRequest { path: "/", request_method: "get", request_headers: {}, request_data: "", }, match_rules: WebFingerPrintMatch { status_code: 0, favicon_hash: [], headers: { "Server": "Werkzeug", }, keyword: [], }, } ```

验证结果:

github-actions[bot] commented 1 year ago

审核通过: