This commit is contained in:
Tristan Smith 2024-07-19 23:33:10 -04:00
parent 7a58c58c03
commit 6050d03720
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/myenv/

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 = 'ff:ff:ff:ff:ff:ff' destination_mac = 'fu:ck:yo:ur:mo:m!' #probably doesn't work
source_port = 14236 source_port = 14236
destination_port = 14235 destination_port = 14235