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

37 lines
778 B
YAML
Raw Normal View History

2021-11-15 15:40:50 +00:00
id: axigen-webmail
info:
name: Axigen WebMail
author: dhiyaneshDk,idealphase
2021-11-15 15:40:50 +00:00
severity: info
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
extractors:
- type: regex
group: 1
part: body
regex:
- '<script type="text\/javascript" src="js\/lib_login\.js\?v=(.+)"><\/script>'