minor adjustment of a time based char retrievals (no more infinite increasing of timeSec value for problematic characters)

This commit is contained in:
Miroslav Stampar
2011-08-16 06:50:20 +00:00
parent 600ef3eace
commit 7cc5743c5d
4 changed files with 35 additions and 20 deletions

View File

@@ -391,3 +391,6 @@ TRIM_STDOUT_DUMP_SIZE = 1024
# Step used in ORDER BY technique used for finding the right number of columns in UNION query injections
ORDER_BY_STEP = 10
# Maximum number of times for revalidation of a character in time-based injections
MAX_TIME_REVALIDATION_STEPS = 5