mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
minor update
This commit is contained in:
parent
594579bef4
commit
f2857e38ba
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ MIN_TIME_RESPONSES = 10
|
|||
MIN_UNION_RESPONSES = 5
|
||||
|
||||
# after these number of blanks at the end inference should stop (just in case)
|
||||
INFERENCE_BLANK_BREAK = 15
|
||||
INFERENCE_BLANK_BREAK = 10
|
||||
|
||||
# use this replacement character for cases when inference is not able to retrieve the proper character value
|
||||
INFERENCE_UNKNOWN_CHAR = '?'
|
||||
|
|
|
|||
Loading…
Reference in a new issue