Re: [sqlmap-users] Can anyone solve this?
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-09-24 20:30:10
|
Hi Jack. I believe that you are talking about Microsoft SQL Server. sqlmap automatically removes dbo prefix for that DBMS as it should not make any difference (dbo == database owner). So, database.dbo.table should be the same as database..table. Maybe you have some other issue? Kind regards, Miroslav Stampar On Sun, Sep 23, 2012 at 3:07 PM, Jack Jones <ab...@li...> wrote: > Dears, > > Everytime i send an sqlmap query with a table name such as DBO.USERS it > forgets about the DBO. and only look for USERS and there is no such table. > > in the query, two tampers are being used. > > Please advice thanks > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |