mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-11 11:13:44 +03:00
minor cosmetics
This commit is contained in:
parent
149837ebf5
commit
6b70dadfb2
|
@ -1050,7 +1050,6 @@ def __setKnowledgeBaseAttributes():
|
||||||
kb.dep = None
|
kb.dep = None
|
||||||
kb.docRoot = None
|
kb.docRoot = None
|
||||||
kb.dynamicContent = []
|
kb.dynamicContent = []
|
||||||
kb.lastErrorPage = None
|
|
||||||
kb.headersCount = 0
|
kb.headersCount = 0
|
||||||
kb.headersFp = {}
|
kb.headersFp = {}
|
||||||
kb.hintValue = None
|
kb.hintValue = None
|
||||||
|
@ -1060,6 +1059,8 @@ def __setKnowledgeBaseAttributes():
|
||||||
kb.injType = None
|
kb.injType = None
|
||||||
kb.injections = xmlobject.XMLFile(path=paths.INJECTIONS_XML)
|
kb.injections = xmlobject.XMLFile(path=paths.INJECTIONS_XML)
|
||||||
kb.keywords = set(getFileItems(paths.SQL_KEYWORDS))
|
kb.keywords = set(getFileItems(paths.SQL_KEYWORDS))
|
||||||
|
kb.lastErrorPage = None
|
||||||
|
kb.lastRequestUID = 0
|
||||||
kb.nullConnection = None
|
kb.nullConnection = None
|
||||||
|
|
||||||
# Back-end DBMS underlying operating system fingerprint via banner (-b)
|
# Back-end DBMS underlying operating system fingerprint via banner (-b)
|
||||||
|
@ -1071,7 +1072,6 @@ def __setKnowledgeBaseAttributes():
|
||||||
kb.parenthesis = None
|
kb.parenthesis = None
|
||||||
kb.partRun = None
|
kb.partRun = None
|
||||||
kb.proxyAuthHeader = None
|
kb.proxyAuthHeader = None
|
||||||
kb.lastRequestUID = 0
|
|
||||||
kb.queryCounter = 0
|
kb.queryCounter = 0
|
||||||
kb.resumedQueries = {}
|
kb.resumedQueries = {}
|
||||||
kb.stackedTest = None
|
kb.stackedTest = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user