mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
hello big tables, this is sqlmap, sqlmap this is big tables
This commit is contained in:
parent
82e1e61554
commit
ec1bc0219c
8 changed files with 108 additions and 26 deletions
|
|
@ -13,6 +13,7 @@ import time
|
|||
|
||||
from lib.core.agent import agent
|
||||
from lib.core.common import Backend
|
||||
from lib.core.common import BigArray
|
||||
from lib.core.common import calculateDeltaSeconds
|
||||
from lib.core.common import dataToSessionFile
|
||||
from lib.core.common import dataToStdout
|
||||
|
|
@ -321,7 +322,7 @@ def errorUse(expression, expected=None, resumeValue=True, dump=False):
|
|||
threadData = getCurrentThreadData()
|
||||
threadData.shared.limits = range(startLimit, stopLimit)
|
||||
numThreads = min(conf.threads, len(threadData.shared.limits))
|
||||
threadData.shared.outputs = []
|
||||
threadData.shared.outputs = BigArray()
|
||||
|
||||
if stopLimit > TURN_OFF_RESUME_INFO_LIMIT:
|
||||
kb.suppressResumeInfo = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue