nuclei-templates/http/exposed-panels/bmc/bmc-discovery-panel.yaml

44 lines
955 B
YAML

id: bmc-discovery-panel
info:
name: BMC Discovery Login Panel - Detect
author: daffainfo
severity: info
description: BMC Discovery login panel was detected.
reference:
- https://docs.bmc.com/docs/discovery/documentation-home-1098837931.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
shodan-query: http.title:"BMC Software"
tags: panel,bmc
http:
- method: GET
path:
- "{{BaseURL}}/ui/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "BMC Discovery:"
- '<span class="logo-product">Discovery</span>'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<span class="logo-version">Version ([0-9.]+)'