Re: [sqlmap-users] --sql-query: only single field outputs allowed?
Brought to you by:
inquisb
From: <bu...@gm...> - 2011-01-20 18:15:57
|
On 01/18/2011 11:12 PM, Bernardo Damele A. G. wrote: > Issue closed. Now all technique support --sql-query and --sql-shell > packing/unpacking/retrieval of output. sql-shell> select id from content select id from content [3]: [*] 1 [*] 2 [*] 3 sql-shell> select count(*) from content [INFO] fetching SQL SELECT statement query output: 'select count(*) from content' [WARNING] the SQL query used does not return any output should the later statement work too? (r3050) |