destoon最新版注入(绕过过滤出任意数据)

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

### 简要描述: 我会告诉你是三次注入么. ### 详细说明: destoon最新版 漏洞文件:/module/club/my_group.inc.php ``` case 'add': if($MG['club_group_limit'] && $limit_used >= $MG['club_group_limit']) dalert(lang($L['info_limit'], array($MG['club_group_limit'], $limit_used)), $MODULE[2]['linkurl'].$DT['file_my'].'?mid='.$mid.'&job='.$job); $need_captcha = $MOD['captcha_group'] == 2 ? $MG['captcha'] : $MOD['captcha_group']; $need_question = $MOD['question_group'] == 2 ? $MG['question'] : $MOD['question_group']; if($submit) { $msg = captcha($captcha, $need_captcha, true); if($msg) dalert($msg); $msg = question($answer, $need_question, true); if($msg) dalert($msg); $post['username'] = $_username; if($do->pass($post)) { $CAT = get_cat($post['catid']); if(!$CAT) dalert(lang($L['group'], array($CAT['catname']))); $post['addtime'] = $post['level'] = $post['fee'] = 0; $post['style'] = $post['template'] = $post['note'] = $post['filepath'] = ''; $need_check = $MOD['check_group'] == 2 ? $MG['check'] : $MOD['check_group'];...

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