mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
First update for Issue #75 (error-based dumping)
This commit is contained in:
parent
3fd5119f3f
commit
65639cdda6
5 changed files with 35 additions and 18 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue