nuclei-templates/misconfiguration/installer/avideo-install.yaml

35 lines
699 B
YAML

id: avideo-install
info:
name: AVideo Installer - Detect
author: ritikchaddha
severity: high
description: AVideo installer panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
cvss-score: 8.2
cwe-id: CWE-459
metadata:
verified: true
shodan-query: http.title:"AVideo"
fofa-query: "AVideo"
tags: panel,install,avideo
requests:
- method: GET
path:
- "{{BaseURL}}/install/index.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Install AVideo</title>'
- type: status
status:
- 200
# Enhanced by md on 2022/10/31