[sqlmap-users] Error
Brought to you by:
inquisb
|
From: Dennie M. <den...@gm...> - 2009-12-30 12:33:11
|
Hi,
I received the following error, hope it is useful for the next realease.
Great job on sqlmap, keep up the good work!
Dennie
---------------------------
[12:58:37] [ERROR] unhandled exception in sqlmap/0.8-rc1, 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.8-rc1
Python version: 2.6.4rc2
Operating system: linux2
Traceback (most recent call last):
File "sqlmap/sqlmap.py", line 84, in main
start()
File "/home/wouter/sqlmap/lib/controller/controller.py", line 263, in
start
action()
File "/home/wouter/sqlmap/lib/controller/action.py", line 108, in action
dumper.lister("available databases", conf.dbmsHandler.getDbs())
File "/home/wouter/sqlmap/plugins/generic/enumeration.py", line 674, in
getDbs
db = inject.getValue(query, inband=False)
File "/home/wouter/sqlmap/lib/request/inject.py", line 378, in getValue
value = __goInferenceProxy(expression, fromUser, expected, batch,
resumeValue, unpack, charsetType, firstChar, lastChar)
File "/home/wouter/sqlmap/lib/request/inject.py", line 128, in
__goInferenceProxy
output = resume(expression, payload)
File "/home/wouter/sqlmap/lib/utils/resume.py", line 144, in resume
if len(resumedValue) == int(length):
ValueError: invalid literal for int() with base 10: '*!cJ%\x18'
[*] shutting down at: 12:58:37
|