mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
typo fix
This commit is contained in:
parent
bc5c0ee4ae
commit
9f838c3d5b
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user