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

36 lines
743 B
YAML
Raw Normal View History

2022-01-27 10:36:10 +00:00
id: openbmcs-detect
info:
name: OpenBMCS Login Panel - Detect
2022-01-27 10:36:10 +00:00
author: ffffffff0x
severity: info
description: OpenBCMS login panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-01-27 10:36:10 +00:00
tags: openbmcs,detect
metadata:
max-request: 1
2022-01-27 10:36:10 +00:00
http:
2022-01-27 10:36:10 +00:00
- 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