mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 13:29:02 +00:00
Major bug fix to correctly dump tables entries
This commit is contained in:
@@ -152,14 +152,14 @@ excludeSysDbs = False
|
||||
|
||||
# First table entry to dump (cursor start)
|
||||
# Valid: number
|
||||
# Default: 1 (sqlmap will start to dump the table entries from the first)
|
||||
limitStart = 1
|
||||
# Default: 0 (sqlmap will start to dump the table entries from the first)
|
||||
limitStart = 0
|
||||
|
||||
# Last table entry to dump (cursor stop)
|
||||
# Valid: number
|
||||
# Default: 1 (sqlmap will detect the number of table entries and dump
|
||||
# Default: 0 (sqlmap will detect the number of table entries and dump
|
||||
# until the last)
|
||||
limitStop = 1
|
||||
limitStop = 0
|
||||
|
||||
# SQL SELECT query to be executed.
|
||||
# Example: SELECT 'foo', 'bar'
|
||||
|
||||
Reference in New Issue
Block a user