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

32 lines
588 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/
classification:
cwe-id: CWE-200
metadata:
2023-01-18 07:00:30 +00:00
shodan-query: http.title:"Axigen WebAdmin"
tags: axigen,panel
2021-11-15 15:43:34 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
2023-01-18 07:00:30 +00:00
- '<title>Axigen WebAdmin</title>'
2021-11-15 15:43:34 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/03/20