nuclei-templates/exposed-panels/openbmcs-detect.yaml

29 lines
531 B
YAML
Raw Normal View History

2022-01-27 10:36:10 +00:00
id: openbmcs-detect
info:
name: openbmcs-detect
author: ffffffff0x
severity: info
tags: openbmcs,detect
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
2022-01-27 10:36:10 +00:00
max-redirects: 2
2022-01-28 10:58:32 +00:00
matchers-condition: and
2022-01-27 10:36:10 +00:00
matchers:
- type: word
part: body
words:
2022-01-28 10:58:32 +00:00
- 'BMS - Login'
2022-01-27 10:36:10 +00:00
- 'Copyright all rights reserved by Open BMCS'
- 'OpenBMCS does not support Internet Explorer'
condition: or
2022-01-27 12:10:01 +00:00
- type: status
status:
- 200