[sqlmap-users] --os-shell
Brought to you by:
inquisb
From: Nicolas K. <kr...@an...> - 2009-04-28 00:09:59
|
Hi again, thanks for the quick fix, there seems to be though another issue with --os-shell the command executed is just sqlmap.py -u "host" --os-shell , the output of the command follows: sqlmap version: 0.7rc2 Python version: 2.5.4 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 84, in main start() File "/home/dreamer/sqlmap/lib/controller/controller.py", line 263, in start action() File "/home/dreamer/sqlmap/lib/controller/action.py", line 140, in action conf.dbmsHandler.osShell() File "/home/dreamer/sqlmap/plugins/generic/takeover.py", line 260, in osShell self.__webBackdoorOsShell() File "/home/dreamer/sqlmap/plugins/generic/takeover.py", line 100, in __webBackdoorOsShell kb.docRoot = getDocRoot() File "/home/dreamer/sqlmap/lib/core/common.py", line 245, in getDocRoot index = absFilePath.index(conf.path) ValueError: substring not found Regards, Nicolas |