Skip to content

Unhandled exception (#d4333537) #6022

@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.10.2.17#dev
Python version: 3.11.9
Operating system: Windows-10-10.0.20348-SP0
Command line: sqlmap.py -u *********************************************************************************** --random-agent --dump -D ******************* -T ************ -C ***** --batch
Technique: None
Back-end DBMS: Microsoft SQL Server (fingerprinted)
Traceback (most recent call last):
  File "lib/core/convert.py", line 53, in base64pickle
    retVal = encodeBase64(pickle.dumps(value, PICKLE_PROTOCOL), binary=False)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RecursionError: maximum recursion depth exceeded while pickling an object

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "sqlmap.py", line 222, in main
    start()
  File "lib/core/decorators.py", line 99, in _
    result = f(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^
  File "lib/controller/controller.py", line 720, in start
    _saveToHashDB()
  File "lib/controller/controller.py", line 228, in _saveToHashDB
    hashDBWrite(HASHDB_KEYS.KB_INJECTIONS, list(_.values()), True)
  File "lib/core/common.py", line 5082, in hashDBWrite
    conf.hashDB.write(_, value, serialize)
  File "lib/utils/hashdb.py", line 147, in write
    self._write_cache[hash_] = self._read_cache[hash_] = getUnicode(value) if not serialize else serializeObject(value)
                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^
  File "lib/core/common.py", line 4916, in serializeObject
    return base64pickle(object_)
           ^^^^^^^^^^^^^^^^^^^^^
  File "lib/core/convert.py", line 60, in base64pickle
    retVal = encodeBase64(pickle.dumps(value), binary=False)
                          ^^^^^^^^^^^^^^^^^^^
RecursionError: maximum recursion depth exceeded while pickling an object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions