Skip to content

Axigen Web Admin Detection

ID: axigen-webadmin

Severity: info

Author: dhiyaneshDk

Tags: axigen,panel

An Axigen Web Admin panel was discovered.

id: axigen-webadmin
info:
name: Axigen Web Admin Detection
author: dhiyaneshDk
severity: info
description: An Axigen Web Admin panel was discovered.
reference:
- https://www.axigen.com/
classification:
cwe-id: CWE-200
cpe: cpe:2.3:a:axigen:axigen_mail_server:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Axigen WebAdmin"
product: axigen_mail_server
vendor: axigen
tags: axigen,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Axigen WebAdmin</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022035c425baa2475201f80c7d0b725557d0a5cc5d716c8d87631fadb8e3f7b3d2680221008bbe15adfb33e9a92188f999a25a7a63de7f8da9c4e1126546dba8c96f437ec4: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/axigen-webadmin.yaml"

View on Github