mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor language update
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user