# Discuz 3.4 最新版后台getshell ## 漏洞描述 最新版下载地址:https://gitee.com/Discuz/Discuz ```php 0) && substr($result, 10, 16) == substr(md5(substr($result, 26).$keyb), 0, 16)) { return substr($result, 26); } else { return ''; } } else { return $keyc.str_replace('=', '', base64_encode($result)); } } ?> ``` ![image-20221206155432361](images/image-20221206155432361.png)