Create beego-admin-dashboard.yaml

patch-1
Dhiyaneshwaran 2022-10-26 02:05:03 +05:30 committed by GitHub
parent 2bc756b7e1
commit 0ed92b96f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: beego-admin-dashboard
info:
name: Beego Admin Dashboard
author: DhiyaneshDk
severity: high
reference:
- https://twitter.com/shaybt12/status/1584112903577567234/photo/1
metadata:
verified: true
shodan-query: html:"Beego Admin Dashboard"
tags: misconfig,beego,unath
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