mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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
|
|
@ -29,7 +29,6 @@ from lib.core.data import kb
|
|||
from lib.core.data import logger
|
||||
from lib.core.data import paths
|
||||
from lib.core.data import queries
|
||||
from lib.core.data import temp
|
||||
from lib.core.exception import sqlmapMissingMandatoryOptionException
|
||||
from lib.core.exception import sqlmapNoneDataException
|
||||
from lib.core.exception import sqlmapUnsupportedFeatureException
|
||||
|
|
@ -62,10 +61,7 @@ class Enumeration:
|
|||
kb.data.cachedTables = {}
|
||||
kb.data.cachedColumns = {}
|
||||
kb.data.dumpedTable = {}
|
||||
|
||||
temp.inference = queries[dbms].inference
|
||||
temp.error = queries[dbms].error
|
||||
temp.errorRegex = queries[dbms].errorRegex
|
||||
kb.misc.testedDbms = dbms
|
||||
|
||||
def getBanner(self):
|
||||
if not conf.getBanner:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue