35 lines
687 B
YAML
35 lines
687 B
YAML
|
id: server-monitor-installer
|
||
|
|
||
|
info:
|
||
|
name: Server Monitor Installer
|
||
|
author: tess
|
||
|
severity: high
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"SERVER MONITOR - Install"
|
||
|
tags: misconfig,monitor,exposure,install
|
||
|
|
||
|
requests:
|
||
|
- 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
|