Create server-monitor-installer.yaml

patch-1
Arman 2022-10-27 22:59:52 -04:00 committed by GitHub
parent a326344c5e
commit 60d65d0085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
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,installer
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