mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Removing a hard limit to use --start/--stop only for --dump scenarios
This commit is contained in:
parent
ac467bc453
commit
906cb6d3c2
2 changed files with 6 additions and 7 deletions
|
|
@ -275,7 +275,7 @@ class Entries:
|
|||
else:
|
||||
emptyColumns = []
|
||||
plusOne = Backend.getIdentifiedDbms() in (DBMS.ORACLE, DBMS.DB2)
|
||||
indexRange = getLimitRange(count, dump=True, plusOne=plusOne)
|
||||
indexRange = getLimitRange(count, plusOne=plusOne)
|
||||
|
||||
if len(colList) < len(indexRange) > CHECK_ZERO_COLUMNS_THRESHOLD:
|
||||
for column in colList:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue