Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f4c50c

Browse files
committed
Minor language update
1 parent bf18b02 commit 4f4c50c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/parse/cmdline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

sqlmap.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,11 +556,11 @@ osCmd =
556556
# Valid: True or False
557557
osShell = 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
561561
osPwn = 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
565565
osSmb = False
566566

0 commit comments

Comments
 (0)