Merge pull request #5922 from tess-ss/patch-51

Create qvidium-management-system-exposed.yaml
patch-1
Dhiyaneshwaran 2022-10-31 22:48:56 +05:30 committed by GitHub
commit 37dd6a134b
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: medium
metadata:
verified: true
shodan-query: html:"QVidium Management"
tags: misconfig,qvidium
requests:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'QVidium Management'
- 'src="/cgi-bin/banner.cgi'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200