方维团购getshell和注射

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: 。。。 ### 详细说明: save_avatar.php: ``` $_REQUEST['m']="UcModify"; $_REQUEST['a']="save_avatar"; include ROOT_PATH."app/source/index.php"; //进去看看 ``` app/source/index.php: ``` ....沈略....... $ma = strtolower($_REQUEST['m'].'_'.$_REQUEST['a']); switch($ma){ case 'ucmodify_save_avatar': require ROOT_PATH.'app/source/func/com_user_center_func.php'; require ROOT_PATH."app/source/user_center.php"; //关键代码 break; ....沈略....... ``` app/source/user_center.php: ``` user_enter_init (); //会员菜单初始化 $userid = intval ( $_SESSION ['user_id'] ); $ma = $_REQUEST ['m'] . "_" . strtolower ( $_REQUEST ['a'] ); $ma ( $userid ); exit (); function UcModify_save_avatar($userid) { @header("Expires: 0"); @header("Cache-Control: private, post-check=0, pre-check=0, max-age=0", FALSE); @header("Pragma: no-cache"); //这里传过来会有两种类型,一先一后, big和small, 保存成功后返回一个json字串,客户端会再次post下一个. $type = isset($_GET['type'])?trim($_GET['type']):'small';//这里type我们可以控制 $pic_id = $userid; //$orgin_pic_path = $_GET['photoServer'];...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息