From f5a8bf0650bc088b6ef5ae7432f2baef0d52852c Mon Sep 17 00:00:00 2001 From: lgandx Date: Sun, 5 Jun 2016 19:32:39 -0500 Subject: [PATCH] Changed email address --- utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils.py b/utils.py index 4c66c6e..2fd0cbd 100644 --- a/utils.py +++ b/utils.py @@ -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 ""