28 lines
517 B
YAML
28 lines
517 B
YAML
|
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
|