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

32 lines
588 B
YAML
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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/
classification:
cwe-id: CWE-200
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 mp on 2022/03/20