From 6649abf13173164fdbe657ad49dd876aabc21b90 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 6 Jun 2021 17:55:05 +0530 Subject: [PATCH] Update exposed-jquery-file-upload.yaml --- misconfiguration/exposed-jquery-file-upload.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misconfiguration/exposed-jquery-file-upload.yaml b/misconfiguration/exposed-jquery-file-upload.yaml index f7091c2e29..cde5168b26 100644 --- a/misconfiguration/exposed-jquery-file-upload.yaml +++ b/misconfiguration/exposed-jquery-file-upload.yaml @@ -12,8 +12,13 @@ requests: path: - "{{BaseURL}}/jquery-file-upload/server/php/" + matchers-condition: and matchers: - type: regex regex: - '^{\"files\":' part: body + - type: word + words: + - "text/plain" + part: header