Skip to content

Pulsar Admin UI Panel - Detect

ID: pulsar-adminui-panel

Severity: info

Author: ritikchaddha

Tags: panel,pulsar,pulsarui,admin,apache

Pulsar admin UI panel was detected.

id: pulsar-adminui-panel
info:
name: Pulsar Admin UI Panel - Detect
author: ritikchaddha
severity: info
description: Pulsar admin UI 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 UI"
- 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,pulsarui,admin,apache
http:
- method: GET
path:
- '{{BaseURL}}/#/login?redirect=%2F'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Pulsar Admin UI'
- type: status
status:
- 200
# digest: 490a0046304402206ac7507456d787a37c2dea8c9aacc0cf0d14a80f9eb66a3ddd2eef72c9edc5e40220760750d0ce914280551ba252bca94b1a230534c57b9af23ed6119373e10c13f8: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/pulsar-adminui-panel.yaml"

View on Github