0x727/FingerprintHub

提交指纹-[华为云堡垒机]

cn-kali-team opened this issue · 4 comments

测试目标

https://114.116.251.84

指纹的Yaml规则

name: 华为云堡垒机
priority: 3
nuclei_tags:
  - []
fingerprint:
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers: {}
    keyword:
      - event_onusbkeychange=OnUsbKeyChange
      - id=mTokenPlugin
      - value=pluginLoaded
    favicon_hash: []

验证过程:

Url: https://114.116.251.84/
Headers:
server: 
date: Mon, 13 Jun 2022 07:58:50 GMT
content-type: text/html
last-modified: Mon, 17 Aug 2020 13:16:20 GMT
transfer-encoding: chunked
connection: keep-alive
etag: W/"5f3a8324-497"
expires: Tue, 14 Jun 2022 07:58:50 GMT
cache-control: max-age=86400
x-frame-options: DENY
SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
strict-transport-security: max-age=31536000
StatusCode: 200
Text:
<!doctype html><html><head id=faviconhead><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><link id=favicon rel="shortcut icon" type=image/x-icon href=/../static/oem_image/company_logo.png><title></title><link href=./static/css/app.8f16ed95bfee19081ba785125d788142.css rel=stylesheet></head><embed id=embedrzx type=application/htnpapi-plugin style="height:0px;position: absolute" width=0 height=0><embed id=embedca style="position: absolute;top: 0;height: 0px;" type=application/x-xtx-axhost clsid={3f367b74-92d9-4c5e-ab93-234f8a91d5e6} event_onusbkeychange=onusbkeychange width=0 height=0><object id=caclient classid=clsid:3f367b74-92d9-4c5e-ab93-234f8a91d5e6 style="position: absolute;left: 0px; top: 0px" height=0 viewastext></object> <object id=mtokenplugin width=0 height=0 style="position: absolute;left: 0px; top: 0px"><param value=pluginloaded></object><body><div id=app></div><script type=text/javascript src=./static/js/manifest.73923617f0416d93b2cf.js></script><script type=text/javascript src=./static/js/vendor.9a1c7ea902a67903188c.js></script><script type=text/javascript src=./static/js/app.6b7f4040ce6a1d16f895.js></script></body></html>

Matching fingerprintV3WebFingerPrint {
    name: "华为云堡垒机",
    priority: 3,
    request: WebFingerPrintRequest {
        path: "/",
        request_method: "get",
        request_headers: {},
        request_data: "",
    },
    match_rules: WebFingerPrintMatch {
        status_code: 0,
        favicon_hash: [],
        headers: {},
        keyword: [
            "event_onusbkeychange=OnUsbKeyChange",
            "id=mTokenPlugin",
            "value=pluginLoaded",
        ],
    },
}

验证结果:

  • 是否识别成功: true

等待管理员审核:

  • 指纹识别成功,请等待管理员审核,感谢提交。

验证过程:

点击展开查看

Url: https://114.116.251.84/
Headers:
server: 
date: Wed, 15 Jun 2022 07:11:08 GMT
content-type: text/html
last-modified: Mon, 17 Aug 2020 13:16:20 GMT
transfer-encoding: chunked
connection: keep-alive
etag: W/"5f3a8324-497"
expires: Thu, 16 Jun 2022 07:11:08 GMT
cache-control: max-age=86400
x-frame-options: DENY
SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
strict-transport-security: max-age=31536000
StatusCode: 200
Text:
<!doctype html><html><head id=faviconhead><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><link id=favicon rel="shortcut icon" type=image/x-icon href=/../static/oem_image/company_logo.png><title></title><link href=./static/css/app.8f16ed95bfee19081ba785125d788142.css rel=stylesheet></head><embed id=embedrzx type=application/htnpapi-plugin style="height:0px;position: absolute" width=0 height=0><embed id=embedca style="position: absolute;top: 0;height: 0px;" type=application/x-xtx-axhost clsid={3f367b74-92d9-4c5e-ab93-234f8a91d5e6} event_onusbkeychange=onusbkeychange width=0 height=0><object id=caclient classid=clsid:3f367b74-92d9-4c5e-ab93-234f8a91d5e6 style="position: absolute;left: 0px; top: 0px" height=0 viewastext></object> <object id=mtokenplugin width=0 height=0 style="position: absolute;left: 0px; top: 0px"><param value=pluginloaded></object><body><div id=app></div><script type=text/javascript src=./static/js/manifest.73923617f0416d93b2cf.js></script><script type=text/javascript src=./static/js/vendor.9a1c7ea902a67903188c.js></script><script type=text/javascript src=./static/js/app.6b7f4040ce6a1d16f895.js></script></body></html>

Matching fingerprintV3WebFingerPrint {
    name: "华为云堡垒机",
    priority: 3,
    request: WebFingerPrintRequest {
        path: "/",
        request_method: "get",
        request_headers: {},
        request_data: "",
    },
    match_rules: WebFingerPrintMatch {
        status_code: 0,
        favicon_hash: [],
        headers: {},
        keyword: [
            "event_onusbkeychange=OnUsbKeyChange",
            "id=mTokenPlugin",
            "value=pluginLoaded",
        ],
    },
}

## 验证结果: - 是否识别成功: true

等待管理员审核:

  • 指纹识别成功,请等待管理员审核,感谢提交。