nuclei-templates/http/exposed-panels/axxon-client-panel.yaml

34 lines
744 B
YAML

id: axxon-client-panel
info:
name: Axxon Next Client Login - Detect
author: irshadahamed
severity: info
description: Axxon One is a limitlessly scalable video management software
reference:
- https://www.axxonsoft.com/products/video-management-software
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: title:"Axxon Next client"
verified: true
tags: panel,axxon,vms,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Axxon Next client"
- type: status
status:
- 200