好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

08CMS小说搜索型注入及修复 - 网站安全 - 自学ph

 

By:xiaoCon

大牛别拍砖,第一次发。

 

以下是引用片段:

//搜索词预处理

$searchword = empty($searchword) ? ] : cutstr(trim($searchword),50,]);

$_da['searchword'] = $searchword;

if($searchword){ HdhCmsTest2cto测试数据

$filterstr .= ($filterstr ? ‘&amp;’ : ]).’searchword=’.rawurlencode(stripslashes($searchword));

}

//预处理搜索模式:标题subject、关键词keywords、内容fulltxt、会员mname

$searchmode = empty($searchmode) ? ‘subject’ : trim($searchmode);

if(!in_array($searchmode,array(‘subject’,'keywords’,'fulltxt’,'mname’))) $searchmode = ‘subject’;

 

if(!$chid){

$nochids = empty($nochids) ? ] : trim($nochids);

if($nochids){//排除的模型

$_da['nochids'] = $nochids;

$filterstr .= ($filterstr ? ‘&amp;’ : ]).]nochids=].$nochids;

$nochids = explode(‘,’,$nochids);

if($nochids) $wherestr .= ] AND a.chid [.multi_str($nochids,1);

}

 

 

 

出现搜索型注入。

 

http://HdhCmsTest2cto测试数据 /search.php?searchmode=subject&searchword=[%]&caid=0&chid=0&ccid4=0&indays=0&orderby=createdate&searchsubmit=1

 

在searchword这出现问题。

 

我最近努力学下python,尽可能以后写exp。。大家担待了。。

修复:过滤搜索页面搜索输入

查看更多关于08CMS小说搜索型注入及修复 - 网站安全 - 自学ph的详细内容...

  阅读:48次