mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-25 19:33:48 +03:00
Minor improvement
This commit is contained in:
parent
0e6359ab6e
commit
91c3cf8fd0
|
@ -74,7 +74,7 @@ def injectionDict():
|
||||||
|
|
||||||
# data is a dict with stype as key and a tuple as value with
|
# data is a dict with stype as key and a tuple as value with
|
||||||
# title, where, comment and reqPayload
|
# title, where, comment and reqPayload
|
||||||
injection.data = {}
|
injection.data = advancedDict()
|
||||||
|
|
||||||
injection.dbms = None
|
injection.dbms = None
|
||||||
injection.dbms_version = None
|
injection.dbms_version = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user