nuclei-templates/http/exposed-panels/axigen-webmail.yaml

40 lines
829 B
YAML

id: axigen-webmail
info:
name: Axigen WebMail PanelDetection
author: dhiyaneshDk,idealphase
severity: info
description: An Axigen webmail panel was discovered.
reference:
- https://www.axigen.com/
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Axigen WebMail"
tags: axigen,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
regex:
- '(?i)(Axigen WebMail)'
- '<title>Axigen Standard Webmail - (.*)</title>'
condition: or
- type: status
status:
- 200
extractors:
- type: regex
group: 1
part: body
regex:
- '<script type="text\/javascript" src="js\/lib_login\.js\?v=(.+)"><\/script>'