Re: [sqlmap-users] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r3828)
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2011-05-03 10:20:50
|
hi Tom. thank you for your report. please, update and retry it. it should be fixed with the latest commit (r3830). kr On Tue, May 3, 2011 at 11:12 AM, Tom Thumb <k1...@li...> wrote: > I'm not getting any files in the 'dump' folder. Also, using --replicate > produces the following error: > > [CRITICAL] unhandled exception in sqlmap/1.0-dev (r3828), 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 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 (r3828) > Python version: 2.6.6 > Operating system: posix > Command line: sqlmap.py > --url=***************************************************** --risk=3 > --level=5 --forms --dbms=mssql --text-only --threads=3 --dump -D ******* -T > ***************** --replicate -v 3 > Technique: UNION > Back-end DBMS: Microsoft SQL Server (fingerprinted) > Traceback (most recent call last): > File "sqlmap.py", line 83, in main > start() > File "/home/tom/Downloads/sqlmap-dev/lib/controller/controller.py", line > 485, in start > action() > File "/home/tom/Downloads/sqlmap-dev/lib/controller/action.py", line 109, > in action > conf.dumper.dbTableValues(conf.dbmsHandler.dumpTable()) > File "/home/tom/Downloads/sqlmap-dev/lib/core/dump.py", line 373, in > dbTableValues > rtable = replication.createTable(table, cols) > File "/home/tom/Downloads/sqlmap-dev/lib/core/replication.py", line 97, in > createTable > return Replication.Table(parent=self, name=tblname, columns=columns, > typeless=typeless) > File "/home/tom/Downloads/sqlmap-dev/lib/core/replication.py", line 59, in > __init__ > self.parent.cursor.execute('CREATE TABLE %s (%s)' % (self.name, > ','.join('%s %s' % (colname, coltype) for colname, coltype in > self.columns))) > OperationalError: unknown database dbo > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |