mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
periodical commit
This commit is contained in:
parent
9c1d82c9f7
commit
68e13c3872
6 changed files with 113 additions and 7 deletions
|
|
@ -882,7 +882,6 @@ def __setConfAttributes():
|
|||
debugMsg = "initializing the configuration"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
conf.cpuThrottleDelay = 0.001
|
||||
conf.cj = None
|
||||
conf.dbmsConnector = None
|
||||
conf.dbmsHandler = None
|
||||
|
|
@ -929,6 +928,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.absFilePaths = set()
|
||||
kb.bannerFp = advancedDict()
|
||||
kb.data = advancedDict()
|
||||
kb.commonTables = None
|
||||
|
||||
# Basic back-end DBMS fingerprint
|
||||
kb.dbms = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue