nuclei-templates/misconfiguration/installer/uvdesk-install.yaml

29 lines
569 B
YAML
Raw Normal View History

2022-11-11 02:21:37 +00:00
id: uvdesk-install
info:
name: UVDesk Installation Wizard
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"UVDesk Helpdesk Community Edition - Installation Wizard"
tags: misconfig,uvdesk,install,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-11 06:37:56 +00:00
- "UVDesk Helpdesk Community Edition"
- "Installation Wizard"
2022-11-11 02:21:37 +00:00
condition: and
- type: status
status:
- 200