ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 32 - PT0-002 discussion

Report
Export

A security professional wants to test an IoT device by sending an invalid packet to a proprietary service listening on TCP port 3011. Which of the following would allow the security professional to easily and programmatically manipulate the TCP header length and checksum using arbitrary numbers and to observe how the proprietary service responds?

A.
Nmap
Answers
A.
Nmap
B.
tcpdump
Answers
B.
tcpdump
C.
Scapy
Answers
C.
Scapy
D.
hping3
Answers
D.
hping3
Suggested answer: C

Explanation:

https://0xbharath.github.io/art-of-packet-crafting-with-scapy/scapy/creating_packets/index.html

https://scapy.readthedocs.io/en/latest/introduction.html#about-scapy

Scapy is a powerful and interactive packet manipulation tool that allows the security professional to easily and programmatically manipulate the TCP header length and checksum using arbitrary numbers and to observe how the proprietary service responds. Scapy can craft, send, receive, and analyze packets of various protocols, such as TCP, UDP, ICMP, or IP. Scapy can also modify any field of any layer of a packet, such as the TCP header length and checksum, which are used to indicate the size and integrity of the TCP segment. Scapy can also display the response packets from the target system, which can reveal how the proprietary service handles the invalid packet.

asked 02/10/2024
Jarrad Payne
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first