Create avideo-install.yaml

patch-1
Ritik Chaddha 2022-08-25 11:21:15 +05:30 committed by GitHub
parent 59673f50bf
commit a51a326111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: avideo-install
info:
name: Avideo Installation Setup
author: ritikchaddha
severity: high
metadata:
verified: true
shodan-query: http.title:"AVideo"
fofa-query: "AVideo"
tags: 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