用户名:密 码:验证码 我要投稿 电脑技巧 信息订阅 高级搜索 网站地图 加入收藏
中国网管站 中国网管站发展目标  
我要学→
当前位置:中国网管站首页>网络安全>web服务器安全专题>文章内容

一个批处理搞定服务器安全之系统文件篇

来源: 作者: 发布时间:2007-08-28  (阅读次数:)  查看更多关于: 批处理 服务器安全 系统 的文章
一个批处理搞定服务器安全之系统危险文件篇,青云原创!

Rem 删除系统危险文件的访问权限,只留管理组成员,青云原创并请高手指教,我的Q号是303657

cscript.exe xcacls.vbs "C:\boot.ini" /G Administrators:F
cscript.exe xcacls.vbs "C:\boot.ini" /D Guests:F /E

cscript.exe xcacls.vbs "C:\AUTOEXEC.BAT" /G Administrators:F
cscript.exe xcacls.vbs "C:\AUTOEXEC.BAT" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/net.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/net.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/net1.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/net1.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/cmd.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/cmd.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/ftp.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/ftp.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/netstat.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/netstat.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/regedit.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/regedit.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/at.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/at.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/attrib.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/attrib.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/format.com" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/format.com" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/logoff.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/logoff.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/shutdown.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/shutdown.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/telnet.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/telnet.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/wscript.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/wscript.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/doskey.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/doskey.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/help.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/help.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/ipconfig.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/ipconfig.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/nbtstat.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/nbtstat.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/print.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/print.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/xcopy.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/xcopy.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/edit.com" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/edit.com" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/regedt32.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/regedt32.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/reg.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/reg.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/register.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/register.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/replace.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/replace.exe" /D Guests:F /E

cscript.exe xcacls.vbs "%SystemRoot%/system32/nwscript.exe" /G Administrators:F
cscript.exe xcacls.vbs "%SystemRoot%/system32/nwscript.exe" /D Guests:F /E
共3页: 上一页 1 [2] [3] 下一页
上一篇:一个批处理搞定服务器安全之系统文件夹篇   下一篇:discuz论坛通过IIS实现页面静态化的方法
[收藏] [推荐] [返回顶部][打印本页] [关闭窗口]  
  相关文章
·一个批处理搞定服务器安全之系统
·一个批处理搞定服务器安全之注册
·怎么全面保障FTP服务器的安全
·电子商务打通ERP与CRM
·网站被黑客入侵后的处理办法?
·识别和防御Web网页木马的绝招
·黑客入侵中学网站 编造“解除发
·服务器必须了解的五个问题
·跨站实现HTTP会话劫持
·PHP环境的安全设置防范PHP木马
·安全伞 反黑新工具
·巧设端口 旁注绕道走
·维护服务器安全的七个技巧
·甲骨文数据库软件恐陷险境
·Web2.0遭遇安全危机 互动存大量
·Windows Server 2008虚拟测试实
·破解WebEasyMail v3.6.2.1 企业
·IE浏览器防黑10种原则
·ASP.NET木马及Webshell安全解决
·保护IIS Web服务器安全
  热点文章
·一个批处理搞定服务器安全之注册
·一个批处理搞定服务器安全之系统
·维护服务器安全的七个技巧
·ASP.NET木马及Webshell安全解决
·IE浏览器防黑10种原则
·Windows Server 2008虚拟测试实
·网站被黑客入侵后的处理办法?
·保护IIS Web服务器安全
·安全伞 反黑新工具
·破解WebEasyMail v3.6.2.1 企业
·如何确保Web服务器的安全?
·怎么全面保障FTP服务器的安全
·电子商务打通ERP与CRM
·服务器必须了解的五个问题
·采用PHP默认安装方式会出现系统
·识别和防御Web网页木马的绝招
·PHP环境的安全设置防范PHP木马
·巧设端口 旁注绕道走
·Web2.0遭遇安全危机 互动存大量
·Web2.0不断向外推展安全问题成隐
Copyright@2007 中国网管站 All Rights Reserved 陕ICP备07501327号
E-mail:qidian512@163.com 电话:13759975857
编辑负责QQ:347795937 251695990 技术交流群:45212068