Merge pull request #5197 from pikpikcu/patch-337

Create avideo-detect
patch-1
Prince Chaddha 2022-08-25 14:10:53 +05:30 committed by GitHub
commit 8bf927ea2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: avideo-detect
info:
name: Avideo Detect
author: pikpikcu
severity: info
metadata:
verified: true
shodan-query: http.title:"AVideo"
fofa-query: "AVideo"
tags: tech,avideo
requests:
- method: GET
path:
- "{{BaseURL}}"
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