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

37 lines
778 B
YAML

id: axigen-webmail
info:
name: Axigen WebMail
author: dhiyaneshDk,idealphase
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: 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>'