I feel like this should have been imported?
This commit is contained in:
parent
fc3f4b8615
commit
42457dcb0b
1 changed files with 1 additions and 0 deletions
1
qt.py
1
qt.py
|
@ -4,6 +4,7 @@ from scapy.all import IP, UDP, Ether, sniff
|
||||||
import webbrowser
|
import webbrowser
|
||||||
import sys
|
import sys
|
||||||
import threading
|
import threading
|
||||||
|
import os
|
||||||
|
|
||||||
# Define the destination IP address and UDP ports to filter
|
# Define the destination IP address and UDP ports to filter
|
||||||
destination_ip = '255.255.255.255' # Destination IP address
|
destination_ip = '255.255.255.255' # Destination IP address
|
||||||
|
|
Loading…
Reference in a new issue