[sqlmap-users] unhandled exception
Brought to you by:
inquisb
From: el d. <el...@gm...> - 2012-08-31 16:24:26
|
[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 |