mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 05:13:34 -07:00
Do not die on netifaces import failure
This commit is contained in:
parent
e918fe01c6
commit
5baeae79bd
1 changed files with 25 additions and 25 deletions
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue