Thursday, March 13, 2025

HackTheBox - HTTP Requests and Responses

Today I spent time working with HacktheBox on the exercise for HTTP Requests and Responses.  I was given an exercise to again use cURL to get information about a server.  This server happened to be using Apache version 2.4.41 and I learned that in order to use the "GET" method, no additional command was needed with cURL as it is the default method. 

Below you can see how I went through the exercise (without sound so you do not hear my 7 year old in the background ☺).



No comments:

Post a Comment

Overthewire - Bandit - 4-5

Level 4-5: This was another exercise on precise use of special characters and directory commands. Very similar to the last two.