mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 21:11:22 -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
|
||||
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 ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue