feat: create bmc-discovery-panel template

patch-1
Muhammad Daffa 2022-10-16 19:32:37 +07:00 committed by GitHub
parent c94829f1fd
commit 833c68043d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: bmc-discovery-panel
info:
name: BMC Discovery panel login
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.]+)'