diff --git a/misconfiguration/ace-admin-dashboard.yaml b/misconfiguration/ace-admin-dashboard.yaml new file mode 100644 index 0000000000..716880e854 --- /dev/null +++ b/misconfiguration/ace-admin-dashboard.yaml @@ -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