Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/secureyourself7/PowerShell_Code_Basic_Obfuscation

Simple PowerShell Script Code Obfuscator written in Python
https://github.com/secureyourself7/PowerShell_Code_Basic_Obfuscation

code code-obfuscator obfuscate-code obfuscation obfuscation-script obfuscator powershell script

Last synced: 3 months ago
JSON representation

Simple PowerShell Script Code Obfuscator written in Python

Awesome Lists containing this project

README

        

# PowerShell Script Code Obfuscator on Python 3

NOTE: This project should be used for authorized testing or educational purposes only.
You are free to copy, modify and reuse the source code at your own risk.

### Features
- Completely delete all the comments in the input text:
- Type 1 comments: "<# ... #>".
- Type 2 comments: "# ... \n", except for cases when # is surrounded with " or '
- Most cases with escape characters are handled, but more testing is needed.
- Replace the names of variables in input text with random stuff and return the result with a mapping table.