mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -07:00
Fixed instances of "CRTL-C" to "CTRL-C"
This commit is contained in:
parent
38219e249e
commit
44a4e495cc
3 changed files with 40 additions and 40 deletions
|
@ -214,7 +214,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)
|
||||
|
|
|
@ -104,7 +104,7 @@ def ShowWelcome():
|
|||
print color('\nResponder MultiRelay %s NTLMv1/2 Relay' %(__version__),8,1)
|
||||
print '\nSend bugs/hugs/comments to: laurent.gaffie@gmail.com'
|
||||
print 'Usernames to relay (-u) are case sensitive.'
|
||||
print 'To kill this script hit CRTL-C.\n'
|
||||
print 'To kill this script hit CTRL-C.\n'
|
||||
print color('/*',8,1)
|
||||
print 'Use this script in combination with Responder.py for best results.'
|
||||
print 'Make sure to set SMB and HTTP to OFF in Responder.conf.\n'
|
||||
|
@ -136,7 +136,7 @@ def ShowHelp():
|
|||
print color('lcmd command',8,1)+' -> Run a local command and display the result in MultiRelay shell (eg: lcmd ifconfig)'
|
||||
print color('help',8,1)+' -> Print this message.'
|
||||
print color('exit',8,1)+' -> Exit this shell and return in relay mode.'
|
||||
print ' If you want to quit type exit and then use CRTL-C\n'
|
||||
print ' If you want to quit type exit and then use CTRL-C\n'
|
||||
print color('Any other command than that will be run as SYSTEM on the target.\n',8,1)
|
||||
|
||||
Logs_Path = os.path.abspath(os.path.join(os.path.dirname(__file__)))+"/../"
|
||||
|
|
2
utils.py
2
utils.py
|
@ -293,7 +293,7 @@ def banner():
|
|||
print "\n \033[1;33mNBT-NS, LLMNR & MDNS %s\033[0m" % settings.__version__
|
||||
print ""
|
||||
print " Author: Laurent Gaffie (laurent.gaffie@gmail.com)"
|
||||
print " To kill this script hit CRTL-C"
|
||||
print " To kill this script hit CTRL-C"
|
||||
print ""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue