This commit is contained in:
Tristan Smith 2024-08-25 16:46:32 -04:00
parent 6050d03720
commit 2a42898cf1

View file

@ -3,7 +3,7 @@ from scapy.all import sendp, Ether, IP, UDP
destination_ip = '255.255.255.255' destination_ip = '255.255.255.255'
source_ip = '192.168.1.1' source_ip = '192.168.1.1'
source_mac = '52:54:00:ac:05:8c' 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 source_port = 14236
destination_port = 14235 destination_port = 14235