mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
major refactoring
This commit is contained in:
parent
1bf8939e2f
commit
1e9ae40397
7 changed files with 646 additions and 61 deletions
|
|
@ -34,6 +34,7 @@ import urllib2
|
|||
import urlparse
|
||||
|
||||
from extra.keepalive import keepalive
|
||||
from extra.xmlobject import xmlobject
|
||||
from lib.core.common import getConsoleWidth
|
||||
from lib.core.common import getFileType
|
||||
from lib.core.common import normalizePath
|
||||
|
|
@ -1010,6 +1011,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.injParameter = None
|
||||
kb.injPlace = None
|
||||
kb.injType = None
|
||||
kb.injections = xmlobject.XMLFile(path=paths.INJECTIONS_XML)
|
||||
kb.hintValue = None
|
||||
kb.nullConnection = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue