[sqlmap-users] unhandled exception = absFilePath.index(conf.path)
Brought to you by:
inquisb
|
From: Patrick W. <pa...@au...> - 2009-04-28 06:33:41
|
[15:54:24] [ERROR] unhandled exception in sqlmap/0.7rc2, 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.7rc2
Python version: 2.4.3
Operating system: linux2
Traceback (most recent call last):
File "./sqlmap.py", line 84, in main
start()
File "/home/patrick/sqlmap/lib/controller/controller.py", line 263, in
start
action()
File "/home/patrick/sqlmap/lib/controller/action.py", line 140, in action
conf.dbmsHandler.osShell()
File "/home/patrick/sqlmap/plugins/generic/takeover.py", line 260, in
osShell
self.__webBackdoorOsShell()
File "/home/patrick/sqlmap/plugins/generic/takeover.py", line 100, in
__webBackdoorOsShell
kb.docRoot = getDocRoot()
File "/home/patrick/sqlmap/lib/core/common.py", line 245, in getDocRoot
index = absFilePath.index(conf.path)
ValueError: substring not found
|