nuclei-templates/misconfiguration/ace-admin-dashboard.yaml

34 lines
600 B
YAML
Raw Normal View History

2022-11-10 17:12:12 +00:00
id: ace-admin-dashboard
info:
2022-11-10 17:15:07 +00:00
name: Ace Admin Dashboard Exposure
2022-11-10 17:12:12 +00:00
author: tess
severity: medium
metadata:
verified: true
shodan-query: title:"Dashboard - Ace Admin"
2022-11-10 17:15:24 +00:00
tags: misconfig,exposure,aceadmin
2022-11-10 17:12:12 +00:00
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