commit
d4a1ddf0f7
|
@ -0,0 +1,31 @@
|
|||
id: vivotex-web-console-detect
|
||||
|
||||
info:
|
||||
name: VIVOTEK Web Console Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: app="VIVOTEK-Web-Console"
|
||||
shodan-query: title:"VIVOTEK Web Console"
|
||||
tags: tech,vivotex,console
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>VIVOTEK Web Console</title>"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue