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

35 lines
699 B
YAML
Raw Normal View History

2022-08-25 05:51:15 +00:00
id: avideo-install
info:
name: AVideo Installer - Detect
2022-08-25 05:51:15 +00:00
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
2022-08-25 05:51:15 +00:00
metadata:
verified: true
shodan-query: http.title:"AVideo"
fofa-query: "AVideo"
2022-08-25 08:33:14 +00:00
tags: panel,install,avideo
2022-08-25 05:51:15 +00:00
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