mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-14 04:13:46 +01:00
Minor improvement
This commit is contained in:
parent
0e6359ab6e
commit
91c3cf8fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue