mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
typo fix
This commit is contained in:
@@ -40,7 +40,7 @@ class Miscellaneous:
|
|||||||
debugMsg = "identifying Microsoft SQL Server error log directory "
|
debugMsg = "identifying Microsoft SQL Server error log directory "
|
||||||
debugMsg += "that sqlmap will use to store temporary files with "
|
debugMsg += "that sqlmap will use to store temporary files with "
|
||||||
debugMsg += "commands' output"
|
debugMsg += "commands' output"
|
||||||
logger.debugMsg(debugMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
_ = unArrayizeValue(inject.getValue("SELECT SERVERPROPERTY('ErrorLogFileName')", safeCharEncode=False))
|
_ = unArrayizeValue(inject.getValue("SELECT SERVERPROPERTY('ErrorLogFileName')", safeCharEncode=False))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user