40 lines
678 B
YAML
40 lines
678 B
YAML
id: avideo-detect
|
|
|
|
info:
|
|
name: Avideo Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"AVideo"
|
|
fofa-query: "AVideo"
|
|
tags: tech,avideo
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '<title>(.*)AVideo(.*)</title>'
|
|
- 'AVideo Analytics'
|
|
condition: or
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "/install/index.php"
|
|
negative: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|