0x727 / FingerprintHub

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

提交指纹-[MinIO] #47

Closed j4vaovo closed 1 year ago

j4vaovo commented 1 year ago

测试目标

http://ktx-cctv.dientoanbachkhoa.vn:9001/

指纹的Yaml规则

name: minio-browser
priority: 3
nuclei_tags:
  - - minio
fingerprint:
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers: {}
    keyword:
      - '<title>MinIO Console</title>'
    favicon_hash: []
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers: {}
    keyword:
      - href="/minio/loader.css"
    favicon_hash: []
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers: {}
    keyword:
      - <title>MinIO Browser</title>
    favicon_hash: []
j4vaovo commented 1 year ago

是我格式有问题吗 怎么action运行错误 提交指纹-[MinIO] #78

github-actions[bot] commented 1 year ago

验证过程:

点击展开查看

```bash URL: http://ktx-cctv.dientoanbachkhoa.vn:9001/ HEADERS: accept-ranges: bytes content-length: 1266 content-type: text/html last-modified: Fri, 24 Mar 2023 01:30:02 GMT server: MinIO Console x-content-type-options: nosniff x-frame-options: DENY x-xss-protection: 1; mode=block date: Fri, 24 Mar 2023 01:30:02 GMT connection: close STATUS_CODE: 200 TEXT: minio console

FAVICON: { "http://ktx-cctv.dientoanbachkhoa.vn:9001/favicon.ico": "33d46e7cf3159d286d3129c9b5feab74", } Matching fingerprintV3WebFingerPrint { name: "minio-browser", priority: 3, request: WebFingerPrintRequest { path: "/", request_method: "get", request_headers: {}, request_data: "", }, match_rules: WebFingerPrintMatch { status_code: 0, favicon_hash: [], headers: {}, keyword: [ "MinIO Console", ], }, } ```

验证结果:

cn-kali-team commented 1 year ago

是我格式有问题吗 怎么action运行错误 提交指纹-[MinIO] #78

规则三点前要加上yaml

github-actions[bot] commented 1 year ago

审核通过: