mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor fixes
This commit is contained in:
parent
b380d34d3c
commit
b798222dd7
6 changed files with 8 additions and 8 deletions
|
|
@ -775,7 +775,7 @@ class Enumeration:
|
|||
plusOne = True
|
||||
else:
|
||||
plusOne = False
|
||||
indexRange = getRange(count)
|
||||
indexRange = getRange(count, plusOne=plusOne)
|
||||
|
||||
for index in indexRange:
|
||||
if kb.dbms in ("SQLite", "Firebird"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue