Skip to content

Pandora FMS Mobile Console Login Panel - Detect

ID: pandora-fms-console

Severity: info

Author: dhiyaneshDk

Tags: panel,edb,pandorafms

Pandora FMS Mobile Console login panel was detected.

id: pandora-fms-console
info:
name: Pandora FMS Mobile Console Login Panel - Detect
author: dhiyaneshDk
severity: info
description: Pandora FMS Mobile Console login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6827
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:pandorafms:pandora_fms:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: pandorafms
product: pandora_fms
shodan-query: http.title:"pandora fms"
fofa-query: title="pandora fms"
google-query: intitle:"pandora fms"
tags: panel,edb,pandorafms
http:
- method: GET
path:
- "{{BaseURL}}/pandora_console/mobile/"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Pandora FMS mobile</title>'
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022057ec1875ff4ebb35fa231789e4ffd6766d100fca1afe58659cf703ecabbc4e83022100b813beda5b109097e89fc9c81538a1f42de0cd975ef28901711bb38abea70dd6:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/pandora-fms-console.yaml"

View on Github