mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
847b648e4a
commit
d6c9515f78
2 changed files with 9 additions and 1 deletions
|
|
@ -77,6 +77,9 @@ METADB_SUFFIX = "_masterdb"
|
|||
# minimum time response set needed for time-comparison based on standard deviation
|
||||
MIN_TIME_RESPONSES = 15
|
||||
|
||||
# minimum comparison ratio set needed for searching valid union column number based on standard deviation
|
||||
MIN_UNION_RESPONSES = 5
|
||||
|
||||
# after these number of blanks at the end inference should stop (just in case)
|
||||
INFERENCE_BLANK_BREAK = 15
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue