Upload Type - DuckyMomo20012/owasp-juice-shop GitHub Wiki

Upload Type

Difficulty: :star2::star2::star2:

Description: Upload a file that has no .pdf or .zip extension.

Category: Improper Input Validation

Tags:

Solution:

Go to the complaint page via http://localhost:3000/#/complain Try a valid and go to Burp Suite to see the POST /file-upload request

image

Send it to Repeater and replace the content of the valid PDF file with plain text and hit Send

image

The challenge is solved

image