mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Fixes #1529
This commit is contained in:
parent
07b1407345
commit
d772e7e1d5
|
@ -120,7 +120,9 @@ def _findUnionCharCount(comment, place, parameter, value, prefix, suffix, where=
|
|||
break
|
||||
|
||||
if not retVal:
|
||||
if min_ in ratios:
|
||||
ratios.pop(ratios.index(min_))
|
||||
if max_ in ratios:
|
||||
ratios.pop(ratios.index(max_))
|
||||
|
||||
minItem, maxItem = None, None
|
||||
|
|
Loading…
Reference in New Issue
Block a user