Valid SY0-601 Dumps shared by ExamDiscuss.com for Helping Passing SY0-601 Exam! ExamDiscuss.com now offer the newest SY0-601 exam dumps, the ExamDiscuss.com SY0-601 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SY0-601 dumps with Test Engine here:
A security analyst wants to fingerprint a web server. Which of the following tools will the security analyst MOST likely use to accomplish this task?
Correct Answer: C
curl -- head is similar to curl get. Remember from your studies that get is when a user/entity is requesting to get/download resources from a server across the internet. Get requests include a header and a body. By doing curl --head, you're sending a request to get information from a server. The server will reply by providing only the headers of the request, rather than including the body. Therefore a curl -- head is a way to send requests for header-only get requests. This allows people a quick summary of a response server, or in this case, to view it's fingerprint.