mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update qvidium-management-system-exposed.yaml
This commit is contained in:
@@ -3,16 +3,16 @@ id: qvidium-management-system-exposed
|
||||
info:
|
||||
name: QVidium Management System Exposed
|
||||
author: tess
|
||||
severity: high
|
||||
severity: medium
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: html:"QVidium Management"
|
||||
tags: misconfig,qvidium,exposed
|
||||
tags: misconfig,qvidium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/'
|
||||
- '{{BaseURL}}'
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
@@ -21,14 +21,14 @@ requests:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "QVidium Management</title>"
|
||||
- 'QVidium Management'
|
||||
- 'src="/cgi-bin/banner.cgi'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
- 'text/html'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
||||
Reference in New Issue
Block a user