mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-06 21:12:12 -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 requests
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
from signal import SIGINT, signal
|
#from signal import SIGINT, signal
|
||||||
import signal
|
import signal
|
||||||
import socket
|
import socket
|
||||||
import fcntl
|
import fcntl
|
||||||
|
@ -1246,7 +1246,7 @@ def wifijammerMain(args):
|
||||||
hop.daemon = True
|
hop.daemon = True
|
||||||
hop.start()
|
hop.start()
|
||||||
|
|
||||||
signal(SIGINT, stop)
|
signal.signal(signal.SIGINT, stop)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
sniff(iface=mon_iface, store=0, prn=cb)
|
sniff(iface=mon_iface, store=0, prn=cb)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue