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

43 lines
926 B
YAML
Raw Normal View History

2022-10-25 20:35:03 +00:00
id: beego-admin-dashboard
info:
name: Beego Admin Dashboard Panel- Detect
2022-10-25 20:35:03 +00:00
author: DhiyaneshDk
severity: medium
description: Beego Admin Dashboard panel was detected.
2022-10-25 20:35:03 +00:00
reference:
- https://twitter.com/shaybt12/status/1584112903577567234/photo/1
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2022-10-25 20:35:03 +00:00
metadata:
verified: true
shodan-query: html:"Beego Admin Dashboard"
tags: panel,beego,unauth
2022-10-25 20:35:03 +00:00
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
# Enhanced by md on 2022/11/09