Skip to content

Akuiteo Login Panel - Detect

ID: akuiteo-panel

Severity: info

Author: righettod

Tags: panel,akuiteo,login,detect

Akuiteo products was detected.

id: akuiteo-panel
info:
name: Akuiteo Login Panel - Detect
author: righettod
severity: info
description: |
Akuiteo products was detected.
reference:
- https://www.akuiteo.com/en/
metadata:
verified: true
max-request: 1
shodan-query: title:"Akuiteo"
tags: panel,akuiteo,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/akuiteo.collabs/login/login.html"
- "{{BaseURL}}/akuiteo/login.html/"
redirects: true
max-redirects: 2
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'contains_any(to_lower(body), "akuiteo collabs</title>", "akuiteo mobile</title>", "akuiteo</title>", "<title>[akuiteo]")'
condition: and
extractors:
- type: regex
part: header
group: 1
regex:
- '(?i)x-akuiteo-masterhash:\s+([0-9a-f]+)'
# digest: 4b0a00483046022100f3fabfac97204ccf580dd18b9a5fc9c30e6638522568b1c756aa7f65a92e9238022100f8636919fe44f5531b0a140bfc6897ea7fc55fcc9de21081c6d8ced318f3d670: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/akuiteo-panel.yaml"

View on Github