hi blueBoy

there was really a bug :). find it fixed in the latest commit.

kr

On Sun, Aug 21, 2011 at 6:59 AM, blueBoy <blueboy4...@gmail.com> wrote:
> During my recent pen-test of oracle database, if found out that sqlmap
> is just returning top row of the queries executed.
> For example:
> sql]  select name from table1
>    output: busher
>         First row of the table1
>
> Although there are over 100 names in the column.
> But if modify the query to the following
>
> sql]  select name from table1  where name like 'x%'
>   output: xandros
>
> Using Verbose option sqlmap shows:the SQL query used returns 11 entries
> But only 1 row is displayed
> Now how can i get more than 1 row of the query.
>
> I have updated sqlmap today itself but problem  still persists.
>
> Regards,
> Alea.
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> sqlmap-users mailing list
> sqlmap-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sqlmap-users
>



-- 
Miroslav Stampar (@stamparm)

E-mail: miroslav.stampar (at) gmail.com
PGP Key ID: 0xB5397B1B

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to