Hey guys! First... uau! sqlmap 7 is amazing! Thank's alot, Bernardo!
When I try to turn xp_cmdshell on, this is what happens:
[02:49:04] [WARNING] the functionality requested might not work because the
session user is not a database administrator
[02:49:04] [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
[02:49:10] [ERROR] unhandled exception in sqlmap/0.7rc1, please copy the
command line and the following text and send by e-mail to
sql...@li.... The developer will fix it as soon as
possible:
sqlmap version: 0.7rc1
Python version: 2.6.2
Operating system: linux2
Traceback (most recent call last):
File "./sqlmap.py", line 81, in main
start()
File "/home/gabriel/sqlmap/lib/controller/controller.py", line 265, in
start
action()
File "/home/gabriel/sqlmap/lib/controller/action.py", line 143, in action
conf.dbmsHandler.osPwn()
File "/home/gabriel/sqlmap/plugins/generic/takeover.py", line 298, in
osPwn
self.initEnv()
File "/home/gabriel/sqlmap/lib/takeover/abstraction.py", line 167, in
initEnv
self.xpCmdshellInit(mandatory)
File "/home/gabriel/sqlmap/lib/takeover/xp_cmdshell.py", line 181, in
xpCmdshellInit
self.__xpCmdshellConfigure(1)
File "/home/gabriel/sqlmap/lib/takeover/xp_cmdshell.py", line 106, in
__xpCmdshellConfigure
if kb.dbmsVersion[0] in ( "2005", "2008" ):
IndexError: list index out of range
|