mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
user can now choose if he wants to skip non-heuristic based DBMS tests
This commit is contained in:
@@ -1190,6 +1190,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
||||
kb.responseTimes = []
|
||||
kb.resumedQueries = {}
|
||||
kb.retriesCount = 0
|
||||
kb.skipTests = None
|
||||
kb.technique = None
|
||||
kb.testMode = False
|
||||
kb.testQueryCount = 0
|
||||
|
||||
Reference in New Issue
Block a user