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

43 lines
940 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
2023-02-02 23:05:19 +00:00
severity: medium
description: Beego Admin Dashboard panel was detected.
2022-10-25 20:35:03 +00:00
reference:
2023-02-02 23:05:19 +00:00
- https://github.com/beego
2022-10-25 20:35:03 +00:00
- https://twitter.com/shaybt12/status/1584112903577567234/photo/1
classification:
2023-02-02 23:05:19 +00:00
cvss-metrics: CVSS:3.1/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
2023-10-14 11:27:55 +00:00
max-request: 1
2022-10-25 20:35:03 +00:00
shodan-query: html:"Beego Admin Dashboard"
tags: panel,beego,unauth
2022-10-25 20:35:03 +00:00
http:
2022-10-25 20:35:03 +00:00
- 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