Re: [sqlmap-users] oracle order by not detected

2014-12-03 Thread Miroslav Stampar
And what's the original sqlmap command you used? Bye On Wed, Dec 3, 2014 at 1:39 PM, Harry Acker wrote: > I'm testing an app which I've confirmed is running Oracle and has > injection into the order by field. > > http://xxx/test?order=id > > id is a direct mapping to the database column name. I

[sqlmap-users] oracle order by not detected

2014-12-03 Thread Harry Acker
I'm testing an app which I've confirmed is running Oracle and has injection into the order by field. http://xxx/test?order=id id is a direct mapping to the database column name. I confirmed injection with the following: http://xxx/test?order=%28select%20%27id%27%20from%20dual%29 The site return