nuclei-templates/misconfiguration/ups-status.yaml

26 lines
474 B
YAML
Raw Normal View History

2021-02-24 06:36:29 +00:00
id: ups-status
info:
name: Multimon UPS status page
author: dhiyaneshDK
severity: low
reference:
- https://www.exploit-db.com/ghdb/752
tags: logs,status,edb
2021-02-24 06:36:29 +00:00
requests:
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