Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Fixed small typo #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/Icmp-Redirect.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def IcmpRedirectSock(DestinationIP):

def FindWhatToDo(ToThisHost2):
if ToThisHost2 != None:
Show_Help('Hit CRTL-C to kill this script')
Show_Help('Hit CTRL-C to kill this script')
RunThisInLoop(ToThisHost, ToThisHost2,OURIP)
if ToThisHost2 == None:
Show_Help(MoreHelp)
Expand Down
2 changes: 1 addition & 1 deletion tools/SMBRelay.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def UserCallBack(op, value, dmy, parser):

print "\nResponder SMBRelay 0.1\nPlease send bugs/comments to: [email protected]"
print '\033[31m'+'Use this script in combination with Responder.py for best results (remember to set SMB = Off in Responder.conf)..\nUsernames to relay (-u) are case sensitive.'+'\033[0m'
print 'To kill this script hit CRTL-C or Enter\nWill relay credentials for these users: '+'\033[1m\033[34m'+', '.join(UserToRelay)+'\033[0m\n'
print 'To kill this script hit CTRL-C or Enter\nWill relay credentials for these users: '+'\033[1m\033[34m'+', '.join(UserToRelay)+'\033[0m\n'

#Function used to verify if a previous auth attempt was made.
def ReadData(outfile,Client, User, cmd=None):
Expand Down
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def banner():
print "\n \033[1;33mNBT-NS, LLMNR & MDNS %s\033[0m" % settings.__version__
print ""
print " Author: Laurent Gaffie ([email protected])"
print " To kill this script hit CRTL-C"
print " To kill this script hit CTRL-C"
print ""


Expand Down