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

38 lines
755 B
YAML

id: bmc-discovery-panel
info:
name: BMC Discovery Login Panel
author: daffainfo
severity: info
reference:
- https://docs.bmc.com/docs/discovery/documentation-home-1098837931.html
metadata:
verified: true
shodan-query: http.title:"BMC Software"
tags: panel,bmc
requests:
- 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.]+)'