Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改指纹-[apache-apisix] #176

Closed
j4vaovo opened this issue Oct 16, 2023 · 2 comments
Closed

修改指纹-[apache-apisix] #176

j4vaovo opened this issue Oct 16, 2023 · 2 comments
Assignees
Labels
Reviewed 已经审核 Verified 已经验证

Comments

@j4vaovo
Copy link
Contributor

j4vaovo commented Oct 16, 2023

测试目标

http://124.112.102.25:30000/

指纹的Yaml规则

name: apache-apisix
priority: 3
nuclei_tags:
 - - apisix
fingerprint:
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 0
   headers:
     server: apisix
   keyword: []
   favicon_hash: []
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 0
   headers:
     server: apisix
   keyword:
     - '{"error_msg":"404 Route Not Found"}'
   favicon_hash: []
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 404
   headers:
     server: nginx
     content-type: text/plain
   keyword:
     - '{"error_msg":"404 Route Not Found"}'
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 404
   headers:
     server: openresty
     content-type: text/plain
   keyword:
     - '{"error_msg":"404 Route Not Found"}'
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 404
   headers:
     server: tengine
     content-type: text/plain
   keyword:
     - '{"error_msg":"404 Route Not Found"}'
@github-actions
Copy link

验证过程:

点击展开查看

URL: �[38;5;10mhttp://124.112.102.25:30000/�[39m
HEADERS:
server: Tengine
date: Mon, 16 Oct 2023 22:38:05 GMT
content-type: text/plain; charset=utf-8
transfer-encoding: chunked
connection: keep-alive
COOKIES:
STATUS_CODE: 404
TEXT:
{"error_msg":"404 route not found"}

Matching fingerprintV3WebFingerPrint {
    name: "apache-apisix",
    priority: 3,
    request: WebFingerPrintRequest {
        path: "/",
        request_method: "get",
        request_headers: {},
        request_data: "",
    },
    match_rules: WebFingerPrintMatch {
        status_code: 404,
        favicon_hash: [],
        headers: {
            "content-type": "text/plain",
            "server": "tengine",
        },
        keyword: [
            "{\"error_msg\":\"404 Route Not Found\"}",
        ],
    },
}

验证结果:

  • 是否识别成功: true

@github-actions github-actions bot added the Verified 已经验证 label Oct 16, 2023
@cn-kali-team cn-kali-team added the Reviewed 已经审核 label Oct 17, 2023
@github-actions
Copy link

审核通过:

  • 指纹规则已经合并,感谢提交。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed 已经审核 Verified 已经验证
Projects
None yet
Development

No branches or pull requests

2 participants