mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
polite cosmetics
This commit is contained in:
parent
977988c0ab
commit
435f48b8cc
6 changed files with 9 additions and 9 deletions
|
|
@ -153,7 +153,7 @@ class Filesystem(GenericFilesystem):
|
|||
infoMsg = "the %s file is bigger than %d " % (fileType, debugSize)
|
||||
infoMsg += "bytes. sqlmap will split it into chunks, upload "
|
||||
infoMsg += "them and recreate the original file out of the "
|
||||
infoMsg += "binary chunks server-side, wait.."
|
||||
infoMsg += "binary chunks server-side, please wait.."
|
||||
logger.info(infoMsg)
|
||||
|
||||
counter = 1
|
||||
|
|
|
|||
|
|
@ -143,5 +143,5 @@ class Takeover(GenericTakeover):
|
|||
|
||||
self.spExploit = self.spExploit.replace(" ", "").replace("\n", " ")
|
||||
|
||||
logger.info("triggering the buffer overflow vulnerability, wait..")
|
||||
logger.info("triggering the buffer overflow vulnerability, please wait..")
|
||||
inject.goStacked(self.spExploit, silent=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue