mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
Tuning
This commit is contained in:
parent
cfcee6439e
commit
04caef6de0
|
@ -53,10 +53,10 @@ CHAR_INFERENCE_MARK = "%c"
|
||||||
METADB_SUFFIX = "_masterdb"
|
METADB_SUFFIX = "_masterdb"
|
||||||
|
|
||||||
# minimum time response set needed for time-comparison based on standard deviation
|
# minimum time response set needed for time-comparison based on standard deviation
|
||||||
MIN_TIME_RESPONSES = 10
|
MIN_TIME_RESPONSES = 15
|
||||||
|
|
||||||
# after these number of blanks at the end inference should stop (just in case)
|
# after these number of blanks at the end inference should stop (just in case)
|
||||||
INFERENCE_BLANK_BREAK = 20
|
INFERENCE_BLANK_BREAK = 10
|
||||||
|
|
||||||
# System variables
|
# System variables
|
||||||
IS_WIN = subprocess.mswindows
|
IS_WIN = subprocess.mswindows
|
||||||
|
|
Loading…
Reference in New Issue
Block a user