mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 22:03:30 -07:00
Merge de469b36a9
into 38219e249e
This commit is contained in:
commit
c1535e20df
1 changed files with 1 additions and 1 deletions
2
utils.py
2
utils.py
|
@ -107,7 +107,7 @@ def OsInterfaceIsSupported():
|
|||
def IsOsX():
|
||||
return sys.platform == "darwin"
|
||||
|
||||
def FindLocalIP(Iface, OURIP):
|
||||
def FindLocalIP(Iface, OURIP=None):
|
||||
if Iface == 'ALL':
|
||||
return '0.0.0.0'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue