Developing a Valid IP Layer Response
Learn how to craft an IP header to be a valid response to a TCP/IP request packet.
We'll cover the following...
Examining the IP layer
The network packets that we’ll use in a honeypot or server have multiple different layers. Typically, the bottom layer is the Ethernet layer, which handles MAC addressing. In general, we can rely on Scapy to define ...