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

33 lines
591 B
YAML
Raw Normal View History

2022-10-30 05:10:58 +00:00
id: vivotex-web-console-detect
info:
name: VIVOTEK Web Console Detect
author: pikpikcu
severity: info
metadata:
max-request: 1
2022-10-30 05:10:58 +00:00
fofa-query: app="VIVOTEK-Web-Console"
2022-10-31 08:55:05 +00:00
shodan-query: title:"VIVOTEK Web Console"
2022-10-30 19:17:20 +00:00
tags: tech,vivotex,console
2022-10-30 05:10:58 +00:00
http:
2022-10-30 05:10:58 +00:00
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>VIVOTEK Web Console</title>"
2022-10-31 08:55:05 +00:00
- type: word
part: header
words:
- "text/html"
2022-10-30 05:10:58 +00:00
- type: status
status:
- 200