明生注:这是一款很受欢迎的商城网,很多大型网站都用这一套商业程序。。。
演示地址: http://ecmall.discuz.net/
respond.php 48行
$pay_code = !empty($_REQUEST['code']) ? trim($_REQUEST['code']) : '';
...
$plugin_file = ROOT_PATH . '/includes/payment/' . $pay_code . '.php';
if (is_file($plugin_file))
{
include_once($plugin_file);
可以通过旁注拿个shell,然后写个main.php到/tmp目录下,然后包含之
原创文章如转载,请注明:转载自心动吧黑客BLOG [ http://www.abcxd.com/abcxd/ ]
本文链接地址:http://www.abcxd.com/abcxd/abcxdArticle/PHPoday/ECMall.html