mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor improvement ("quick defense against substr fields")
This commit is contained in:
parent
ce51326bff
commit
c5de903eab
2 changed files with 6 additions and 2 deletions
|
|
@ -66,6 +66,9 @@ CONCAT_VALUE_DELIMITER = '|'
|
|||
# coefficient used for a time-based query delay checking (must be >= 7)
|
||||
TIME_STDEV_COEFF = 10
|
||||
|
||||
# minimum length of usable union injected response (quick defense against substr fields)
|
||||
UNION_MIN_RESPONSE_CHARS = 10
|
||||
|
||||
# coefficient used for a union-based number of columns checking (must be >= 7)
|
||||
UNION_STDEV_COEFF = 7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue