2022-08-24 14:07:07 +00:00
|
|
|
id: avideo-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Avideo Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2022-08-25 05:45:30 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"AVideo"
|
2022-08-24 14:07:07 +00:00
|
|
|
fofa-query: "AVideo"
|
|
|
|
tags: tech,avideo
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-08-25 05:45:30 +00:00
|
|
|
max-redirects: 2
|
2022-08-24 14:07:07 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-08-25 05:45:30 +00:00
|
|
|
- type: regex
|
2022-08-24 14:07:07 +00:00
|
|
|
part: body
|
2022-08-25 05:45:30 +00:00
|
|
|
regex:
|
|
|
|
- '<title>(.*)AVideo(.*)</title>'
|
|
|
|
- 'AVideo Analytics'
|
|
|
|
condition: or
|
2022-08-24 14:07:07 +00:00
|
|
|
|
2022-08-25 08:35:04 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "/install/index.php"
|
|
|
|
negative: true
|
|
|
|
|
2022-08-24 14:07:07 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|