|
若使用Windows Servwe 2003 开设IIS+ASP虚拟主机,为了防止提权,尽量删除(或禁用)WScript.Shell, Shell.application, WScript.Network这三个组件。如何操作呢? , J% r- D- Z' Q' p) D( @
3 t6 M% a5 P. P一、调出CMD5 |4 I8 Q* \: g
Win+R运行,输入CMD,打开命令行菜单。
. I& W& }+ A6 K# V6 k( T* k/ ]6 \二、输入以下命令9 [4 A: V; R0 e: r! C
regsvr32/u C:\Windows\System32\wshom.ocx
/ q7 }$ L. v' [& Udel C:\Windows\System32\wshom.ocx( B8 f$ z5 t+ w& h) d% O
regsvr32/u C:\Windows\system32\shell32.dll4 P3 g0 H' f8 R# v
del C:\Windows\system32\shell32.dll 注意哈:可以不执行del(删除)。
, [0 c6 Q n1 ~" V4 @ |