fuckin' with a packet

This commit is contained in:
Tristan Smith 2024-06-20 01:27:17 -04:00
parent 109fe2dbd2
commit b59eee228a

View file

@ -1,9 +1,9 @@
from scapy.all import sendp, Ether, IP, UDP from scapy.all import sendp, Ether, IP, UDP
destination_ip = '255.255.255.255' destination_ip = '255.255.255.255'
source_ip = '192.168.100.223' source_ip = '192.168.1.1'
source_mac = '8c:16:45:68:54:80' source_mac = '52:54:00:ac:05:8c'
destination_mac = 'ff:ff:ff:ff:ff:ff' # Broadcast MAC address destination_mac = 'ff:ff:ff:ff:ff:ff'
source_port = 14236 source_port = 14236
destination_port = 14235 destination_port = 14235