nuclei-templates/misconfiguration/cx-cloud-upload-detect.yaml

18 lines
359 B
YAML
Raw Normal View History

2021-05-23 11:37:30 +00:00
id: cx-cloud-upload-detect
info:
name: CX Cloud Unauthenticated Upload Detect
author: dhiyaneshDk
severity: info
2022-08-31 19:54:58 +00:00
tags: fileupload
2021-05-23 11:37:30 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/upload.jsp'
matchers:
- type: word
words:
- "<HEAD><TITLE>Display file upload form to the user</TITLE></HEAD>"
condition: and