mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-06 04:52:18 -07:00
commit
e5984233e9
1 changed files with 2 additions and 2 deletions
4
LANs.py
4
LANs.py
|
@ -72,7 +72,7 @@ from cStringIO import StringIO
|
|||
import requests
|
||||
import sys
|
||||
import time
|
||||
from signal import SIGINT, signal
|
||||
#from signal import SIGINT, signal
|
||||
import signal
|
||||
import socket
|
||||
import fcntl
|
||||
|
@ -1246,7 +1246,7 @@ def wifijammerMain(args):
|
|||
hop.daemon = True
|
||||
hop.start()
|
||||
|
||||
signal(SIGINT, stop)
|
||||
signal.signal(signal.SIGINT, stop)
|
||||
|
||||
try:
|
||||
sniff(iface=mon_iface, store=0, prn=cb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue