用户名:
密 码:
验证码
我要投稿
电脑技巧
信息订阅
高级搜索
网站地图
加入收藏
网管经验指南谈
网管职业生涯规划
成功网管经验技术谈
企业网络管理知识
从普通网管到职业经理
我要学→
网管学电脑
网吧技术员
高级网管
企业网管
服务器实战
网络安全
数据库
站长资讯
电脑技巧
·电脑知识
·电脑技巧
·操作系统
·日常维护
·网管经验谈
网管学电脑
网吧技术员
高级网管
企业网管
服务器实战
网络安全
数据库
站长资讯
电脑技巧
·网吧资讯
·网吧技术
·母盘制作
·服务器搭建/维护
·网吧网络维护
·网吧管理系统
网管学电脑
网吧技术员
高级网管
企业网管
服务器实战
网络安全
数据库
站长资讯
电脑技巧
·路由交换技术
·网吧Linux服务器技术
·网吧安全技术
·网吧方案
网管学电脑
网吧技术员
高级网管
企业网管
服务器实战
网络安全
数据库
站长资讯
电脑技巧
·企业网络组建
·企业网络管理/维护
·企业服务器维护
·企业安全管理
·企业单机维护
网管学电脑
网吧技术员
高级网管
企业网管
服务器实战
网络安全
数据库
站长资讯
电脑技巧
·服务器资讯
·Win2003服务器
·Linux服务器
·FreeBSD服务器
·Unix服务器
网管学电脑
网吧技术员
高级网管
企业网管
服务器实战
网络安全
数据库
站长资讯
电脑技巧
·安全资讯
·网络安全
·防火墙专题
·防病毒专题
·web服务器安全专题
·攻击分析与防御
·漏洞专题
·补丁专题
·病毒专题
·木马专题
·个人pc安全
网管学电脑
网吧技术员
高级网管
企业网管
服务器实战
网络安全
数据库
站长资讯
电脑技巧
·数据库新闻
·数据库安全
·SQL Server
·MYSQL
·Oracle
·Access
网管学电脑
网吧技术员
高级网管
企业网管
服务器实战
网络安全
数据库
站长资讯
电脑技巧
·业界新闻
·网站建设
·网站运营
·联盟资讯
·站长工具
·站长故事
当前位置:
中国网管站首页
>
网络安全
>
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