Re: [sqlmap-users] unhandled exception
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-09-01 21:53:34
|
Hi. Thank you for reporting and find it fixed now [1]. KInd regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/issues/170 On Fri, Aug 31, 2012 at 6:23 PM, el draco <el...@gm...> wrote: > [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 > -- Miroslav Stampar http://about.me/stamparm |