QUESTION IMAGE
Question
which feature allows nmap to work out hop counts?
a -sn switch
b --script switch
c --traceroute switch
d -p switch
Analyze the question prompt
The question asks which Nmap feature or switch allows it to work out hop counts to a target host.
Evaluate the options
Using the Nmap Host Discovery knowledge point
- Option A:
-snis used for host discovery (ping scan) without port scanning. - Option B:
--scriptis used to run Nmap Scripting Engine (NSE) scripts. - Option C:
--tracerouteis the explicit switch that enables Nmap's traceroute feature to determine the network path and hop counts to the target. - Option D:
-pis used to specify target ports for scanning.
Select the correct option
Option C is the correct switch for determining hop counts.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- (A) -sn switch
- (B) --script switch
- (C) --traceroute switch (Correct answer)
- (D) -p switch