Skip to content

KingKDot/PowerCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerCrypt

The greatest powershell obfuscator ever made.

Quick Start

First Method

Download from github release here

Second Method (Source)

Install visual studio.
Clone project in visual studio or download it as zip and import it.

This project does support AOT building so you can either publish it (which is what the releases does) or build it as you would any other c# project.

How to use after building/downloading

Using this tool is extremely easy. Either just put in the path of the file after double clicking, or put in the path of the file as an argument via the command line.

Features

  • Extremely fast (.5 miliseconds for a 21kb powershell script)
  • Protects exceptionaly well
  • At time of writing it isn't detected statically by a single antivirus
  • Cross platform
  • Supports AOT building
  • Exclusively uses and parses the powershell AST to do proper obfuscation

Before and after output

Before:
before_image After:
after_image

Authors

About

The best powershell obfuscator ever made

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages