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

Skip to content

Commit e18796d

Browse files
committed
Minor style update
1 parent e7ddc2f commit e18796d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/parse/cmdline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def cmdLineParser():
480480

481481
takeover.add_option("--os-pwn", dest="osPwn",
482482
action="store_true",
483-
help="Prompt for an out-of-band shell, "
483+
help="Prompt for an OOB shell, "
484484
"meterpreter or VNC")
485485

486486
takeover.add_option("--os-smbrelay", dest="osSmb",
@@ -495,7 +495,7 @@ def cmdLineParser():
495495

496496
takeover.add_option("--priv-esc", dest="privEsc",
497497
action="store_true",
498-
help="Database process' user privilege escalation")
498+
help="Database process user privilege escalation")
499499

500500
takeover.add_option("--msf-path", dest="msfPath",
501501
help="Local path where Metasploit Framework "

lib/takeover/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _webFileStreamUpload(self, stream, destFileName, directory):
124124
else:
125125
return True
126126
else:
127-
logger.error("sqlmap has not got a web backdoor nor a web file stager for %s" % self.webApi)
127+
logger.error("sqlmap hasn't got a web backdoor nor a web file stager for %s" % self.webApi)
128128
return False
129129

130130
def _webFileInject(self, fileContent, fileName, directory):

0 commit comments

Comments
 (0)