mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor refactoring
This commit is contained in:
parent
97bc816aeb
commit
deae534ee7
4 changed files with 7 additions and 7 deletions
|
|
@ -1270,7 +1270,6 @@ def __setConfAttributes():
|
|||
conf.dumpPath = None
|
||||
conf.httpHeaders = []
|
||||
conf.hostname = None
|
||||
conf.loggedToOut = None
|
||||
conf.multipleTargets = False
|
||||
conf.outputPath = None
|
||||
conf.paramDict = {}
|
||||
|
|
@ -1309,8 +1308,8 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.cache.stdev = {}
|
||||
|
||||
kb.commonOutputs = None
|
||||
|
||||
kb.data = advancedDict()
|
||||
kb.dataOutputFlag = False
|
||||
|
||||
# Active back-end DBMS fingerprint
|
||||
kb.dbms = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue