37 lines
999 B
YAML
37 lines
999 B
YAML
id: server-monitor-installer
|
|
|
|
info:
|
|
name: Server Monitor Installer
|
|
author: tess
|
|
severity: high
|
|
description: Server Monitor is susceptible to the Installation page exposure due to misconfiguration.
|
|
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: 4a0a0047304502200b7f436c2808b9457a5469cf8930b006f5036ddbbeb702b60e3ef3999214897502210089fb2e4bdeddc5880309778bfe3a18bd092f8eb7dacd6cfac5c30ccad01789ff:922c64590222798bb761d5b6d8e72950 |