HTTP 29
This challenge covers how to send specific HTTP requests
This challenge focuses on sending a POST request to the path /pentesterlab, utilizing HTTP multipart to upload a file. The file should be associated with the parameter name "filename" and must contain at least one byte of data.
The recommended approach is to initially use the curl command-line tool to accomplish this task. After successfully solving the challenge with curl, you are encouraged to write a script in your preferred programming language. This will not only solidify your understanding but also help you build a reusable collection of scripts for future use.