nuclei-templates/exposed-panels/beego-admin-dashboard.yaml

36 lines
702 B
YAML

id: beego-admin-dashboard
info:
name: Beego Admin Dashboard
author: DhiyaneshDk
severity: medium
reference:
- https://twitter.com/shaybt12/status/1584112903577567234/photo/1
metadata:
verified: true
shodan-query: html:"Beego Admin Dashboard"
tags: panel,beego,unauth
requests:
- method: GET
path:
- '{{BaseURL}}/listconf?command=conf'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to Beego Admin Dashboard'
- 'Configurations'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200