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

25 lines
418 B
YAML

id: axigen-webadmin
info:
name: Axigen Web Admin
author: dhiyaneshDk
severity: info
metadata:
shodan-query: 'http.title:"Axigen WebAdmin"'
tags: axigen,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Axigen&nbsp;WebAdmin</title>'
- type: status
status:
- 200