Skip to content

PowerChute Network Shutdown Panel - Detect

ID: powerchute-network-panel

Severity: info

Author: DhiyaneshDK

Tags: panel,login,powerchute,detect

id: powerchute-network-panel
info:
name: PowerChute Network Shutdown Panel - Detect
author: DhiyaneshDK
severity: info
metadata:
verified: true
max-request: 1
shodan-query: html:"PowerChute Network Shutdown"
tags: panel,login,powerchute,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>PowerChute Network Shutdown</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100eb135a445210d01714533e39bf9a878fec64ec7b455d57601f76585d82e3d51e0221008f3117211fe620f80f1ace4f18510276ac8ee08198ae162a911ce87a4b14602c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/powerchute-network-panel.yaml"

View on Github