This commit is contained in:
Miroslav Stampar
2017-03-01 11:09:55 +01:00
parent 9f0c42dde0
commit d2b16c5c91
5 changed files with 15 additions and 14 deletions

View File

@@ -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