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

修改指纹-[phpstudy] #161

Closed
j4vaovo opened this issue Aug 11, 2023 · 2 comments
Closed

修改指纹-[phpstudy] #161

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

Comments

@j4vaovo
Copy link
Contributor

j4vaovo commented Aug 11, 2023

测试目标

http://184.168.22.188:9080/

指纹的Yaml规则

name: phpstudy
priority: 3
nuclei_tags:
 - - phpstudy
fingerprint:
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 0
   headers: {}
   keyword:
     - <title>phpStudy 探针 2
   favicon_hash: []
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 0
   headers: {}
   keyword:
     - <title>站点创建成功-phpstudy for
   favicon_hash: []
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 0
   headers: {}
   keyword:
     - <title>404 错误 - phpstudy</title>
   favicon_hash: []
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 0
   headers:
     Server: xpserver
   keyword: []
   favicon_hash: []
 - path: /
   request_method: get
   request_headers: {}
   request_data: ''
   status_code: 0
   headers: {}
   keyword: []
   favicon_hash:
     - 406165e1c4ec82ac49847ca8e7810bae
@github-actions
Copy link

验证过程:

点击展开查看

URL: �[38;5;10mhttp://184.168.22.188:9080/�[39m
HEADERS:
content-type: text/html;charset=utf-8
connection: keep-alive
server: xpserver/3.5.15
content-length: 111
COOKIES:
STATUS_CODE: 404
TEXT:
<html><head><title>404 file not found</title></head><body><center><h3>404 not found</h3></center></body></html>
�[38;5;9mFAVICON: {
    "http://184.168.22.188:9080/favicon.ico": "406165e1c4ec82ac49847ca8e7810bae",
}�[39m
Matching fingerprintV3WebFingerPrint {
    name: "phpstudy",
    priority: 3,
    request: WebFingerPrintRequest {
        path: "/",
        request_method: "get",
        request_headers: {},
        request_data: "",
    },
    match_rules: WebFingerPrintMatch {
        status_code: 0,
        favicon_hash: [],
        headers: {
            "Server": "xpserver",
        },
        keyword: [],
    },
}
Matching fingerprintV3WebFingerPrint {
    name: "phpstudy",
    priority: 3,
    request: WebFingerPrintRequest {
        path: "/",
        request_method: "get",
        request_headers: {},
        request_data: "",
    },
    match_rules: WebFingerPrintMatch {
        status_code: 0,
        favicon_hash: [
            "406165e1c4ec82ac49847ca8e7810bae",
        ],
        headers: {},
        keyword: [],
    },
}

验证结果:

  • 是否识别成功: true

@github-actions github-actions bot added the Verified 已经验证 label Aug 11, 2023
@cn-kali-team cn-kali-team added the Reviewed 已经审核 label Aug 12, 2023
@github-actions
Copy link

审核通过:

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

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 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