Minor update regarding #3230

This commit is contained in:
Miroslav Stampar
2018-09-10 12:43:59 +02:00
parent c9a73aeed1
commit a8c0722631
4 changed files with 10 additions and 4 deletions

View File

@@ -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)