Skip to content

Pulsar360 Admin Panel - Detect

ID: pulsar360-admin-panel

Severity: info

Author: tess

Tags: panel,pulsar360,pulsar,admin

Pulsar360 admin panel was detected.

id: pulsar360-admin-panel
info:
name: Pulsar360 Admin Panel - Detect
author: tess
severity: info
description: Pulsar360 admin 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
metadata:
verified: true
max-request: 1
shodan-query: title:"Pulsar Admin"
tags: panel,pulsar360,pulsar,admin
http:
- method: GET
path:
- '{{BaseURL}}/admin/config.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Pulsar Admin'
- 'User Control Panel'
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100f3fbe2d110feb4cdba22e46496659199ab96d7242805861a54ea764afc18fa5a0221008056ed938be082a4ecc9730e31371164ca1fc1931f64c4f24ccdf1e99e5d0353: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/pulsar360-admin-panel.yaml"

View on Github