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

28 lines
520 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}}"
redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- '<!--<title>BMS - Login</title>-->'
- '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