30 lines
557 B
YAML
30 lines
557 B
YAML
id: axigen-webadmin
|
||
|
||
info:
|
||
name: Axigen Web Admin
|
||
author: dhiyaneshDk
|
||
severity: info
|
||
description: This template determines if Axigen Web Admin is running.
|
||
reference:
|
||
- https://www.axigen.com/
|
||
metadata:
|
||
shodan-query: 'http.title:"Axigen WebAdmin"'
|
||
tags: axigen,panel
|
||
|
||
requests:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}"
|
||
|
||
matchers-condition: and
|
||
matchers:
|
||
- type: word
|
||
words:
|
||
- '<title>Axigen WebAdmin</title>'
|
||
|
||
- type: status
|
||
status:
|
||
- 200
|
||
|
||
# Enhanced by cs on 2022/02/25
|