Re: [sqlmap-users] custom query not possible stacked query are essential

2013-02-20 Thread Miroslav Stampar
p.s. 15 days ago there was no such warning for "INTO OUTFILE" but also it (silently) didn't work On Wed, Feb 20, 2013 at 3:11 PM, Miroslav Stampar < miroslav.stam...@gmail.com> wrote: > Do you see that warning: "execution of custom SQL queries is only > available when stacked queries are supporte

Re: [sqlmap-users] custom query not possible stacked query are essential

2013-02-20 Thread Miroslav Stampar
Do you see that warning: "execution of custom SQL queries is only available when stacked queries are supported". Do you know what does it mean? I've said that you need stacking -> you need to have "STACKED" technique available for exploitation. In your case that's not the case. Kind regards, Miro

Re: [sqlmap-users] custom query not possible stacked query are essential

2013-02-20 Thread ml
Le 2013-02-20 14:52, Miroslav Stampar a écrit : > p.s. problem is that INTO OUTFILE affects only the SELECT query where > is supposed to be done. In your case you have one query which is > INJECTABLE and one separate CUSTOM query which needs to include INTO > OUTFILE -> this is a conflict which req

Re: [sqlmap-users] custom query not possible stacked query are essential

2013-02-20 Thread Miroslav Stampar
p.s. problem is that INTO OUTFILE affects only the SELECT query where is supposed to be done. In your case you have one query which is INJECTABLE and one separate CUSTOM query which needs to include INTO OUTFILE -> this is a conflict which requires usage of stacking (or you can try to exploit it ma

Re: [sqlmap-users] custom query not possible stacked query are essential

2013-02-20 Thread Miroslav Stampar
For using "INTO OUTFILE" in a specific SELECT query you need stacking (or you can try to exploit it manually). We can't help you here. Bye On Wed, Feb 20, 2013 at 2:45 PM, ml wrote: > Le 2013-02-20 09:53, Miroslav Stampar a écrit : > >> --sql-query WORKS (tested this moment with ERROR based-onl

Re: [sqlmap-users] custom query not possible stacked query are essential

2013-02-20 Thread ml
Le 2013-02-20 09:53, Miroslav Stampar a écrit : > --sql-query WORKS (tested this moment with ERROR based-only technique > using query "SELECT id FROM users") > --sql-shell WORKS (tested this moment with ERROR based-only technique > using query "SELECT id FROM users") > > To distinguish things a bit

Re: [sqlmap-users] custom query not possible stacked query are essential

2013-02-20 Thread Miroslav Stampar
--sql-query WORKS (tested this moment with ERROR based-only technique using query "SELECT id FROM users") --sql-shell WORKS (tested this moment with ERROR based-only technique using query "SELECT id FROM users") To distinguish things a bit. Query is a SQL command that starts with "SELECT". Non-que

Re: [sqlmap-users] custom query not possible stacked query are essential

2013-02-19 Thread Andres Riancho
Regression alert! Regression alert! sqlmap needs more unittests :) On Tue, Feb 19, 2013 at 7:37 PM, ml wrote: > hello guru > > > > I ask you a little help. > all the "custom query" are no longer possible > to execute custom query sqlmap answers the "stacked query" are not > supported. > > what in