0x727 / FingerprintHub

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

提交指纹-[kong] #169

Closed j4vaovo closed 1 year ago

j4vaovo commented 1 year ago

测试目标

http://40.91.75.199/

指纹的Yaml规则

name: kong
priority: 3
nuclei_tags:
  - - kong
fingerprint:
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers:
      Server: kong
    keyword: []
    favicon_hash: []
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers:
      via: kong
    keyword: []
    favicon_hash: []
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers:
      X-Kong-Response-Latency:
    keyword: []
    favicon_hash: []
github-actions[bot] commented 1 year ago

验证过程:

点击展开查看

```bash URL: http://40.91.75.199/ HEADERS: date: Thu, 17 Aug 2023 11:25:46 GMT content-type: application/json; charset=utf-8 connection: keep-alive content-length: 48 x-kong-response-latency: 0 server: kong/3.1.0 COOKIES: STATUS_CODE: 404 TEXT: {"message":"no route matched with those values"} Matching fingerprintV3WebFingerPrint { name: "kong", priority: 3, request: WebFingerPrintRequest { path: "/", request_method: "get", request_headers: {}, request_data: "", }, match_rules: WebFingerPrintMatch { status_code: 0, favicon_hash: [], headers: { "Server": "kong", }, keyword: [], }, } Matching fingerprintV3WebFingerPrint { name: "kong", priority: 3, request: WebFingerPrintRequest { path: "/", request_method: "get", request_headers: {}, request_data: "", }, match_rules: WebFingerPrintMatch { status_code: 0, favicon_hash: [], headers: { "X-Kong-Response-Latency": "", }, keyword: [], }, } ```

验证结果:

github-actions[bot] commented 1 year ago

审核通过: