minor update (prior to some changes regarding large content retrieval)

This commit is contained in:
Miroslav Stampar
2011-07-23 19:04:59 +00:00
parent a89140e1ce
commit 094dc91e2d
2 changed files with 43 additions and 4 deletions

View File

@@ -382,3 +382,6 @@ IDS_WAF_CHECK_PAYLOAD = "AND 1=1 UNION ALL SELECT 1,2,3,table_name FROM informat
# Used for status representation in dictionary attack phase
ROTATING_CHARS = ('\\', '|', '|', '/', '-')
# Chunk length used in BigArray object (only last one is held in memory)
BIGARRAY_CHUNK_LENGTH = 10000