32 lines
889 B
YAML
32 lines
889 B
YAML
id: unauth-cyber-power-systems
|
|
|
|
info:
|
|
name: Cyber Power Systems - Unauthenticated
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Detects unauthenticated access to Cyber Power Systems, which could lead to unauthorized control or information disclosure.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"<title>PDNU</title>"
|
|
tags: unauth,cyber-power,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/#/devices"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>PDNU</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100a61fdf7d73069bc7a0fc2aa7f02cef38b9ba99a5b70e7a67c86d0fe1181b2d61022100be77b644fa05b06538e76569aecbe286f632526788b99b499cb4961cab0126e3:922c64590222798bb761d5b6d8e72950 |