Saataa andagii !
This commit is contained in:
parent
63853db630
commit
d9f8aac30f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ from scapy.all import *
|
|||
import http.server
|
||||
import socketserver
|
||||
import threading
|
||||
import time
|
||||
from time import sleep
|
||||
|
||||
PORT = 80
|
||||
|
||||
|
@ -13,7 +13,7 @@ addresses = {}
|
|||
|
||||
def empty_addresses():
|
||||
while True:
|
||||
time.wait(1)
|
||||
sleep(1)
|
||||
addresses.clear()
|
||||
|
||||
def handler(pkt):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue