Create ace-admin-dashboard.yaml

patch-1
Arman 2022-11-10 09:12:12 -08:00 committed by GitHub
parent b8b43af2f6
commit 3aa4a79e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -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