Waraxe IT Security Portal
Login or Register
November 16, 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: 53
Members: 0
Total: 53
Full disclosure
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
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Newbies corner -> exploiting LFI
Post new topicReply to topic View previous topic :: View next topic
exploiting LFI
PostPosted: Sun Jul 06, 2008 3:15 pm Reply with quote
badrh0
Active user
Active user
Joined: Jul 06, 2008
Posts: 32




Hi everybody,
I'm a newbie and I've found a hole but I cannot exploit it,
I was able to include the /etc/passwd file and to display it, of course passwords were not readable, instead it displays a cross x:
Code:

man:x:6:12:man:/var/cache/man:/bin/sh
mail:x:8:8:mail:/var/mail:/bin/sh
www-data:x:99:99:www-data:/var/www:/bin/sh
ocuser:x:43:600:oneclick-user:/:/bin/false
sshd:x:100:65534::/var/run/sshd:/usr/sbin/nologin
mysql:x:111:101:MySQL:/usr/local/mysql:
dummywwwexecuser:x:1000:600:Dummy WWW User:/nonexistent:/bin/false
nobody:x:655:65534:nobody:/nonexistent:/bin/sh
u40301295:x:5302:600::/****/homepages/2/d161589151/htdocs:/usr/bin/rssh
u40319623:x:16453:600::/****/homepages/28/d161851672/htdocs:/usr/bin/rssh
u40326842:x:20960:600:1816:/****/homepages/28/d161956106/htdocs:/usr/bin/rssh
......


Than I go to /etc/shadow but nothing on it, I've tried all the other possibilities that I found on the net but I could not display theme, even hashed !!! I tried /proc/version to see the version:
Code:
Linux version 2.6.16.33-20070131a-areca-filemon-3ware-e1000 (root@doslog) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 SMP Wed Jan 31 02:48:22 CET 2007

So my questions are:
- Can I retrieve any password ?
- Can I browse for example database tables to see admin password ? If yes, what are possibles paths to do it ?
- If there is another possibility ?!!!!
Thanx Rolling Eyes
View user's profile Send private message
PostPosted: Sun Jul 06, 2008 5:01 pm Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




There are many many posibility with LFI.You don't have root perm's to read /etc/shadow.No you can't read tables with LFI.Try to find httpd.conf.Inside you can find full path's to site on this server.And then,well use your imagination.Smile
View user's profile Send private message
PostPosted: Sun Jul 06, 2008 5:29 pm Reply with quote
badrh0
Active user
Active user
Joined: Jul 06, 2008
Posts: 32




hello,
I tried:
Code:
/etc/httpd/conf/httpd.conf

but it doesn't exist
But I know that:
Code:
/etc/apache

exists.
but why I have to know the path of my site ? I can include locale files of the site but there is no forum or something like this on the site so I can upload shells, etc...
But I know neighboring sites that possess forum, perhaps I can use them !!!?
Which re-bring me to my question, which are possible paths to httpd.conf ??? Crying or Very sad
View user's profile Send private message
PostPosted: Sun Jul 06, 2008 7:07 pm Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




First you need to find path's to your neighbour's.If /etc/apache exists try /etc/apache/conf/httpd.conf

Other possible location's

/usr/local/apache/conf/httpd.conf
/usr/local/apache/httpd.conf
/www/apache/conf/httpd.conf
/etc/apache/conf/httpd.conf
/etc/httpd/conf/httpd.conf
....
....
.... etc
View user's profile Send private message
PostPosted: Sun Jul 06, 2008 8:50 pm Reply with quote
badrh0
Active user
Active user
Joined: Jul 06, 2008
Posts: 32




Crying or Very sad I tried all possibilitie found on the net !!!! but ничего !!!!
the only file I could display in the apache/ folder is:
Code:
/etc/apache/conf.d/fastcgi.conf

but:
Code:
/etc/apache/conf.d/httpd.conf

does not exist !!!! nor
Code:
/etc/apache/httpd.conf
View user's profile Send private message
PostPosted: Sun Jul 06, 2008 11:06 pm Reply with quote
badrh0
Active user
Active user
Joined: Jul 06, 2008
Posts: 32




One question please:
If there exist no forum and no other manner to upload shells to the site, must I stop searching or is there any other method ???? and is the httpd.conf folder the only way to hack the site !!! please help me, I have 3 sites waiting to be hacked !
View user's profile Send private message
PostPosted: Mon Jul 07, 2008 4:32 am Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Ето адвайзинг сайт,а не школа хакинга.Через любой софт на других сайтах можно искать путь к заливанию шеллов.httpd.conf навеное там но просто у тебя нету прав почитать его.
View user's profile Send private message
PostPosted: Mon Jul 07, 2008 9:12 am Reply with quote
badrh0
Active user
Active user
Joined: Jul 06, 2008
Posts: 32




Sorry I don't speak Russian !! Embarassed
Laughing
View user's profile Send private message
PostPosted: Mon Jul 07, 2008 4:03 pm Reply with quote
pexli
Valuable expert
Valuable expert
Joined: May 24, 2007
Posts: 665
Location: Bulgaria




Use google Very Happy
View user's profile Send private message
PostPosted: Mon Jul 07, 2008 9:39 pm Reply with quote
badrh0
Active user
Active user
Joined: Jul 06, 2008
Posts: 32




Hi,
Google said:
Code:
Ето advayzing site, rather than school hakinga.Cherez any software on other sites you can find a way to fill the shell. Httpd.conf navenoe there but you do not simply read his rights.

I understood that I must search a neighbor site, OK, but without finding the httpd.conf file how can I include the uploaded shell !!!! I must concentrate on httpd.conf !!!!
Thnx Rolling Eyes
View user's profile Send private message
exploiting LFI
www.waraxe.us Forum Index -> Newbies corner
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.043 Seconds