2022-10-28 02:59:52 +00:00
|
|
|
id: server-monitor-installer
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Server Monitor Installer
|
|
|
|
author: tess
|
|
|
|
severity: high
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"SERVER MONITOR - Install"
|
2022-10-28 18:30:06 +00:00
|
|
|
tags: misconfig,monitor,exposure,install
|
2022-10-28 02:59:52 +00:00
|
|
|
|
|
|
|
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
|