Create qvidium-management-system-exposed.yaml
parent
59a63264da
commit
f3d8e786c8
|
@ -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
|
Loading…
Reference in New Issue