mirror of
https://github.com/lgandx/Responder.git
synced 2026-01-02 21:09:02 +00:00
Fixed instances of "CRTL-C" to "CTRL-C"
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user