Create beego-admin-dashboard.yaml
parent
2bc756b7e1
commit
0ed92b96f6
|
@ -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
|
Loading…
Reference in New Issue