fixed mac

This commit is contained in:
Tristan Smith 2024-08-28 23:45:13 -04:00
parent 2a42898cf1
commit 68bdcbdd43
No known key found for this signature in database
GPG key ID: 0858A9B022DE8ECE

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 = '52:54:00:ac:05:8c' #probably doesn't work destination_mac = '52:54:00:ac:05:8c'
source_port = 14236 source_port = 14236
destination_port = 14235 destination_port = 14235