mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Partial implementation for an Issue #189 (error-based; still partial union left)
This commit is contained in:
parent
9fe5a8832f
commit
3873805dab
3 changed files with 23 additions and 11 deletions
|
|
@ -391,7 +391,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
|
||||
if kb.threadContinue:
|
||||
if showEta:
|
||||
progress.progress(time.time() - charStart, threadData.shared.index[0], numThreads)
|
||||
progress.progress(time.time() - charStart, threadData.shared.index[0])
|
||||
elif conf.verbose >= 1:
|
||||
startCharIndex = 0
|
||||
endCharIndex = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue