Skip to content
/ PS12BAT Public

Converts .ps1 files to a standalone .bat files via base64. Won't work, if it includes any banner with ASCII art!

License

Notifications You must be signed in to change notification settings

5Noxi/PS12BAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PS12BAT

Converts .ps1 files to a standalone .bat files via base64. Won't work, if it includes any banner with ASCII art!

Preview: ps12batpre

Discord Server

How it works

Converts a .ps1 file to a .bat by encoding the powershell script in base64 and embedding it in a batch file for execution, using the following command:

powershell -ExecutionPolicy Bypass -Command "iex ([Text.Encoding]::UTF8.GetString([Convert]::FromBase64String('::Base64Payload::')))"

About

Converts .ps1 files to a standalone .bat files via base64. Won't work, if it includes any banner with ASCII art!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published