From 42457dcb0b5635e5b020af6543c3306ff008157f Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sun, 9 Jun 2024 22:16:01 -0400 Subject: [PATCH] I feel like this should have been imported? --- qt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt.py b/qt.py index 5c25742..8bc90d6 100644 --- a/qt.py +++ b/qt.py @@ -4,6 +4,7 @@ from scapy.all import IP, UDP, Ether, sniff import webbrowser import sys import threading +import os # Define the destination IP address and UDP ports to filter destination_ip = '255.255.255.255' # Destination IP address