GPEN · Question #147
John works as a professional Ethical Hacker. He is assigned a project to test the security of connected to the server or not. Which of the following will he use to ping these computers?
The correct answer is C. Ping sweeping. Ping sweeping sends ICMP echo requests to a range of IP addresses simultaneously to discover which hosts are live on a network.
Question
John works as a professional Ethical Hacker. He is assigned a project to test the security of connected to the server or not. Which of the following will he use to ping these computers?
Options
- APING
- BTRACEROUTE
- CPing sweeping
- DNETSTAT
How the community answered
(37 responses)- A5% (2)
- B16% (6)
- C70% (26)
- D8% (3)
Why each option
Ping sweeping sends ICMP echo requests to a range of IP addresses simultaneously to discover which hosts are live on a network.
The PING command tests connectivity to a single specified host and cannot efficiently probe an entire range of IP addresses to discover multiple live hosts.
TRACEROUTE maps the network path and hop-by-hop routing between the source and a single destination; it does not test multiple hosts for connectivity.
Ping sweeping is a reconnaissance technique that automates the process of sending ICMP echo request packets to multiple IP addresses across a subnet or range. It allows an ethical hacker to quickly map which hosts are online and reachable without manually pinging each address one at a time. Tools such as Nmap and fping are commonly used to perform ping sweeps during the network discovery phase.
NETSTAT displays current network connections, routing tables, and interface statistics on the local machine and does not send probes to discover remote hosts.
Concept tested: Ping sweep for live host discovery
Source: https://www.eccouncil.org/cybersecurity-exchange/ethical-hacking/what-is-ping-sweep/
Topics
Community Discussion
No community discussion yet for this question.