mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update regarding #3230
This commit is contained in:
parent
c9a73aeed1
commit
a8c0722631
4 changed files with 10 additions and 4 deletions
|
|
@ -162,6 +162,8 @@ class Filesystem(GenericFilesystem):
|
|||
|
||||
logger.debug("inserting the hexadecimal encoded file to the support table")
|
||||
|
||||
inject.goStacked("SET GLOBAL max_allowed_packet = %d" % (1024 * 1024)) # 1MB (Note: https://github.com/sqlmapproject/sqlmap/issues/3230)
|
||||
|
||||
for sqlQuery in sqlQueries:
|
||||
inject.goStacked(sqlQuery)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue