The results of me attempting to manually initiate a TCP connection using Scapy. Covers the basics of crafting custom packets using Scapy, before giving up and using the inbuilt socket connection functionality.
I write about things I see/do/like
The results of me attempting to manually initiate a TCP connection using Scapy. Covers the basics of crafting custom packets using Scapy, before giving up and using the inbuilt socket connection functionality.
A basic guest book server/client app written in Python3 to generate simple network traffic suitable for other projects