From 76a8559005059ca7c449167a2bee42b7db519758 Mon Sep 17 00:00:00 2001 From: Sana147 <14mseeshabib@seecs.edu.pk> Date: Wed, 3 May 2023 03:17:34 +0000 Subject: [PATCH] Update 'server/first_packet.py' --- server/first_packet.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/first_packet.py b/server/first_packet.py index 814e36f..71a5c48 100644 --- a/server/first_packet.py +++ b/server/first_packet.py @@ -1,3 +1,5 @@ +# Using the source code and instructions from: https://inc0x0.com/tcp-ip-packets-introduction/tcp-ip-packets-3-manually-create-and-send-raw-tcp-ip-packets/ + import socket s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_TCP)