[sqlmap-users] testing --os-shell
Brought to you by:
inquisb
From: Nicolas K. <kr...@an...> - 2009-04-26 06:49:02
|
Hi, Trying some test on --os-shell i'm getting the following error. sqlmap version: 0.7rc2 Python version: 2.5.2 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 84, in main start() File "/root/sqlmap/lib/controller/controller.py", line 265, in start action() File "/root/sqlmap/lib/controller/action.py", line 140, in action conf.dbmsHandler.osShell() File "/root/sqlmap/plugins/generic/takeover.py", line 286, in osShell self.__webBackdoorOsShell() File "/root/sqlmap/plugins/generic/takeover.py", line 145, in __webBackdoorOsShell uploaderStr = fileToStr("%s/%s" % (paths.SQLMAP_SHELL_PATH, uploaderName)) NameError: global name 'fileToStr' is not defined |