输入banner图图片脚本导航/分类

Sqlserver开启xp_cmdshell

Sqlserver开启xp_cmdshell:

EXEC sp_configure ‘show advanced options‘, 1;

 

RECONFIGURE WITH OVERRIDE;

 

EXEC sp_configure ‘Ole Automation Procedures‘, 1;

 

RECONFIGURE WITH OVERRIDE;

 

EXEC sp_configure ‘show advanced options‘, 0;

 

exec master..xp_cmdshell "whoami"

Sqlserver开启xp_cmdshell

标签:option   override   roc   config   ons   bsp   oam   exec   serve