35 lines
689 B
YAML
35 lines
689 B
YAML
id: axigen-webadmin
|
||
|
||
info:
|
||
name: Axigen Web Admin Detection
|
||
author: dhiyaneshDk
|
||
severity: info
|
||
description: An Axigen Web Admin panel was discovered.
|
||
reference:
|
||
- https://www.axigen.com/
|
||
metadata:
|
||
shodan-query: 'http.title:"Axigen WebAdmin"'
|
||
tags: axigen,panel
|
||
classification:
|
||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
||
cvss-score: 0.0
|
||
cve-id:
|
||
cwe-id: CWE-200
|
||
|
||
requests:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}"
|
||
|
||
matchers-condition: and
|
||
matchers:
|
||
- type: word
|
||
words:
|
||
- '<title>Axigen WebAdmin</title>'
|
||
|
||
- type: status
|
||
status:
|
||
- 200
|
||
|
||
# Enhanced by mp on 2022/03/20
|