mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-08 05:50:58 -07:00
Changed email address
This commit is contained in:
parent
6e951c838a
commit
f5a8bf0650
1 changed files with 1 additions and 3 deletions
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 ""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue