mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added "lagging" critical message
This commit is contained in:
parent
959204cff9
commit
7a06af9a92
2 changed files with 10 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ CONCAT_VALUE_DELIMITER = '|'
|
|||
# coefficient used for a time-based query delay checking (must be >= 7)
|
||||
TIME_STDEV_COEFF = 10
|
||||
|
||||
# standard deviation after which a warning message should be displayed about connection lags
|
||||
WARN_TIME_STDEV = 0.5
|
||||
|
||||
# minimum length of usable union injected response (quick defense against substr fields)
|
||||
UNION_MIN_RESPONSE_CHARS = 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue