mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
9c1d1ca5d8
commit
d64c0af461
2 changed files with 4 additions and 2 deletions
|
|
@ -387,7 +387,7 @@ ROTATING_CHARS = ('\\', '|', '|', '/', '-')
|
|||
BIGARRAY_CHUNK_LENGTH = 4096
|
||||
|
||||
# Only console display last n table rows
|
||||
TRIM_STDOUT_DUMP_SIZE = 1024
|
||||
TRIM_STDOUT_DUMP_SIZE = 256
|
||||
|
||||
# Step used in ORDER BY technique used for finding the right number of columns in UNION query injections
|
||||
ORDER_BY_STEP = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue