Pulsar Admin Console Panel - Detect
ID: pulsar-admin-console
Severity: info
Author: ritikchaddha
Tags: panel,pulsar,console,admin,apache
Description
Section titled “Description”Pulsar admin console panel was detected.
YAML Source
Section titled “YAML Source”id: pulsar-admin-console
info: name: Pulsar Admin Console Panel - Detect author: ritikchaddha severity: info description: Pulsar admin console 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:apache:pulsar:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: apache product: pulsar shodan-query: - title:"Pulsar Admin Console" - http.title:"pulsar admin ui" - http.title:"pulsar admin console" fofa-query: - title="pulsar admin ui" - title="pulsar admin console" google-query: - intitle:"pulsar admin ui" - intitle:"pulsar admin console" tags: panel,pulsar,console,admin,apache
http: - method: GET path: - '{{BaseURL}}/#/admin/dashboard'
matchers-condition: and matchers: - type: word part: body words: - '<title>Pulsar Admin Console'
- type: status status: - 200# digest: 4a0a00473045022100bdaebd01797e1fec7c67e053a45b0c52456894456c7c75e83d021f5ae69d2e61022012effd8b8d4a75fb9213809626e886811742c900128d2325d989057dd08585c6: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/pulsar-admin-console.yaml"