-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
Running version: 1.5.2.16#dev
Python version: 3.9.0
Operating system: Windows-10-10.0.19041-SP0
Command line: sqlmap.py -r ***************************************** --sql-shell
Technique: BOOLEAN
Back-end DBMS: Raima Database Manager (fingerprinted)
Traceback (most recent call last):
File "sqlmap.py", line 217, in main
start()
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 703, in start
action()
File "lib/controller/action.py", line 192, in action
conf.dbmsHandler.sqlShell()
File "plugins/generic/custom.py", line 114, in sqlShell
output = self.sqlQuery(query)
File "plugins/generic/custom.py", line 59, in sqlQuery
output = inject.getValue(query, fromUser=True)
File "lib/core/decorators.py", line 96, in _
result = f(*args, **kwargs)
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
File "lib/request/inject.py", line 468, in getValue
value = _goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump)
File "lib/request/inject.py", line 202, in _goInferenceProxy
expression, limitCond, topLimit, startLimit, stopLimit = agent.limitCondition(expression)
File "lib/core/agent.py", line 914, in limitCondition
limitRegExp = re.search(queries[Backend.getIdentifiedDbms()].limitregexp.query, expression, re.I)
AttributeError: 'DictObject' object has no attribute 'query'