Pandora FMS Installation Page - Exposure
ID: pandora-fms-installer
Severity: high
Author: DhiyaneshDK
Tags: misconfig,install,exposure,pandora-fms
Description
Section titled “Description”Detects exposed Pandora FMS installation page.
YAML Source
Section titled “YAML Source”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/ classification: cpe: cpe:2.3:a:pandorafms:pandora_fms:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: pandorafms product: pandora_fms 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# digest: 4a0a00473045022100e708f6a7177d5d16ee7af55c301cd117b43365603cd2f75ae4e317d8d90c993b0220441bde13e30b7095244c393e82e52b1d1e426627a16b7eac64417a2a340f882f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/installer/pandora-fms-installer.yaml"