0x727 / FingerprintHub

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

提交指纹-[pypiserver] #173

Closed j4vaovo closed 1 year ago

j4vaovo commented 1 year ago

测试目标

https://package.cloud.newtech.co.nz/

指纹的Yaml规则

name: pypiserver
priority: 3
nuclei_tags:
  - - pypiserver
fingerprint:
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers: {}
    keyword:
      - <title>Welcome to pypiserver!</title>
    favicon_hash: []
github-actions[bot] commented 1 year ago

验证过程:

点击展开查看

```bash URL: https://package.cloud.newtech.co.nz/ HEADERS: server: nginx/1.14.0 (Ubuntu) date: Fri, 18 Aug 2023 17:21:39 GMT content-type: text/html; charset=UTF-8 transfer-encoding: chunked connection: keep-alive COOKIES: STATUS_CODE: 200 TEXT: welcome to pypiserver!

welcome to pypiserver!

this is a pypi compatible package index serving 19 packages.

to use this server with pip, run the following command:

        pip install --index-url https://package.cloud.newtech.co.nz/simple/ package [package2...]
      

to use this server with easy_install, run the following command:

        easy_install --index-url https://package.cloud.newtech.co.nz/simple/ package [package2...]
      

the complete list of all packages can be found here or via the simple index.

this instance is running version 1.3.2 of the pypiserver software.

Matching fingerprintV3WebFingerPrint { name: "pypiserver", priority: 3, request: WebFingerPrintRequest { path: "/", request_method: "get", request_headers: {}, request_data: "", }, match_rules: WebFingerPrintMatch { status_code: 0, favicon_hash: [], headers: {}, keyword: [ "Welcome to pypiserver!", ], }, } ```

验证结果:

github-actions[bot] commented 1 year ago

审核通过: