Skip to content

Unhandled exception (#ceb544b5) #5982

@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.9.11.2#dev
Python version: 3.13.2
Operating system: Linux-6.6.87.2-microsoft-standard-WSL2-x86_64-with-glibc2.40
Command line: /usr/bin/sqlmap -u ********************************************************** --cookie ****************** --dbms mssql --technique B --level 5 --risk 3 --tamper equaltolike,greatest,least --no-cast --prefix ' --suffix  AND 1 LIKE 1 --batch --banner
Technique: None
Back-end DBMS: Microsoft SQL Server (identified)
Traceback (most recent call last):
  File "/share/sqlmap/lib/core/datatype.py", line 46, in __getattr__
    return self.__getitem__(item)
           ~~~~~~~~~~~~~~~~^^^^^^
KeyError: 'ptype'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "sqlmap", line 222, in main
    start()
    ~~~~~^^
  File "/share/sqlmap/lib/core/decorators.py", line 84, in _
    result = f(*args, **kwargs)
  File "/share/sqlmap/lib/controller/controller.py", line 607, in start
    injection = checkSqlInjection(place, parameter, value)
  File "/share/sqlmap/lib/controller/checks.py", line 409, in checkSqlInjection
    ptype = boundary.ptype
            ^^^^^^^^^^^^^^
  File "/share/sqlmap/lib/core/datatype.py", line 49, in __getattr__
    raise AttributeError("unable to access item '%s'" % item)
AttributeError: unable to access item 'ptype'

Metadata

Metadata

Assignees

No one assigned

    Labels

    FUBARF*cked Up Beyond All Recognition

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions