mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 13:23:38 -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue