[sqlmap-users] [Bug] SELECT with normal column and function returns no result
Brought to you by:
inquisb
From: Ole R. <ol...@gm...> - 2010-05-03 14:54:24
|
The following works in SqlMap: select name from users The following does NOT work in SqlMap: select NOW(), name from users Both should work as they do in MySql console. Regards, Ole |