[sqlmap-users] bugs
Brought to you by:
inquisb
From: PentestXss <pen...@12...> - 2014-10-13 09:24:53
|
[17:18:14] [CRITICAL] unhandled exception occurred in sqlmap/1.0-dev-nongit-20141013. It is recommended to retry your run with the latest development version from official GitHub repository at 'https://github.com/sqlmapproject/sqlmap'. If the exception persists, please open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' (or less preferably send by e-mail to 'sql...@li...') with the following text and any other information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you sqlmap version: 1.0-dev Python version: 2.6.5 Operating system: posix Command line: sqlmap.py --url=**************************************************** --random-agent --threads=5 --dbms=mssqlserver --current-user --current-db -v 3 --os-shell Back-end DBMS: Microsoft SQL Server (fingerprinted) Traceback (most recent call last): File "sqlmap.py", line 97, in main start() File "/root/sqlmap-dev/lib/controller/controller.py", line 585, in start action() File "/root/sqlmap-dev/lib/controller/action.py", line 160, in action conf.dbmsHandler.osShell() File "/root/sqlmap-dev/plugins/generic/takeover.py", line 83, in osShell self.shell() File "/root/sqlmap-dev/lib/takeover/abstraction.py", line 144, in shell self.runCmd(command) File "/root/sqlmap-dev/lib/takeover/abstraction.py", line 86, in runCmd output = self.evalCmd(cmd) File "/root/sqlmap-dev/lib/takeover/abstraction.py", line 66, in evalCmd retVal = self.xpCmdshellEvalCmd(cmd, first, last) File "/root/sqlmap-dev/lib/takeover/xp_cmdshell.py", line 229, in xpCmdshellEvalCmd if not (output[0] or "").strip(): AttributeError: 'list' object has no attribute 'strip' |