[sqlmap-users] [Bug] Subqueries in functions doesn't work
Brought to you by:
inquisb
From: Ole R. <ol...@gm...> - 2010-05-02 20:17:18
|
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 |