PT0-002 · Question #25
A penetration tester writes the following script: Which of the following objectives is the tester attempting to achieve?
The correct answer is A. Determine active hosts on the network. Although the script itself is not rendered in the question text, the correct answer indicates this is a host-discovery script-commonly a ping sweep, ICMP echo loop, or ARP scan iterating over a range of IP addresses to identify which hosts are online. Such scripts typically…
Question
A penetration tester writes the following script:
Which of the following objectives is the tester attempting to achieve?
Options
- ADetermine active hosts on the network.
- BSet the TTL of ping packets for stealth.
- CFill the ARP table of the networked devices.
- DScan the system on the most used ports.
How the community answered
(44 responses)- A89% (39)
- B2% (1)
- C7% (3)
- D2% (1)
Explanation
Although the script itself is not rendered in the question text, the correct answer indicates this is a host-discovery script-commonly a ping sweep, ICMP echo loop, or ARP scan iterating over a range of IP addresses to identify which hosts are online. Such scripts typically iterate through a subnet (e.g., 192.168.1.1–254), send a probe (ICMP, TCP, or ARP), and report back which addresses respond. This is a standard reconnaissance technique for mapping live hosts before deeper enumeration. The other options (TTL manipulation, ARP table flooding, port scanning) describe different objectives.
Topics
Community Discussion
No community discussion yet for this question.