Question
7. Rewrite the serveFile() method such that it imposes a maximum file size limit. If a user attempts to download a file that is larger
7. Rewrite the serveFile() method such that it imposes a maximum file size limit. If a user attempts to download a file that is larger than the maximum allowed size, write a log entry to a file called error_log and return a 403 Forbidden HTTP response code.
a. What happens if an attacker tries to download /dev/random after you have made your modification?
b. What might be some alternative ways in which to implement the maximum file size limit?
c. Implement multithreading and a mechanism that allows a maximum number of concurrent downloads for a particular IP address.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started