mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fix for an Issue #570
This commit is contained in:
parent
02de2aee6d
commit
7718edac9b
2 changed files with 16 additions and 12 deletions
|
|
@ -99,6 +99,9 @@ BACKDOOR_RUN_CMD_TIMEOUT = 5
|
|||
# Maximum number of techniques used in inject.py/getValue() per one value
|
||||
MAX_TECHNIQUES_PER_VALUE = 2
|
||||
|
||||
# In case of missing piece of partial union dump, buffered array must be flushed after certain size
|
||||
MAX_BUFFERED_PARTIAL_UNION_LENGTH = 1024
|
||||
|
||||
# Suffix used for naming meta databases in DBMS(es) without explicit database name
|
||||
METADB_SUFFIX = "_masterdb"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue