projectdiscovery / nuclei-templates

Community curated list of templates for the nuclei engine to find security vulnerabilities.
https://github.com/projectdiscovery/nuclei
MIT License
9.29k stars 2.64k forks source link

[nuclei-template] apache-dubbo-detect #3272

Closed No-Github closed 2 years ago

No-Github commented 2 years ago

Template Information:

dubbo detect

Nuclei Template:

id: apache-dubbo-detect
info:
  name: Apache-dubbo-detect
  author: ffffffff0x
  severity: info
  metadata:
    fofa-query: app="APACHE-dubbo"
  tags: apache,dubbo

requests:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers:
      - type: word
        part: header
        words:
          - "Basic realm=\"dubbo\""

image

princechaddha commented 2 years ago

Hello @No-Github, Thank you for contributing to this project, the template has now been merged 🙌