Skip to content

Convert code or commands to base64 in Windows format.

Notifications You must be signed in to change notification settings

Barriuso/b64_windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Base64 as Windows

Encoded file as Windows likes Base64(UTF-16LE). This is designed to encode code or command and then be executed.

$ python b64_windows.py whoami
powershell -enc dwBoAG8AYQBtAGkA

$ cat my_file
whoami

$ python b64_windows.py -f my_file -o my_file_b64

$ cat my_file_b64
powershell -enc dwBoAG8AYQBtAGkA

About

Convert code or commands to base64 in Windows format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages