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 sqlmap-users@lists.sourceforge.net 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
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to