28 lines
494 B
YAML
28 lines
494 B
YAML
id: avideo-install
|
|
|
|
info:
|
|
name: Avideo Installation Setup
|
|
author: ritikchaddha
|
|
severity: high
|
|
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
|