fuckin' with a packet
This commit is contained in:
parent
109fe2dbd2
commit
b59eee228a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue