Create cx-cloud-upload-detect.yaml
parent
009bff5934
commit
22812d2112
|
@ -0,0 +1,17 @@
|
|||
id: cx-cloud-upload-detect
|
||||
|
||||
info:
|
||||
name: CX Cloud Unauthenticated Upload Detect
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: upload
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/upload.jsp'
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<HEAD><TITLE>Display file upload form to the user</TITLE></HEAD>"
|
||||
condition: and
|
Loading…
Reference in New Issue