Skip to content

Unhandled exception (#31e58cc3) #6099

Description

@sqlmapreporter
Running version: 1.10.8.52#dev
Python version: 3.13.14
Operating system: Windows-2022Server-10.0.20348-SP0
Command line: sqlmap.py -u ******************************************************************************************** --level=5 --risk=3 --dbms=pg --dbs
Technique: None
Back-end DBMS: PostgreSQL (fingerprinted)
Traceback (most recent call last):
  File "lib/core/datatype.py", line 44, in __getattr__
    return self.__getitem__(item)
           ~~~~~~~~~~~~~~~~^^^^^^
KeyError: 'char'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "sqlmap.py", line 254, in main
    start()
    ~~~~~^^
  File "lib/core/decorators.py", line 108, in _
    result = f(*args, **kwargs)
  File "lib/controller/controller.py", line 756, in start
    injection = checkSqlInjection(place, parameter, value)
  File "lib/controller/checks.py", line 215, in checkSqlInjection
    configUnion(test.request.char)
                ^^^^^^^^^^^^^^^^^
  File "lib/core/datatype.py", line 47, in __getattr__
    raise AttributeError("unable to access item '%s'" % item)
AttributeError: unable to access item 'char'. Did you mean: 'clear'?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions