Update avideo-detect.yaml
parent
3ec4b54c8a
commit
53e310b069
|
@ -5,6 +5,8 @@ info:
|
|||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"AVideo"
|
||||
fofa-query: "AVideo"
|
||||
tags: tech,avideo
|
||||
|
||||
|
@ -13,12 +15,16 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- 'Powered by <a href="http://www.avideo.com"'
|
||||
regex:
|
||||
- '<title>(.*)AVideo(.*)</title>'
|
||||
- 'AVideo Analytics'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue