Minor layout adjustments

This commit is contained in:
Bernardo Damele
2009-04-24 20:12:52 +00:00
parent 546a6c32e3
commit 406d5df195
2 changed files with 9 additions and 8 deletions

View File

@@ -250,15 +250,16 @@ user =
# Valid: True or False
excludeSysDbs = False
# First table entry to dump (cursor start)
# First query output entry to retrieve
# Valid: integer
# Default: 0 (sqlmap will start to dump the table entries from the first)
# Default: 0 (sqlmap will start to retrieve the query output entries from
# the first)
limitStart = 0
# Last table entry to dump (cursor stop)
# Last query output entry to retrieve
# Valid: integer
# Default: 0 (sqlmap will detect the number of table entries and dump
# until the last)
# Default: 0 (sqlmap will detect the number of query output entries and
# retrieve them until the last)
limitStop = 0
# SQL SELECT query to be executed.