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

35 lines
689 B
YAML
Raw Normal View History

2021-11-15 15:43:34 +00:00
id: axigen-webadmin
info:
name: Axigen Web Admin Detection
2021-11-15 15:43:34 +00:00
author: dhiyaneshDk
severity: info
description: An Axigen Web Admin panel was discovered.
reference:
- https://www.axigen.com/
2021-11-15 15:43:34 +00:00
metadata:
shodan-query: 'http.title:"Axigen WebAdmin"'
2021-11-16 10:01:39 +00:00
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
2021-11-15 15:43:34 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Axigen WebAdmin</title>'
2021-11-15 15:43:34 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/03/20