Information Gathering - Web - Skills Assessment

Perform active infrastructure identification against the host https://i.imgur.com. What server name is returned for the host?
I’m stuck on this question. When I tried curl -I, I saw a redirect to https://imgur.com/, but it is not the server name

Take a close look at the output. In the list there should be an entry Server: xxx
This name is requested.

1 Like

Thanks a lot. ■■■■, I misunderstood the question. It’s clear now

try using ‘curl -i -v https://i.imgur.com’ its a simple and reliable command and verbosity wont miss most of the important information

I found the wording of the question really confusing.
You are looking for a tag called server in the response