feat: create bmc-discovery-panel template
parent
c94829f1fd
commit
833c68043d
|
@ -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.]+)'
|
Loading…
Reference in New Issue