mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-30 19:39:08 +00:00
Minor improvement
This commit is contained in:
@@ -74,7 +74,7 @@ def injectionDict():
|
||||
|
||||
# data is a dict with stype as key and a tuple as value with
|
||||
# title, where, comment and reqPayload
|
||||
injection.data = {}
|
||||
injection.data = advancedDict()
|
||||
|
||||
injection.dbms = None
|
||||
injection.dbms_version = None
|
||||
|
||||
Reference in New Issue
Block a user