Skip to content

AfterLogic WebMail Login Panel - Detect

ID: afterlogic-webmail-login

Severity: info

Author: johnk3r

Tags: panel,afterlogic,login,detect

AfterLogic WebMail Login panel was detected.

id: afterlogic-webmail-login
info:
name: AfterLogic WebMail Login Panel - Detect
author: johnk3r
severity: info
description: AfterLogic WebMail Login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:afterlogic:aurora:*:*:*:*:*:*:*:*
metadata:
fofa-query: 'X-Server: AfterlogicDAVServer'
max-request: 1
product: aurora
vendor: afterlogic
tags: panel,afterlogic,login,detect
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "afterlogic"
- "dav_url"
condition: and
case-insensitive: true
- type: status
status:
- 200
# digest: 490a004630440220380fc12c7cbf3b17827b2b22fa65d67acbac91e5e548fe4a0963deec2852c594022007a4fd6501b3e117577d77acfcdc6295ac05c4909acec984e5a59ea998836754: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/afterlogic-webmail-login.yaml"

View on Github