mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Proper fix for --start and --stop consistency amongst different techniques
This commit is contained in:
parent
e71f96afe7
commit
938716e361
3 changed files with 4 additions and 4 deletions
|
|
@ -283,7 +283,7 @@ def errorUse(expression, expected=None, resumeValue=True, dump=False):
|
|||
stopLimit += startLimit
|
||||
elif dump:
|
||||
if conf.limitStart:
|
||||
startLimit = conf.limitStart
|
||||
startLimit = conf.limitStart - 1
|
||||
if conf.limitStop:
|
||||
stopLimit = conf.limitStop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue