Create qvidium-management-system-exposed.yaml

patch-1
Arman 2022-10-31 12:53:49 -04:00 committed by GitHub
parent 59a63264da
commit f3d8e786c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: qvidium-management-system-exposed
info:
name: QVidium Management System Exposed
author: tess
severity: high
metadata:
verified: true
shodan-query: html:"QVidium Management"
tags: misconfig,qvidium,exposed
requests:
- method: GET
path:
- '{{BaseURL}}/'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "QVidium Management</title>"
- 'src="/cgi-bin/banner.cgi'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200