Merge pull request #6011 from tess-ss/patch-68

Create ace-admin-dashboard.yaml
patch-1
Dhiyaneshwaran 2022-11-10 22:46:45 +05:30 committed by GitHub
commit db8447f453
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 Exposure
author: tess
severity: medium
metadata:
verified: true
shodan-query: title:"Dashboard - Ace Admin"
tags: misconfig,exposure,aceadmin
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