mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-12 09:03:12 +03:00
Raising number of minimum time responses (15 is statistically too low)
This commit is contained in:
parent
1d7e804c1d
commit
490d51258e
|
@ -106,7 +106,7 @@ MAX_BUFFERED_PARTIAL_UNION_LENGTH = 1024
|
||||||
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 = 15
|
MIN_TIME_RESPONSES = 30
|
||||||
|
|
||||||
# Minimum comparison ratio set needed for searching valid union column number based on standard deviation
|
# Minimum comparison ratio set needed for searching valid union column number based on standard deviation
|
||||||
MIN_UNION_RESPONSES = 5
|
MIN_UNION_RESPONSES = 5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user