Which statement about Scapy's destination addressing is true?

Study for the SANS560 GIAC Penetration Tester (GPEN) Test. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

Which statement about Scapy's destination addressing is true?

Explanation:
Scapy lets you specify the destination at the IP layer using CIDR notation, which means you can target a whole subnet in one go. For example, using a destination like 192.168.1.0/24 lets Scapy generate and send packets to every host in that subnet, enabling scans or discovery without listing each IP individually. This is handy when performing sweeps with ICMP, ARP, or other protocols, and Scapy will collect responses from the hosts that reply. So the statement about CIDR notation to target multiple hosts is true. The other options aren’t correct because Scapy doesn’t limit destinations to a single IP, it does support specifying destinations, and it isn’t restricted to MAC addresses only.

Scapy lets you specify the destination at the IP layer using CIDR notation, which means you can target a whole subnet in one go. For example, using a destination like 192.168.1.0/24 lets Scapy generate and send packets to every host in that subnet, enabling scans or discovery without listing each IP individually. This is handy when performing sweeps with ICMP, ARP, or other protocols, and Scapy will collect responses from the hosts that reply.

So the statement about CIDR notation to target multiple hosts is true. The other options aren’t correct because Scapy doesn’t limit destinations to a single IP, it does support specifying destinations, and it isn’t restricted to MAC addresses only.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy