mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Major bug fix for test on ORDER BY and GROUP BY clauses.
Minor bug fix to skip following tests if they do not match any of the clause previously identified (injection.clause value).
This commit is contained in:
parent
827a0aea05
commit
4dec049c22
3 changed files with 49 additions and 50 deletions
|
|
@ -70,6 +70,7 @@ def injectionDict():
|
|||
injection.ptype = None
|
||||
injection.prefix = None
|
||||
injection.suffix = None
|
||||
injection.clause = None
|
||||
|
||||
# data is a dict with stype as key and a tuple as value with
|
||||
# title, where, comment and reqPayload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue