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
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlmap-users