mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Closes #111 (DECLARE/CHAR encode xp_cmdshell parameter in MSSQL).
This commit is contained in:
parent
3596f81e6a
commit
c7c84c3089
2 changed files with 8 additions and 3 deletions
|
|
@ -192,7 +192,7 @@ class Filesystem:
|
|||
forgedScrLines = []
|
||||
cmd = ""
|
||||
charCounter = 0
|
||||
maxLen = 4096
|
||||
maxLen = 512
|
||||
|
||||
logger.debug("generating binary file %s\%s, wait.." % (tmpPath, chunkName))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue