Skip to content

Acrolinx Dashboard

ID: acrolinx-dashboard

Severity: info

Author: ffffffff0x

Tags: acrolinx,panel

An Acrolinx Analytics dashboard was detected.

id: acrolinx-dashboard
info:
name: Acrolinx Dashboard
author: ffffffff0x
severity: info
description: An Acrolinx Analytics dashboard was detected.
reference:
- https://docs.acrolinx.com/coreplatform/latest/en/analytics/acrolinx-analytics-dashboards
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Acrolinx Dashboard"
fofa-query: title=="Acrolinx Dashboard"
google-query: inurl:"Acrolinx Dashboard"
tags: acrolinx,panel
http:
- method: GET
path:
- "{{BaseURL}}/dashboard.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Acrolinx Dashboard</title>'
- 'Acrolinx</title>'
condition: or
- type: status
status:
- 200
# digest: 490a0046304402201d72bc297124ce562ae608670a6cbb6bb79f4d74961db584f03be75f47648734022050c4c20864eeea763434cef29c56983491768eb2209853905999112d98c0a2a8:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/acrolinx-dashboard.yaml"

View on Github