Update axigen-webmail.yaml

Added axigen version extractor
patch-1
idealphase 2022-03-09 15:18:50 +07:00 committed by GitHub
parent 5557f9138f
commit e2fa9a0386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@ id: axigen-webmail
info:
name: Axigen WebMail
author: dhiyaneshDk
author: dhiyaneshDk,idealphase
severity: info
description: This template determines if Axigen Webmail is running.
reference:
@ -26,4 +26,11 @@ requests:
status:
- 200
extractors:
- type: regex
group: 1
part: body
regex:
- '<script type="text\/javascript" src="js\/lib_login\.js\?v=(.+)"><\/script>'
# Enhanced by cs on 2022/02/25