Ackee Panel - Detect
ID: ackee-panel
Severity: info
Author: userdehghani
Tags: panel,ackee,login,detect
Description
Section titled “Description”self-hosted, node.js based analytics tool for those who care about privacy.
YAML Source
Section titled “YAML Source”id: ackee-panel
info: name: Ackee Panel - Detect author: userdehghani severity: info description: | self-hosted, node.js based analytics tool for those who care about privacy. reference: - https://ackee.electerious.com/ - https://docs.ackee.electerious.com/ metadata: verified: true max-request: 2 shodan-query: http.favicon.hash:-1495233116 tags: panel,ackee,login,detect
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/favicon.ico"
stop-at-first-match: true matchers: - type: dsl dsl: - 'status_code==200 && contains(tolower(body), "<title>ackee")' - "status_code==200 && (\"-1495233116\" == mmh3(base64_py(body)))" condition: or# digest: 490a0046304402204c4dc2c846303bf7018d8b153f641f3419ae252eac55c48e849798269f73c843022008570289a0b80a25f5ac12916b5d7aea1e9e5e796bfcd02cfe6efe56c47e51d5: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/exposed-panels/ackee-panel.yaml"