[sqlmap-users] sqlmap returns top row of any query.
Brought to you by:
inquisb
From: blueBoy <blu...@gm...> - 2011-08-20 19:35:34
|
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. |