mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-11 18:51:20 +00:00
Minor bug fix to --os-cmd/--os-shell for Microsoft SQL Server
This commit is contained in:
parent
576cc97742
commit
d905e5ef9f
2 changed files with 3 additions and 1 deletions
|
|
@ -217,4 +217,4 @@ class xp_cmdshell:
|
|||
debugMsg += "output to"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
self.createSupportTbl(self.cmdTblName, self.tblField, "text")
|
||||
self.createSupportTbl(self.cmdTblName, self.tblField, "varchar(8000)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue