diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 27b29eb6b..d3295c3a8 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -505,12 +505,12 @@ def cmdLineParser(): takeover.add_option("--os-pwn", dest="osPwn", action="store_true", help="Prompt for an OOB shell, " - "meterpreter or VNC") + "Meterpreter or VNC") takeover.add_option("--os-smbrelay", dest="osSmb", action="store_true", help="One click prompt for an OOB shell, " - "meterpreter or VNC") + "Meterpreter or VNC") takeover.add_option("--os-bof", dest="osBof", action="store_true", diff --git a/sqlmap.conf b/sqlmap.conf index c441eda5c..984def442 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -556,11 +556,11 @@ osCmd = # Valid: True or 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 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 osSmb = False