26 lines
474 B
YAML
26 lines
474 B
YAML
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
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/apcupsd/multimon.cgi"
|
|
- "{{BaseURL}}/cgi-bin/multimon.cgi"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Multimon: UPS Status Page"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|