Merge pull request #5914 from pikpikcu/patch-352

Create vivotex-web-console
patch-1
Dhiyaneshwaran 2022-10-31 14:44:41 +05:30 committed by GitHub
commit d4a1ddf0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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