exam questions

Exam 312-50v11 All Questions

View all questions & answers for the 312-50v11 exam

Exam 312-50v11 topic 1 question 354 discussion

Actual exam question from ECCouncil's 312-50v11
Question #: 354
Topic #: 1
[All 312-50v11 Questions]

What would be the purpose of running "wget 192.168.0.15 -q -S" against a web server?

  • A. Performing content enumeration on the web server to discover hidden folders
  • B. Using wget to perform banner grabbing on the webserver
  • C. Flooding the web server with requests to perform a DoS attack
  • D. Downloading all the contents of the web page locally for further examination
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Scryptic
Highly Voted 2 years, 2 months ago
-q, --quiet quiet (no output) -S, --server-response print server response
upvoted 10 times
...
GummyBear95
Highly Voted 9 months, 2 weeks ago
This was on the exam 21.02.23
upvoted 6 times
...
HadiCyA
Most Recent 7 months, 3 weeks ago
Selected Answer: A
The "wget" command is a utility used for downloading files from the web. When running "wget 192.168.0.15 -q -S" against a web server, it would attempt to download the default web page from that server and display some information about the download process. The "-q" option specifies that wget should run in quiet mode, which means that it will not output any unnecessary information to the console during the download process. The "-S" option, on the other hand, tells wget to display the server's response headers, which can provide some additional information about the server's configuration. In summary, the purpose of running "wget 192.168.0.15 -q -S" against a web server is to download the default web page from that server and display some additional information about the server's configuration.
upvoted 1 times
...
sphenixfire
8 months, 4 weeks ago
Who will use this old tech to grab banner while haveing devtools in browser?!
upvoted 1 times
...
TraxDigitizer
11 months, 2 weeks ago
Selected Answer: B
B is correct
upvoted 2 times
...
Gregman380
12 months ago
Selected Answer: B
This is definitely banner grabbing! https://securitytrails.com/blog/banner-grabbing#content-wget
upvoted 2 times
...
heeren
1 year, 1 month ago
We will be using the wget command to capture the HTTP banner of the remote server. for eg. wget –q –S 192.168.0.11
upvoted 1 times
...
atsagar
1 year, 2 months ago
Selected Answer: B
Correct answer is B. Check the forum about banner grabbing: https://www.hackingarticles.in/multiple-ways-to-banner-grabbing/
upvoted 3 times
...
MyName7
1 year, 3 months ago
Selected Answer: B
the correct answer is B; it states on multiple sites that it is banner grabbing
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...