nuclei-templates/technologies/hp-blade-admin-detect.yaml

24 lines
461 B
YAML
Raw Normal View History

2021-09-22 12:32:31 +00:00
id: hp-blade-system
2021-09-21 13:10:27 +00:00
info:
name: HP BladeSystem Onboard Administrator
author: pussycat0x
severity: info
metadata:
shodan-query: http.title:"HP BladeSystem"
2021-09-22 12:32:31 +00:00
tags: panel,hp
2021-09-21 13:10:27 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-09-22 12:32:31 +00:00
2021-09-21 13:10:27 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "<title>HP BladeSystem Onboard Administrator</title>"
2021-09-22 12:32:31 +00:00
2021-09-21 13:10:27 +00:00
- type: status
status:
- 200