mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +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
|
||||
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)
|
||||
self._webFileInject(stagerContent, stagerName, directory)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user