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

41 lines
846 B
YAML
Raw Normal View History

2021-11-15 15:40:50 +00:00
id: axigen-webmail
info:
name: Axigen WebMail PanelDetection
author: dhiyaneshDk,idealphase
2021-11-15 15:40:50 +00:00
severity: info
description: An Axigen webmail panel was discovered.
reference:
- https://www.axigen.com/
classification:
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Axigen WebMail"
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
extractors:
- type: regex
group: 1
part: body
regex:
- '<script type="text\/javascript" src="js\/lib_login\.js\?v=(.+)"><\/script>'
# Enhanced by mp on 2022/03/20