Building the TCP Header
Build a TCP header for a SYN scanner.
We'll cover the following...
Examining a TCP header
We’ve built the IP layer of a network packet, which indicates the IP address of the target system. To perform port scanning, we also need the concept of ports, which ...