PT0-003 · Question #125
A penetration tester wants to send a specific network packet with custom flags and sequence numbers to a vulnerable target. Which of the following should the tester use?
The correct answer is C. Scapy. Scapy is a powerful interactive Python-based packet manipulation tool used by penetration testers to create, modify, send, and analyze custom packets. It supports many protocols and allows you to set TCP flags, sequence numbers, and more. tcprelay is used to redirect TCP…
Question
A penetration tester wants to send a specific network packet with custom flags and sequence numbers to a vulnerable target. Which of the following should the tester use?
Options
- Atcprelay
- BBluecrack
- CScapy
- Dtcpdump
How the community answered
(25 responses)- A4% (1)
- B4% (1)
- C92% (23)
Explanation
Scapy is a powerful interactive Python-based packet manipulation tool used by penetration testers to create, modify, send, and analyze custom packets. It supports many protocols and allows you to set TCP flags, sequence numbers, and more. tcprelay is used to redirect TCP traffic, not to craft packets. Bluecrack is used for cracking Bluetooth encryption, irrelevant in this context. tcpdump is a packet capture tool, not suitable for crafting or injecting packets.
Topics
Community Discussion
No community discussion yet for this question.