Changed email address

This commit is contained in:
lgandx 2016-06-05 19:32:39 -05:00
parent 6e951c838a
commit f5a8bf0650

View file

@ -90,7 +90,6 @@ def OsInterfaceIsSupported():
return False if IsOsX() else True
else:
return False
def IsOsX():
Os_version = sys.platform
if Os_version == "darwin":
@ -98,7 +97,6 @@ def IsOsX():
else:
return False
def FindLocalIP(Iface, OURIP):
if Iface == 'ALL':
@ -280,7 +278,7 @@ def banner():
print banner
print "\n \033[1;33mNBT-NS, LLMNR & MDNS %s\033[0m" % settings.__version__
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 ""