mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor adjustment of a time based char retrievals (no more infinite increasing of timeSec value for problematic characters)
This commit is contained in:
parent
600ef3eace
commit
7cc5743c5d
4 changed files with 35 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue