[sqlmap-users] Bug with --tables -d MSSQL
Brought to you by:
inquisb
From: David G. <sk...@gm...> - 2010-08-05 21:04:52
|
$ ./sqlmap.py -d "mssql://user:senha@xxx:1433/bd" -D bd --tables sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 18:00:25 [18:00:25] [INFO] using '/home/skys/sqlmap-dev/output/xxx/session' as session file [18:00:25] [INFO] connection to mssql server xxx:1433 established [18:00:25] [INFO] testing Microsoft SQL Server [18:00:25] [INFO] confirming Microsoft SQL Server [18:00:25] [INFO] the back-end DBMS is Microsoft SQL Server back-end DBMS: Microsoft SQL Server 2008 [18:00:25] [INFO] fetching tables for database 'bd' [18:00:25] [ERROR] unhandled exception in sqlmap/0.9-dev, 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.9-dev Python version: 2.5.2 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/home/skys/sqlmap-dev/lib/controller/controller.py", line 104, in start action() File "/home/skys/sqlmap-dev/lib/controller/action.py", line 111, in action conf.dumper.dbTables(conf.dbmsHandler.getTables()) File "/home/skys/sqlmap-dev/lib/core/dump.py", line 171, in dbTables tables.sort(key=lambda x: x.lower()) File "/home/skys/sqlmap-dev/lib/core/dump.py", line 171, in <lambda> tables.sort(key=lambda x: x.lower()) AttributeError: 'tuple' object has no attribute 'lower' [*] shutting down at: 18:00:25 $ svn info Path: . URL: https://svn.sqlmap.org/sqlmap/trunk/sqlmap Repository Root: https://svn.sqlmap.org/sqlmap Repository UUID: 7eb2e9d7-d917-0410-b3c8-b11144ad09fb Revision: 1810 Node Kind: directory Schedule: normal Last Changed Author: stamparm Last Changed Rev: 1810 Last Changed Date: 2010-07-30 09:59:44 -0300 (Fri, 30 Jul 2010) -- David |