8000 Unhandled exception (#c041ec6e) · Issue #5915 · sqlmapproject/sqlmap · GitHub
[go: up one dir, main page]

Skip to content
Unhandled exception (#c041ec6e) #5915
Closed
Closed
@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.9.5.21#dev
Python version: 3.11.0
Operating system: Windows-10-10.0.19045-SP0
Command line: sqlmap.py -r *********************** --level=5 --risk=3 --technique=E -D ********** -T ****** -C **************** --dump --start=677229 --threads=10
Technique: ERROR
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 222, in main
    start()
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^
  File "lib/controller/controller.py", line 732, in start
    action()
  File "lib/controller/action.py", line 163, in action
    conf.dbmsHandler.dumpTable()
  File "plugins/generic/entries.py", line 273, in dumpTable
    for entry in entries:
  File "lib/core/bigarray.py", line 222, in __iter__
    yield self[i]
          ~~~~^^^
  File "lib/core/bigarray.py", line 201, in __getitem__
    self._checkcache(index)
  File "lib/core/bigarray.py", line 166, in _checkcache
    if (self.cache and self.cache.index != index and self.cache.dirty):
                       ^^^^^^^^^^^^^^^^
TypeError: 'int' object does not support the context manager protocol

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0