Skip to content

Unhandled exception (#8695aa2f) #5989

@sqlmapreporter

Description

@sqlmapreporter
Running version: 1.9.12#stable
Python version: 3.12.3
Operating system: Windows-11-10.0.26200-SP0
Command line: sqlmap.py -u ******************************************************************** --cookie=************************************************** --batch --level=5 --risk=2 --dbs --random-agent --ignore-code=403 --string=Surname: admin --tamper=space2comment,randomcase,equaltolike,apostrophemask,charencode --prefix=1%EF%BC%87 --suffix=Or 1 LIKE 1-- - --delay=2 --hpp --headers=****************************************************************************************************************************************************************************************** --flush-session
Technique: None
Back-end DBMS: None
Traceback (most recent call last):
  File "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.py", line 222, in main
    start()
  File "lib/core/decorators.py", line 84, in _
    result = f(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^
  File "lib/controller/controller.py", line 607, in start
    injection = checkSqlInjection(place, parameter, value)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/controller/checks.py", line 409, in checkSqlInjection
    ptype = boundary.ptype
            ^^^^^^^^^^^^^^
  File "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