From 2a42898cf19abe737b8968b4d4c1b4fb3564aac5 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sun, 25 Aug 2024 16:46:32 -0400 Subject: [PATCH] lol --- packet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packet.py b/packet.py index 8814fe0..f34a16e 100755 --- a/packet.py +++ b/packet.py @@ -3,7 +3,7 @@ from scapy.all import sendp, Ether, IP, UDP destination_ip = '255.255.255.255' source_ip = '192.168.1.1' source_mac = '52:54:00:ac:05:8c' -destination_mac = 'fu:ck:yo:ur:mo:m!' #probably doesn't work +destination_mac = '52:54:00:ac:05:8c' #probably doesn't work source_port = 14236 destination_port = 14235