mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-09 06:01:29 +00:00
Changed email address
This commit is contained in:
4
utils.py
4
utils.py
@@ -90,7 +90,6 @@ def OsInterfaceIsSupported():
|
|||||||
return False if IsOsX() else True
|
return False if IsOsX() else True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def IsOsX():
|
def IsOsX():
|
||||||
Os_version = sys.platform
|
Os_version = sys.platform
|
||||||
if Os_version == "darwin":
|
if Os_version == "darwin":
|
||||||
@@ -98,7 +97,6 @@ def IsOsX():
|
|||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
def FindLocalIP(Iface, OURIP):
|
def FindLocalIP(Iface, OURIP):
|
||||||
|
|
||||||
if Iface == 'ALL':
|
if Iface == 'ALL':
|
||||||
@@ -280,7 +278,7 @@ def banner():
|
|||||||
print banner
|
print banner
|
||||||
print "\n \033[1;33mNBT-NS, LLMNR & MDNS %s\033[0m" % settings.__version__
|
print "\n \033[1;33mNBT-NS, LLMNR & MDNS %s\033[0m" % settings.__version__
|
||||||
print ""
|
print ""
|
||||||
print " Original work by Laurent Gaffie (lgaffie@trustwave.com)"
|
print " Author: Laurent Gaffie (laurent.gaffie@gmail.com)"
|
||||||
print " To kill this script hit CRTL-C"
|
print " To kill this script hit CRTL-C"
|
||||||
print ""
|
print ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user