30 lines
584 B
YAML
30 lines
584 B
YAML
id: uvdesk-install
|
|
|
|
info:
|
|
name: UVDesk Installation Wizard
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"UVDesk Helpdesk Community Edition - Installation Wizard"
|
|
tags: misconfig,uvdesk,install,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "UVDesk Helpdesk Community Edition"
|
|
- "Installation Wizard"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|