-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Milestone
Description
sqlmap version: 1.1.5.17#dev
Python version: 2.7
Operating system: nt
Command line: sqlmap.py -u *********************************************************************************** --random-agent -D ********** --sql-shell
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap.py", line 150, in main
start()
File "lib/controller/controller.py", line 652, in start
action()
File "lib/controller/action.py", line 133, in action
conf.dbmsHandler.sqlShell()
File "plugins/generic/custom.py", line 107, in sqlShell
output = self.sqlQuery(query)
File "plugins/generic/custom.py", line 50, in sqlQuery
output = inject.getValue(query, fromUser=True)
File "lib/request/inject.py", line 384, in getValue
value = _goUnion(forgeCaseExpression if expected == EXPECTED.BOOL else query, unpack, dump)
File "lib/request/inject.py", line 329, in _goUnion
output = unionUse(expression, unpack=unpack, dump=dump)
6F7F
File "lib/techniques/union/use.py", line 246, in unionUse
expression, limitCond, topLimit, startLimit, stopLimit = agent.limitCondition(expression, dump)
File "lib/core/agent.py", line 861, in limitCondition
_ = expression.index("LIMIT ")
ValueError: substring not found
Reactions are currently unavailable