This is regarding the bug I reported here:
http://sourceforge.net/mailarchive/forum.php?thread_name=m2k...@ma...&forum_name=sqlmap-users
It turns out that the bug is more general than in the specific case
with CAST as above so consider this as the overruling bug-report.
SqlMap seems to handle subqueries in functions incorrectly.
Ex:
SELECT LENGTH((SELECT name FROM test LIMIT 0,1))
should return the length of 'name' in the first entry in the table
'test', but in SqlMap it returns nothing. It works perfectly in MySQL
console.
Regards,
Ole
|