What would be the purpose of running "wget 192.168.0.15 -q -S" against a web server?
Performing content enumeration on the web server to discover hidden folders
Using wget to perform banner grabbing on the webserver
Flooding the web server with requests to perform a DoS attack
Downloading all the contents of the web page locally for further examination
-q, --quiet quiet (no output)
-S, --server-response print server response
Submit