nuclei-templates/http/exposed-panels/atvise-login.yaml

33 lines
729 B
YAML

id: atvise-login
info:
name: Atvise Login Panel
author: idealphase
severity: info
description: An Atvise login panel was discovered. Atvise is a leading visualization and control center solutions based on pure web technology.
reference:
- https://www.exploit-db.com/ghdb/7837
- https://www.atvise.com/en
classification:
cwe-id: CWE-200
metadata:
max-request: 1
google-query: intitle:"atvise - next generation"
tags: panel,atvise,edb
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>atvise - next generation</title>'
- type: status
status:
- 200