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