2021-11-15 15:43:34 +00:00
|
|
|
|
id: axigen-webadmin
|
|
|
|
|
|
|
|
|
|
info:
|
|
|
|
|
name: Axigen Web Admin
|
|
|
|
|
author: dhiyaneshDk
|
|
|
|
|
severity: info
|
2022-02-25 22:07:55 +00:00
|
|
|
|
description: This template determines if Axigen Web Admin is running.
|
|
|
|
|
reference:
|
|
|
|
|
- https://www.axigen.com/
|
2021-11-15 15:43:34 +00:00
|
|
|
|
metadata:
|
2022-02-25 22:07:55 +00:00
|
|
|
|
shodan-query: 'http.title:"Axigen WebAdmin"'
|
2021-11-16 10:01:39 +00:00
|
|
|
|
tags: axigen,panel
|
2021-11-15 15:43:34 +00:00
|
|
|
|
|
|
|
|
|
requests:
|
|
|
|
|
- method: GET
|
|
|
|
|
path:
|
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
|
matchers:
|
|
|
|
|
- type: word
|
|
|
|
|
words:
|
2022-02-25 22:07:55 +00:00
|
|
|
|
- '<title>Axigen WebAdmin</title>'
|
2021-11-15 15:43:34 +00:00
|
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
|
status:
|
|
|
|
|
- 200
|
2022-02-25 22:07:55 +00:00
|
|
|
|
|
|
|
|
|
# Enhanced by cs on 2022/02/25
|