Ace Admin Dashboard - Detect
ID: ace-admin-dashboard
Severity: medium
Author: tess
Tags: misconfig,exposure,aceadmin
Description
Section titled “Description”Ace Admin dashboard page was detected.
YAML Source
Section titled “YAML Source”id: ace-admin-dashboard
info: name: Ace Admin Dashboard - Detect author: tess severity: medium description: Ace Admin dashboard page was detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cwe-id: CWE-200 metadata: verified: true max-request: 1 shodan-query: title:"Dashboard - Ace Admin" tags: misconfig,exposure,aceadmin
http: - 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# digest: 4b0a00483046022100da5855441fcbee852220a7823ebd9359cb4c18c50d94daf9d6201390e60d3468022100e8c9653a3e3b609f5580a426ede87b3192cd6c79380ffbd14ac8feada2ce76a2:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/ace-admin-dashboard.yaml"