38 lines
895 B
YAML
38 lines
895 B
YAML
id: server-monitor-installer
|
|
|
|
info:
|
|
name: Server Monitor Installer
|
|
author: tess
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"SERVER MONITOR - Install"
|
|
tags: misconfig,monitor,exposure,install
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>SERVER MONITOR - Install</title>"
|
|
- "PHP Server Monitor - Install"
|
|
- "install.php?action=config"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402201b839e1e717b7fdb55abed888c4639127469903ac3acd310e2b3e8e180bf58e002203a14e83df76b89a76538cf1a6dfe79e96f7c5fb7f05e2b27d899ee2c4175e0b8:922c64590222798bb761d5b6d8e72950
|