2021-11-15 15:40:50 +00:00
|
|
|
id: axigen-webmail
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Axigen WebMail
|
2022-03-09 08:18:50 +00:00
|
|
|
author: dhiyaneshDk,idealphase
|
2021-11-15 15:40:50 +00:00
|
|
|
severity: info
|
2022-02-25 22:07:55 +00:00
|
|
|
description: This template determines if Axigen Webmail is running.
|
|
|
|
reference:
|
|
|
|
- https://www.axigen.com/
|
2021-11-15 15:40:50 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: 'http.title:"Axigen WebMail"'
|
2021-11-16 10:01:05 +00:00
|
|
|
tags: axigen,panel
|
2021-11-15 15:40:50 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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>'
|