mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
reverting back to NVARCHAR because of error technique
This commit is contained in:
@@ -181,4 +181,6 @@ class xp_cmdshell:
|
||||
debugMsg += "output to"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
self.createSupportTbl(self.cmdTblName, self.tblField, "TEXT")
|
||||
# TEXT can't be used here because in error technique you get:
|
||||
# "The text, ntext, and image data types cannot be compared or sorted"
|
||||
self.createSupportTbl(self.cmdTblName, self.tblField, "NVARCHAR(4000)")
|
||||
|
||||
Reference in New Issue
Block a user