mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
introducing safe deprecation mechanism for HashDB versioning
This commit is contained in:
parent
48bcde478e
commit
cda8815634
3 changed files with 21 additions and 23 deletions
|
|
@ -446,6 +446,9 @@ DEFAULT_COOKIE_DELIMITER = ';'
|
|||
# Skip unforced HashDB flush requests below the threshold number of cached items
|
||||
HASHDB_FLUSH_THRESHOLD = 32
|
||||
|
||||
# Unique milestone value used for forced deprecation of old HashDB values (e.g. because of changing of load/store mechanism)
|
||||
HASHDB_MILESTONE_VALUE = "4SXDcCai5n" # r4853
|
||||
|
||||
# Warn user of possible delay due to large page dump in full UNION query injections
|
||||
LARGE_OUTPUT_THRESHOLD = 1024**2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue