mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 05:01:31 +00:00
Do not die on netifaces import failure
This commit is contained in:
2
utils.py
2
utils.py
@@ -28,7 +28,7 @@ import random
|
|||||||
try:
|
try:
|
||||||
import netifaces
|
import netifaces
|
||||||
except:
|
except:
|
||||||
sys.exit('You need to install python-netifaces or run Responder with python3...\nTry "apt-get install python-netifaces" or "pip install netifaces"')
|
print('You need to install python-netifaces or run Responder with python3...\nTry "apt-get install python-netifaces" or "pip install netifaces"')
|
||||||
|
|
||||||
from calendar import timegm
|
from calendar import timegm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user