2022-10-25 20:35:03 +00:00
|
|
|
id: beego-admin-dashboard
|
|
|
|
|
|
|
|
info:
|
2022-11-09 21:36:13 +00:00
|
|
|
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
|
2022-11-09 21:36:13 +00:00
|
|
|
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
|
2022-11-09 21:36:13 +00:00
|
|
|
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
|
2022-11-09 21:36:13 +00:00
|
|
|
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"
|
2022-10-26 06:47:10 +00:00
|
|
|
tags: panel,beego,unauth
|
2022-10-25 20:35:03 +00:00
|
|
|
|
2023-04-27 04:28:59 +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
|