Written by smallk on 2009, November 25, 5:45 AM
前几天才从A总那里看到。今天就遇到。。立转之。。。
查看诺顿服务的路径
sc qc ccSetMgr
然后设置权限拒绝访问。做绝一点。。
cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d system
cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d "CREATOR OWNER"
cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d administrators
cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d everyone
cacls "C:\Program Files (x86)\Common Files\Symantec Shared" /t /e /d everyone
» 阅读全文
Filed under: 技术相关
0 Comments
0 Trackbacks
258 Views
Written by smallk on 2009, May 5, 2:14 AM
单双网卡都一样设置的 试验证明了!
首先要做的事情还是先确定
1.Remote Registry服务是否开启
2.Windows Firewall/Internet Connection Sharing (ICS) 防火墙服务停掉且禁用
» 阅读全文
Filed under: 技术相关
0 Comments
0 Trackbacks
581 Views
Written by smallk on 2009, May 5, 2:08 AM
平时久不配置有时候需要的时候还得翻一下资料!索性记录一下
Windows 2000和Windows 2003的配置差不多 不是很复杂!和内网VPN配置有些区别就是不用添加NAT
Win 2000的配置:
先确认:Remote Registry Service的服务开启
然后开始配置
» 阅读全文
Filed under: 技术相关
0 Comments
0 Trackbacks
564 Views
Written by smallk on 2009, March 22, 9:24 PM
Microsoft Windows内核GDI EMF/WMF解析远程代码执行漏洞看漏洞信息
#!/usr/bin/perl
#
# Foxit Reader 3.0 (<= Build 1301) PDF Buffer Overflow Exploit
# ------------------------------------------------------------
# Exploit by SkD (skdrat@hotmail.com)
#
# A SEH overflow occurs in this vulnerability in the popular
# Foxit Reader. The latest build (1506) is not affected but
# previous are. SafeSEH is a bitch in this one, but nothing
# is impossible :).
#
# Exploit written for Windows XP SP3.
#
# Credits to CORE Sec.
#
# Note: Author is not responsible for any damage done with this.
» 阅读全文
Filed under: 技术相关
0 Comments
0 Trackbacks
511 Views