[sqlmap-users] os-shell bug
Brought to you by:
inquisb
From: ehmo <dis...@gm...> - 2009-08-23 21:31:57
|
[18:57:06] [INFO] testing stacked queries support on parameter 'ID' [18:57:13] [INFO] the web application supports stacked queries on parameter 'ID' [18:57:13] [INFO] testing if current user is DBA [18:57:13] [INFO] retrieved: 0 [18:57:26] [WARNING] the functionality requested might not work because the sess ion user is not a database administrator [18:57:26] [INFO] checking if xp_cmdshell extended procedure is available, wait. . xp_cmdshell extended procedure does not seem to be available. Do you want sqlmap to try to re-enable it? [Y/n] y [20:30:00] [ERROR] unhandled exception in sqlmap/0.8-dev1, please copy the comma nd line and the following text and send by e-mail to sql...@li...urcefo rge.net. The developer will fix it as soon as possible: sqlmap version: 0.8-dev1 Python version: 2.5.4 Operating system: win32 Traceback (most recent call last): File "c:\dev\sqlmap-dev\sqlmap.py", line 84, in main start() File "c:\dev\sqlmap-dev\lib\controller\controller.py", line 263, in start action() File "c:\dev\sqlmap-dev\lib\controller\action.py", line 140, in acti on conf.dbmsHandler.osShell() File "c:\dev\sqlmap-dev\plugins\generic\takeover.py", line 300, in o sShell self.initEnv() File "c:\dev\sqlmap-dev\lib\takeover\abstraction.py", line 168, in i nitEnv self.xpCmdshellInit(mandatory) File "c:\dev\sqlmap-dev\lib\takeover\xp_cmdshell.py", line 181, in x pCmdshellInit self.__xpCmdshellConfigure(1) File "c:\dev\sqlmap-dev\lib\takeover\xp_cmdshell.py", line 106, in _ _xpCmdshellConfigure if kb.dbmsVersion[0] in ( "2005", "2008" ): IndexError: list index out of range |