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

44 lines
943 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/
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
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cve-id:
cwe-id: CWE-200
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