Create uvdesk-helpdesk-installer.yaml
parent
47acd7e495
commit
f18f623d62
|
@ -0,0 +1,31 @@
|
||||||
|
id: uvdesk-helpdesk-installer
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: UVDesk Helpdesk Installation Page - Exposure
|
||||||
|
author: DhiyaneshDK
|
||||||
|
severity: high
|
||||||
|
description: |
|
||||||
|
Detects exposed UVDesk Helpdesk Installation page.
|
||||||
|
reference:
|
||||||
|
- https://www.uvdesk.com/en/
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: html:"UVDesk Helpdesk Community Edition - Installation Wizard"
|
||||||
|
tags: misconfig,install,exposure,uvdesk,helpdesk
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/#welcome"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "UVDesk Helpdesk Community Edition - Installation Wizard"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue