File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -505,12 +505,12 @@ def cmdLineParser():
505505 takeover .add_option ("--os-pwn" , dest = "osPwn" ,
506506 action = "store_true" ,
507507 help = "Prompt for an OOB shell, "
508- "meterpreter or VNC" )
508+ "Meterpreter or VNC" )
509509
510510 takeover .add_option ("--os-smbrelay" , dest = "osSmb" ,
511511 action = "store_true" ,
512512 help = "One click prompt for an OOB shell, "
513- "meterpreter or VNC" )
513+ "Meterpreter or VNC" )
514514
515515 takeover .add_option ("--os-bof" , dest = "osBof" ,
516516 action = "store_true" ,
Original file line number Diff line number Diff line change @@ -556,11 +556,11 @@ osCmd =
556556# Valid: True or False
557557osShell = False
558558
559- # Prompt for an out-of-band shell, meterpreter or VNC.
559+ # Prompt for an out-of-band shell, Meterpreter or VNC.
560560# Valid: True or False
561561osPwn = False
562562
563- # One click prompt for an out-of-band shell, meterpreter or VNC.
563+ # One click prompt for an out-of-band shell, Meterpreter or VNC.
564564# Valid: True or False
565565osSmb = False
566566
You can’t perform that action at this time.
0 commit comments