mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
added standard deviation check in time based tests
This commit is contained in:
parent
294119d2ec
commit
ecd4a5a532
4 changed files with 48 additions and 20 deletions
|
|
@ -1182,6 +1182,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.technique = None
|
||||
kb.testMode = False
|
||||
kb.testQueryCount = 0
|
||||
kb.timeTests = True
|
||||
kb.unionComment = ""
|
||||
kb.unionCount = None
|
||||
kb.unionPosition = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue