Inside the TCP Handshake
Explore the TCP handshake in preparation for building a SYN scanner.
We'll cover the following...
Introduction to port scanning
The concept of port scanning itself is based on the operation of the Transmission Control Protocol (TCP) and its counterpart, the User Datagram Protocol (UDP). While an IP address uniquely identifies a computer, these protocols define ports that allow communication with specific applications on a computer. ...