nuclei-templates/misconfiguration/ups-status.yaml

25 lines
457 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
2021-02-24 07:15:19 +00:00
reference: https://www.exploit-db.com/ghdb/752
2021-02-24 17:25:41 +00:00
tags: logs
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