Merge pull request #6620 from projectdiscovery/pulsar-adminui-panel
Create pulsar-adminui-panel.yamlpatch-1
commit
0a6acc771e
|
@ -0,0 +1,26 @@
|
|||
id: pulsar-adminui-panel
|
||||
|
||||
info:
|
||||
name: Pulsar Admin UI Panel - Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Pulsar Admin UI"
|
||||
tags: panel,pulsar,pulsarui,admin
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/#/login?redirect=%2F'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Pulsar Admin UI'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue