mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
typo fix
This commit is contained in:
@@ -221,7 +221,7 @@ class Web:
|
|||||||
|
|
||||||
# Upload the file stager with the LIMIT 0, 1 INTO DUMPFILE technique
|
# Upload the file stager with the LIMIT 0, 1 INTO DUMPFILE technique
|
||||||
infoMsg = "trying to upload the file stager on '%s' " % directory
|
infoMsg = "trying to upload the file stager on '%s' " % directory
|
||||||
infoMsg += "via LIMIT INTO 'LINES TERMINATED BY' technique"
|
infoMsg += "via LIMIT 'LINES TERMINATED BY' technique"
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
self._webFileInject(stagerContent, stagerName, directory)
|
self._webFileInject(stagerContent, stagerName, directory)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user