2021-11-15 15:40:50 +00:00
|
|
|
id: axigen-webmail
|
|
|
|
|
|
|
|
info:
|
2022-03-22 03:48:47 +00:00
|
|
|
name: Axigen WebMail PanelDetection
|
2022-03-09 08:18:50 +00:00
|
|
|
author: dhiyaneshDk,idealphase
|
2021-11-15 15:40:50 +00:00
|
|
|
severity: info
|
2022-03-22 03:48:47 +00:00
|
|
|
description: An Axigen webmail panel was discovered.
|
2022-02-25 22:07:55 +00:00
|
|
|
reference:
|
|
|
|
- https://www.axigen.com/
|
2022-03-22 03:48:47 +00:00
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2022-04-22 10:38:41 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-04-22 10:38:41 +00:00
|
|
|
shodan-query: http.title:"Axigen WebMail"
|
|
|
|
tags: axigen,panel
|
2021-11-15 15:40:50 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-11-15 15:40:50 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-03-10 19:58:52 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?i)(Axigen WebMail)'
|
|
|
|
- '<title>Axigen Standard Webmail - (.*)</title>'
|
|
|
|
condition: or
|
2021-11-15 15:40:50 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-02-25 22:07:55 +00:00
|
|
|
|
2022-03-09 08:18:50 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '<script type="text\/javascript" src="js\/lib_login\.js\?v=(.+)"><\/script>'
|