nuclei-templates/exposed-panels/avideo-install.yaml

28 lines
494 B
YAML
Raw Normal View History

2022-08-25 05:51:15 +00:00
id: avideo-install
info:
name: Avideo Installation Setup
author: ritikchaddha
severity: high
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