VIVOTEK Web Console Detect
ID: vivotex-web-console-detect
Severity: info
Author: pikpikcu
Tags: tech,vivotex,console
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: vivotex-web-console-detect
info: name: VIVOTEK Web Console Detect author: pikpikcu severity: info classification: cpe: cpe:2.3:h:vivotek:ip7361:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: vivotek product: ip7361 shodan-query: title:"VIVOTEK Web Console" fofa-query: app="VIVOTEK-Web-Console" tags: tech,vivotex,console
http: - 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# digest: 4a0a00473045022100fc686db78afa8cf2f9a8a616c6437bb286255906739bc807c929594fef9ecf76022040de64eab6752bf61483a0e217bfc5107e1cc3e333c4d5ecc873e0c364d3b6aa:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/vivotex-web-console-detect.yaml"