Saataa andagii !

This commit is contained in:
Lukian 2025-01-14 12:28:23 +01:00
parent 63853db630
commit d9f8aac30f

View file

@ -2,7 +2,7 @@ from scapy.all import *
import http.server import http.server
import socketserver import socketserver
import threading import threading
import time from time import sleep
PORT = 80 PORT = 80
@ -13,7 +13,7 @@ addresses = {}
def empty_addresses(): def empty_addresses():
while True: while True:
time.wait(1) sleep(1)
addresses.clear() addresses.clear()
def handler(pkt): def handler(pkt):