[sqlmap-users] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r3828)
Brought to you by:
inquisb
From: Tom T. <k1...@li...> - 2011-05-03 09:13:01
|
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 |