You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "sqlmap", line 222, in main
start()
File "/share/sqlmap/lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/controller/controller.py", line 732, in start
action()
File "/share/sqlmap/lib/controller/action.py", line 163, in action
conf.dbmsHandler.dumpTable()
File "/share/sqlmap/plugins/generic/entries.py", line 273, in dumpTable
for entry in entries:
File "/share/sqlmap/lib/core/bigarray.py", line 201, in __iter__
yield self[i]
~~~~^^^
File "/share/sqlmap/lib/core/bigarray.py", line 179, in __getitem__
return chunk[offset]
~~~~~^^^^^^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: