mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-25 08:59:02 +00:00
minor update
This commit is contained in:
@@ -1407,7 +1407,6 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.explicitSettings = set()
|
||||
kb.errorIsNone = True
|
||||
kb.forcedDbms = None
|
||||
kb.headersCount = 0
|
||||
kb.headersFp = {}
|
||||
kb.heuristicTest = None
|
||||
kb.hintValue = None
|
||||
@@ -1445,6 +1444,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.pageEncoding = DEFAULT_PAGE_ENCODING
|
||||
kb.pageStable = None
|
||||
kb.partRun = None
|
||||
kb.processResponseCounter = 0
|
||||
kb.proxyAuthHeader = None
|
||||
kb.queryCounter = 0
|
||||
kb.redirectSetCookie = None
|
||||
|
||||
@@ -392,6 +392,9 @@ BIGARRAY_CHUNK_LENGTH = 4096
|
||||
# Only console display last n table rows
|
||||
TRIM_STDOUT_DUMP_SIZE = 256
|
||||
|
||||
# Parse response headers only first couple of times
|
||||
PARSE_HEADERS_LIMIT = 3
|
||||
|
||||
# Step used in ORDER BY technique used for finding the right number of columns in UNION query injections
|
||||
ORDER_BY_STEP = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user