Hmm! It's likely those script aren't tested before submitting,
Bernardo, if you need some help, maybe it's the time to grant svn write access to some developers, what do you think ?
Cheers.
---
Christian Eric Edjenguele
IT Security Software Developer & Researcher / Business Developer / Enterprise Software Architect
mobile (IT): +39 3408580513
________________________________
Da: Patrick Webster <pa...@au...>
A: sql...@li...
Inviato: Mercoledì 29 aprile 2009, 8:29:45
Oggetto: [sqlmap-users] more bugs... sorry :)
[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'
|