Re: [sqlmap-users] unhandled exception
Brought to you by:
inquisb
From: André S. <and...@gm...> - 2012-09-10 20:30:09
|
Hi, After syncing the lastest sqlmap version... root@bt:/pentest/database/sqlmap-dev# python2.6 sqlmap.py Traceback (most recent call last): File "sqlmap.py", line 15, in <module> from _sqlmap import main File "/pentest/database/sqlmap-dev/_sqlmap.py", line 17, in <module> from lib.controller.controller import start File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line 11, in <module> from lib.controller.action import action File "/pentest/database/sqlmap-dev/lib/controller/action.py", line 8, in <module> from lib.controller.handler import setHandler File "/pentest/database/sqlmap-dev/lib/controller/handler.py", line 22, in <module> from plugins.dbms.mssqlserver import MSSQLServerMap File "/pentest/database/sqlmap-dev/plugins/dbms/mssqlserver/__init__.py", line 11, in <module> from plugins.dbms.mssqlserver.enumeration import Enumeration File "/pentest/database/sqlmap-dev/plugins/dbms/mssqlserver/enumeration.py", line 29, in <module> from plugins.generic.enumeration import Enumeration as GenericEnumeration File "/pentest/database/sqlmap-dev/plugins/generic/enumeration.py", line 20, in <module> from plugins.generic.entries import Entries File "/pentest/database/sqlmap-dev/plugins/generic/entries.py", line 45, in <module> from lib.utils.pivotdumptable import pivotDumpTable ImportError: No module named pivotdumptable Regards 2012/8/31 el draco <el...@gm...> > [13:07:45] [CRITICAL] unhandled exception in sqlmap/1.0-dev-33980ad, > retry your run with the latest development version from the GitHub > repository. If the exception persists, please send by e-mail to > 'sql...@li...' or open a new issue at > 'https://github.com/sqlmapproject/sqlmap/issues/new' with the > following text and any information required to reproduce the bug. The > developers will try to reproduce the bug, fix it accordingly and get > back to you. > sqlmap version: 1.0-dev-33980ad > Python version: 2.7.3 > Operating system: posix > Command line: ./sqlmap.py -u > **************************************************** -D > *************** --dump --replicate -T ******** --start=101 --stop=500 > Technique: UNION > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "/home/xxx/sqlmap/sqlmap-dev/_sqlmap.py", line 72, in main > start() > File "/home/xxx/sqlmap/sqlmap-dev/lib/controller/controller.py", > line 563, in start > action() > File "/home/xxx/sqlmap/sqlmap-dev/lib/controller/action.py", line > 110, in action > conf.dbmsHandler.dumpTable() > File "/home/xxx/sqlmap/sqlmap-dev/plugins/generic/entries.py", line > 439, in dumpTable > conf.dumper.dbTableValues(kb.data.dumpedTable) > File "/home/xxx/sqlmap/sqlmap-dev/lib/core/dump.py", line 392, in > dbTableValues > rtable = replication.createTable(table, cols) > File "/home/xxx/sqlmap/sqlmap-dev/lib/core/replication.py", line 96, > in createTable > return Replication.Table(parent=self, name=tblname, > columns=columns, typeless=typeless) > File "/home/xxx/sqlmap/sqlmap-dev/lib/core/replication.py", line 56, > in __init__ > self.parent.cursor.execute('DROP TABLE IF EXISTS "%s"' % self.name) > OperationalError: database is locked > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > |