mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
user can now choose if he wants to skip non-heuristic based DBMS tests
This commit is contained in:
parent
ded9798e3d
commit
212035e64d
2 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue