nuclei-templates/http/exposed-panels/powerchute-network-panel.yaml

28 lines
517 B
YAML
Raw Normal View History

2024-04-11 16:51:57 +00:00
id: powerchute-network-panel
info:
name: PowerChute Network Shutdown - Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
max-request: 1
shodan-query: html:"PowerChute Network Shutdown"
tags: panel,login,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