mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-02 12:59:03 +00:00
Fixes #2422
This commit is contained in:
@@ -512,13 +512,13 @@ excludeSysDbs = False
|
||||
|
||||
# First query output entry to retrieve
|
||||
# Valid: integer
|
||||
# Default: 0 (sqlmap will start to retrieve the query output entries from
|
||||
# the first)
|
||||
# Default: 0 (sqlmap will start to retrieve the table dump entries from
|
||||
# first one)
|
||||
limitStart = 0
|
||||
|
||||
# Last query output entry to retrieve
|
||||
# Valid: integer
|
||||
# Default: 0 (sqlmap will detect the number of query output entries and
|
||||
# Default: 0 (sqlmap will detect the number of table dump entries and
|
||||
# retrieve them until the last)
|
||||
limitStop = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user