[sqlmap-users] more bugs... sorry :)
Brought to you by:
inquisb
|
From: Patrick W. <pa...@au...> - 2009-04-29 06:30:15
|
[16:28:33] [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 111, in action
dumper.dbTables(conf.dbmsHandler.getTables())
File "/home/patrick/sqlmap/lib/core/dump.py", line 146, in dbTables
tables.sort(key=lambda x: x.lower())
AttributeError: 'str' object has no attribute 'sort'
|