mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-10 02:14:17 +01:00
minor minor update
This commit is contained in:
parent
54bcc35ba7
commit
cb32d46f2a
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue