mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Closes #111 (DECLARE/CHAR encode xp_cmdshell parameter in MSSQL).
This commit is contained in:
@@ -192,7 +192,7 @@ class Filesystem:
|
||||
forgedScrLines = []
|
||||
cmd = ""
|
||||
charCounter = 0
|
||||
maxLen = 4096
|
||||
maxLen = 512
|
||||
|
||||
logger.debug("generating binary file %s\%s, wait.." % (tmpPath, chunkName))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user