Skip to content

Python GUI based tool to easily convert powershell scripts to exe files utilizing C#.

License

Notifications You must be signed in to change notification settings

d1mov/powersharp2exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Easily convert powershell scripts to exe files utilizing C#. Should work on any OS with Python3 and PyQt6 installed. However, I did my tests on Kali Linux 2024.1.

Please note that this project is an early state. As such, you might find bugs, flaws or mulfunctions.

Requirements:

  • Make sure python3 is installed in Linux or Windows
  • PyQt6
  • csc

Requirements can be installed with the provided install.sh script. Follow the guide in the Installation section.

Installation

You can download the latest version of powersharp2exe by cloning the GitHub repository:

git clone https://github.com/d1mov/powersharp2exe

If you would like to run powersharp2exe from anywhere in your system or access it through the Kali applications panel you can install it with the provided install.sh script:

cd powersharp2exe
chmod +x install.sh
./install.sh

Preview

alt text

About

Python GUI based tool to easily convert powershell scripts to exe files utilizing C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published