若使用Windows Servwe 2003 开设IIS+ASP虚拟主机,为了防止提权,尽量删除(或禁用)WScript.Shell, Shell.application, WScript.Network这三个组件。如何操作呢?
一、调出CMD
Win+R运行,输入CMD,打开命令行菜单。
二、输入以下命令
regsvr32/u C:/Windows/System32/wshom.ocx
del C:/Windows/System32/wshom.ocx
regsvr32/u C:/Windows/system32/shell32.dll
del C:/Windows/system32/shell32.dll
注意哈:可以不执行del(删除)。
时间: 2024-10-27 05:35:32