mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
First update for Issue #75 (error-based dumping)
This commit is contained in:
@@ -218,7 +218,7 @@ def decodePage(page, contentEncoding, contentType):
|
||||
def processResponse(page, responseHeaders):
|
||||
kb.processResponseCounter += 1
|
||||
|
||||
if not kb.dumpMode:
|
||||
if not kb.dumpTable:
|
||||
parseResponse(page, responseHeaders if kb.processResponseCounter < PARSE_HEADERS_LIMIT else None)
|
||||
|
||||
if conf.parseErrors:
|
||||
|
||||
Reference in New Issue
Block a user