Skip to content

Converts PS1 (Powershell Script) to VBS (VBscript), it still runs in powershell (which opens automatically), but it make execution much easier (allowing you to double click and run, for ease of use). These VBS files can run without the ps1. the ps1 and vbs versions do the same thing, but the vbs version is easier to run (thus the whole point of …

Notifications You must be signed in to change notification settings

phly95/ps1_to_vbs_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Update

This repo is not suitable for production use. While it was an interesting exercise in its time, the technique of embedding the script as an encoded command within the VBS file has become a method of obfuscating malware. This means modern antivirus software will likely flag anything generated with the use of this tool (and perhaps the tool itself), regardless if your script contains malware or not. It is recommended to use other methods to distribute and execute Powershell scripts that comply with proper security practices.

About

Converts PS1 (Powershell Script) to VBS (VBscript), it still runs in powershell (which opens automatically), but it make execution much easier (allowing you to double click and run, for ease of use). These VBS files can run without the ps1. the ps1 and vbs versions do the same thing, but the vbs version is easier to run (thus the whole point of …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published