mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor tuning (2 techniques MAX per value used)
This commit is contained in:
@@ -52,6 +52,9 @@ CHAR_INFERENCE_MARK = "%c"
|
||||
# coefficient used for a time-based query delay checking (must be >= 7)
|
||||
TIME_STDEV_COEFF = 10
|
||||
|
||||
# maximum number of techniques used in inject.py/getValue() before deciding 'None' value
|
||||
MAX_TECHNIQUES_BEFORE_NONE = 2
|
||||
|
||||
# suffix used for naming meta databases in DBMS(es) without explicit database name
|
||||
METADB_SUFFIX = "_masterdb"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user