Create pandora-fms-installer.yaml

patch-3
Dhiyaneshwaran 2024-05-29 22:51:03 +05:30 committed by GitHub
parent 3e953023ca
commit efd82d182e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: pandora-fms-installer
info:
name: Pandora FMS Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed Pandora FMS installation page.
reference:
- https://pandorafms.com/en/
metadata:
verified: true
max-request: 1
fofa-query: body="Pandora FMS - Installation Wizard"
tags: misconfig,install,exposure,pandora-fms
http:
- method: GET
path:
- "{{BaseURL}}/install.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Pandora FMS - Installation Wizard"
- type: status
status:
- 200