mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Potential patch for #1636
This commit is contained in:
parent
3c9be947c5
commit
0f8a551227
2 changed files with 20 additions and 2 deletions
|
|
@ -237,7 +237,7 @@ class Entries:
|
|||
query = whereQuery(query)
|
||||
|
||||
if conf.dumpWhere:
|
||||
kb.whereResponseTimes = True
|
||||
kb.whereCollectTimes = True
|
||||
pushValue(kb.responseTimes)
|
||||
|
||||
count = inject.getValue(query, union=False, error=False, expected=EXPECTED.INT, charsetType=CHARSET_TYPE.DIGITS)
|
||||
|
|
@ -330,7 +330,7 @@ class Entries:
|
|||
|
||||
if conf.dumpWhere:
|
||||
kb.responseTimes = popValue()
|
||||
kb.whereResponseTimes = False
|
||||
kb.whereCollectTimes = False
|
||||
|
||||
for column, columnEntries in entries.items():
|
||||
length = max(lengths[column], len(column))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue