Question: Must utilize Scapy packet maniupulation program: A normal TCP handshake contains three packets, a SYN packet which is sent from the client to the server,
Must utilize Scapy packet maniupulation program:

A normal TCP handshake contains three packets, a SYN packet which is sent from the client to the server, on which the server replies with a SYNACK packet, after which the client on its turn replies with an ACK packet. a) Create your own packet in Scapy for this TCP handshake. b) Write a Python script making use of Scapy for this TCP handshake
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
