mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +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
|
break
|
||||||
|
|
||||||
if not retVal:
|
if not retVal:
|
||||||
|
if min_ in ratios:
|
||||||
ratios.pop(ratios.index(min_))
|
ratios.pop(ratios.index(min_))
|
||||||
|
if max_ in ratios:
|
||||||
ratios.pop(ratios.index(max_))
|
ratios.pop(ratios.index(max_))
|
||||||
|
|
||||||
minItem, maxItem = None, None
|
minItem, maxItem = None, None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user