nuclei-templates/technologies/vivotex-web-console-detect....

32 lines
576 B
YAML

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