Parse Dashboard Login Panel - Detect
ID: parse-dashboard
Severity: info
Author: tess
Tags: panel,parse,exposure,parseplatform
Description
Section titled “Description”Parse Dashboard login panel was detected.
YAML Source
Section titled “YAML Source”id: parse-dashboard
info: name: Parse Dashboard Login Panel - Detect author: tess severity: info description: Parse Dashboard login panel was detected. 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:parseplatform:parse-server:*:*:*:*:node.js:*:*:* metadata: verified: true max-request: 1 vendor: parseplatform product: parse-server shodan-query: - title:"Parse Dashboard" - http.title:"parse dashboard" fofa-query: title="parse dashboard" google-query: intitle:"parse dashboard" tags: panel,parse,exposure,parseplatform
http: - method: GET path: - "{{BaseURL}}/login"
matchers-condition: and matchers: - type: word part: body words: - "Parse Dashboard" - "PARSE_DASHBOARD_PATH" condition: and
- type: status status: - 200# digest: 4a0a00473045022100d24bca72b8a4a2eac4a64ca3e6d31067a0534b26bf7a65aed7b6a9f7bc1a9bac02207f2563fcc24d803b2d696f29637e918b92a2da20f94ddca3f07880660e8d49ae: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/exposed-panels/parse-dashboard.yaml"