mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
removed temp dictionary and replaced with kb.misc
This commit is contained in:
parent
813f44da16
commit
1b376c99a6
6 changed files with 41 additions and 51 deletions
|
|
@ -20,10 +20,6 @@ conf = advancedDict()
|
|||
# object to share within function and classes results
|
||||
kb = advancedDict()
|
||||
|
||||
# object to share within function and classes temporary data,
|
||||
# just for internal use
|
||||
temp = advancedDict()
|
||||
|
||||
# object with each database management system specific queries
|
||||
queries = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue