mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
way better for storing bulk of data (like BLOB on mysql)
This commit is contained in:
parent
04653684cd
commit
7993f3f12d
|
@ -181,4 +181,4 @@ class xp_cmdshell:
|
||||||
debugMsg += "output to"
|
debugMsg += "output to"
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
self.createSupportTbl(self.cmdTblName, self.tblField, "NVARCHAR(4000)")
|
self.createSupportTbl(self.cmdTblName, self.tblField, "TEXT")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user