mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
dummy fix for SQLite schema retrieval (lots of spaces inside)
This commit is contained in:
parent
bade0e3124
commit
7a060e756d
|
@ -74,7 +74,7 @@ METADB_SUFFIX = "_masterdb"
|
||||||
MIN_TIME_RESPONSES = 15
|
MIN_TIME_RESPONSES = 15
|
||||||
|
|
||||||
# after these number of blanks at the end inference should stop (just in case)
|
# after these number of blanks at the end inference should stop (just in case)
|
||||||
INFERENCE_BLANK_BREAK = 10
|
INFERENCE_BLANK_BREAK = 15
|
||||||
|
|
||||||
# use this replacement character for cases when inference is not able to retrieve the proper character value
|
# use this replacement character for cases when inference is not able to retrieve the proper character value
|
||||||
INFERENCE_UNKNOWN_CHAR = '?'
|
INFERENCE_UNKNOWN_CHAR = '?'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user