Minor language update

This commit is contained in:
Miroslav Stampar 2014-04-06 18:12:59 +02:00
parent bf18b025d6
commit 4f4c50c4d5
2 changed files with 4 additions and 4 deletions

View File

@ -505,12 +505,12 @@ def cmdLineParser():
takeover.add_option("--os-pwn", dest="osPwn", takeover.add_option("--os-pwn", dest="osPwn",
action="store_true", action="store_true",
help="Prompt for an OOB shell, " help="Prompt for an OOB shell, "
"meterpreter or VNC") "Meterpreter or VNC")
takeover.add_option("--os-smbrelay", dest="osSmb", takeover.add_option("--os-smbrelay", dest="osSmb",
action="store_true", action="store_true",
help="One click prompt for an OOB shell, " help="One click prompt for an OOB shell, "
"meterpreter or VNC") "Meterpreter or VNC")
takeover.add_option("--os-bof", dest="osBof", takeover.add_option("--os-bof", dest="osBof",
action="store_true", action="store_true",

View File

@ -556,11 +556,11 @@ osCmd =
# Valid: True or False # Valid: True or False
osShell = False osShell = False
# Prompt for an out-of-band shell, meterpreter or VNC. # Prompt for an out-of-band shell, Meterpreter or VNC.
# Valid: True or False # Valid: True or False
osPwn = False osPwn = False
# One click prompt for an out-of-band shell, meterpreter or VNC. # One click prompt for an out-of-band shell, Meterpreter or VNC.
# Valid: True or False # Valid: True or False
osSmb = False osSmb = False