[sqlmap-users] SQL MS-Access report bug
Brought to you by:
inquisb
From: Ulises2k <uli...@gm...> - 2010-11-04 19:06:07
|
[15:30:49] [INFO] using '/root/sqlmap-dev/output/xxxx/session' as session file [15:30:49] [INFO] resuming injection point 'GET' from session file [15:30:49] [INFO] resuming injection parameter 'Id' from session file [15:30:49] [INFO] resuming injection type 'numeric' from session file [15:30:49] [INFO] resuming match ratio '0.9' from session file [15:30:49] [INFO] resuming 0 number of parenthesis from session file [15:30:49] [INFO] resuming back-end DBMS 'microsoft access' from session file [15:30:49] [INFO] testing connection to the target url [15:30:50] [INFO] testing for parenthesis on injectable parameter [15:30:50] [INFO] the back-end DBMS is Microsoft Access web server operating system: Windows 2008 web application technology: ASP.NET, Microsoft IIS 7.5, ASP back-end DBMS: Microsoft Access [15:30:50] [ERROR] cannot retrieve table names, back-end DBMS is Access do you want to use common table existance check? [Y/n/q]Y [15:30:52] [INFO] checking tables existence using items from '/root/sqlmap-dev/txt/common-tables.txt' [15:32:06] [INFO] retrieved: notas [15:57:55] [INFO] tried: 1780/1780 items (100%) [15:57:55] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the command line, the following text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev (r2265) Python version: 2.5.2 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 79, in main start() File "/root/sqlmap-dev/lib/controller/controller.py", line 298, in start action() File "/root/sqlmap-dev/lib/controller/action.py", line 117, in action conf.dbmsHandler.dumpAll() File "/root/sqlmap-dev/plugins/generic/enumeration.py", line 1263, in dumpAll for db, tables in kb.data.cachedTables.items(): AttributeError: 'list' object has no attribute 'items' |