lol
This commit is contained in:
parent
6050d03720
commit
2a42898cf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue