Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/secureyourself7/PowerShell_Code_Basic_Obfuscation
- Owner: secureyourself7
- License: mit
- Created: 2019-06-05T15:17:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T15:33:15.000Z (over 5 years ago)
- Last Synced: 2024-08-03T16:09:05.747Z (6 months ago)
- Topics: code, code-obfuscator, obfuscate-code, obfuscation, obfuscation-script, obfuscator, powershell, script
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.