mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +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
|
|
@ -51,6 +51,7 @@ PAYLOAD_DELIMITER = "\x00"
|
|||
# time testing settings
|
||||
TIME_TOLERANCE = 0.5
|
||||
MIN_DURATION_RATIO = 1.5
|
||||
MAX_TIME_STDEV = 1
|
||||
|
||||
# System variables
|
||||
IS_WIN = subprocess.mswindows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue