I’m stuck on the last two questions for Skills Assessment.
I was able to get the parameter from GET requests but i cannot diagnose why my PUT requests are not working. I’m not getting any errors, but I’m also not getting anything with a different size.
This is the command I’m running:
ffuf -w /usr/share/SecLists/Discovery/Web-Content/burp-parameter-names.txt:FUZZ -u http://faculty.academy.htb:45490/courses/linux-security.php7 -X POST -d ‘FUZZ=key’ -H ‘Content-Type: application/x-www-urlencoded’ -ic -c -fs 774