[sqlmap-users] ERROR SQLMAPge
Brought to you by:
inquisb
From: diego s. <die...@ho...> - 2012-06-30 06:20:56
|
03:08:54] [INFO] testing if current user is DBA [03:08:54] [INFO] resumed: 0 [03:08:54] [WARNING] the functionality requested might not work because the session user is not a database administrator [03:08:54] [INFO] checking if xp_cmdshell extended procedure is available, please wait.. [03:08:54] [WARNING] time-based comparison needs larger statistical model. Making a few dummy requests, please wait.. [03:10:34] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4766), retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the following text and any 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 (r4766) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u **************************************************************** --os-pwn --msf-path /software/metasploit Technique: STACKED Back-end DBMS: Microsoft SQL Server (fingerprinted) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 83, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 565, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 142, in action conf.dbmsHandler.osPwn() File "/pentest/database/sqlmap/plugins/generic/takeover.py", line 161, in osPwn self.initEnv(web=web) File "/pentest/database/sqlmap/lib/takeover/abstraction.py", line 164, in initEnv self.xpCmdshellInit() File "/pentest/database/sqlmap/lib/takeover/xp_cmdshell.py", line 168, in xpCmdshellInit self.__xpCmdshellConfigure(1) File "/pentest/database/sqlmap/lib/takeover/xp_cmdshell.py", line 86, in __xpCmdshellConfigure cmd = self.__xpCmdshellConfigure2005(mode) File "/pentest/database/sqlmap/lib/takeover/xp_cmdshell.py", line 67, in __xpCmdshellConfigure2005 cmd = getSPLSnippet(DBMS.MSSQL, "configure_xp_cmdshell", ENABLE=str(mode)) File "/pentest/database/sqlmap/lib/core/common.py", line 1640, in getSPLSnippet retVal = re.sub(r"%%%s%%" % _, variables[_], retVal, flags=re.I) TypeError: sub() got an unexpected keyword argument 'flags' [*] shutting down at 03:10:34 |