mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
quick fix of a fix
This commit is contained in:
parent
7cfeb5447b
commit
c1c525aaea
2 changed files with 12 additions and 10 deletions
|
|
@ -1134,10 +1134,10 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.data = advancedDict()
|
||||
|
||||
# Injection types
|
||||
kb.booleanTest = property(lambda self: isTechniqueAvailable(PAYLOAD.TECHNIQUE.BOOLEAN))
|
||||
kb.errorTest = property(lambda self: isTechniqueAvailable(PAYLOAD.TECHNIQUE.ERROR))
|
||||
kb.stackedTest = property(lambda self: isTechniqueAvailable(PAYLOAD.TECHNIQUE.STACKED))
|
||||
kb.timeTest = property(lambda self: isTechniqueAvailable(PAYLOAD.TECHNIQUE.TIME))
|
||||
kb.booleanTest = None
|
||||
kb.errorTest = None
|
||||
kb.stackedTest = None
|
||||
kb.timeTest = None
|
||||
kb.unionTest = None
|
||||
|
||||
# Basic back-end DBMS fingerprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue