Banner Grabbing
Reconnaissance
- Date
- 2026-05-17
cURL can be used to retrieve server header information from the command line:
curl -IL URL
-I tells curl to only get the HTTP Headers.
-L tells it to follow redirects like 301 or 302.
cURL can be used to retrieve server header information from the command line:
curl -IL URL
-I tells curl to only get the HTTP Headers.
-L tells it to follow redirects like 301 or 302.