Create ace-admin-dashboard.yaml
parent
b8b43af2f6
commit
3aa4a79e16
|
@ -0,0 +1,33 @@
|
||||||
|
id: ace-admin-dashboard
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Ace Admin Dashboard Exposed
|
||||||
|
author: tess
|
||||||
|
severity: medium
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"Dashboard - Ace Admin"
|
||||||
|
tags: misconfig,exposed,ace
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "Dashboard - Ace Admin"
|
||||||
|
- "overview & stats"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "text/html"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue