mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update
This commit is contained in:
parent
016c388a13
commit
bdf1901a43
3 changed files with 12 additions and 9 deletions
|
|
@ -288,7 +288,7 @@ class _Extraction(object):
|
|||
|
||||
if mode == "code":
|
||||
code = self.dialect.charcode[1].format(expr=one)
|
||||
ordered = self._comparator in ("gt", "between")
|
||||
ordered = self._comparator != "membership" # gt/between OR an operator-free rung (all bisect via _gtNum)
|
||||
if codes is not None:
|
||||
# restricted-alphabet (e.g. the hex-framed dump payload): a small ASCII
|
||||
# set. no per-char verify - ASCII codes are unambiguous across charcode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue