mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor minor update
This commit is contained in:
parent
54bcc35ba7
commit
cb32d46f2a
|
@ -114,7 +114,8 @@ def __findUnionCharCount(comment, place, parameter, value, prefix, suffix, where
|
|||
ratios.append(ratio)
|
||||
min_, max_ = min(min_, ratio), max(max_, ratio)
|
||||
items.append((count, ratio))
|
||||
pages[count] = page
|
||||
if kb.uChar:
|
||||
pages[count] = page
|
||||
|
||||
ratios.pop(ratios.index(min_))
|
||||
ratios.pop(ratios.index(max_))
|
||||
|
|
Loading…
Reference in New Issue
Block a user