mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-24 16:39:04 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user