nuclei-templates/http/misconfiguration/ups-status.yaml

36 lines
752 B
YAML
Raw Normal View History

2021-02-24 06:36:29 +00:00
id: ups-status
info:
name: APC UPC Multimon Status Page - Detect
2021-02-24 06:36:29 +00:00
author: dhiyaneshDK
severity: info
description: Multimon UPS status page was detected.
reference:
- http://www.apcupsd.org/
- https://www.exploit-db.com/ghdb/752
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
tags: logs,status,edb
metadata:
max-request: 2
2021-02-24 06:36:29 +00:00
http:
2021-02-24 07:15:19 +00:00
- method: GET
path:
- "{{BaseURL}}/cgi-bin/apcupsd/multimon.cgi"
- "{{BaseURL}}/cgi-bin/multimon.cgi"
2021-02-24 06:36:29 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-02-24 07:15:19 +00:00
- "Multimon: UPS Status Page"
2021-02-24 06:36:29 +00:00
- type: status
status:
- 200
# Enhanced by cs on 2023/03/17