30 lines
548 B
YAML
30 lines
548 B
YAML
id: axigen-webmail
|
|
|
|
info:
|
|
name: Axigen WebMail
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
description: This template determines if Axigen Webmail is running.
|
|
reference:
|
|
- https://www.axigen.com/
|
|
metadata:
|
|
shodan-query: 'http.title:"Axigen WebMail"'
|
|
tags: axigen,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Axigen WebMail</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs on 2022/02/25
|