mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
Minor bug fix for --start and --stop
This commit is contained in:
parent
9ed0744510
commit
950dba5139
|
@ -1343,7 +1343,7 @@ class Enumeration:
|
|||
plusOne = True
|
||||
else:
|
||||
plusOne = False
|
||||
indexRange = getRange(count, plusOne=plusOne)
|
||||
indexRange = getRange(count, dump=True, plusOne=plusOne)
|
||||
|
||||
for index in indexRange:
|
||||
for column in colList:
|
||||
|
|
Loading…
Reference in New Issue
Block a user