https://github.com/CBHue/PyFuscation
Obfuscate powershell scripts by replacing Function names, Variables and Parameters.
https://github.com/CBHue/PyFuscation
Last synced: about 1 year ago
JSON representation
Obfuscate powershell scripts by replacing Function names, Variables and Parameters.
- Host: GitHub
- URL: https://github.com/CBHue/PyFuscation
- Owner: CBHue
- License: bsd-3-clause
- Created: 2019-03-24T02:31:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T05:44:10.000Z (over 3 years ago)
- Last Synced: 2024-11-01T11:35:15.101Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 305 KB
- Stars: 511
- Watchers: 12
- Forks: 106
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-csirt - PyFuscation
README
# PyFuscation
Requires python3

usage: PyFuscation.py [-h] [-f] [-v] [-p] [--ps SCRIPT]
Optional arguments:
• -h, --help show this help message and exit
• -f Obfuscate functions
○ Do this First ... Its probably the most likely to work well
• -v Obfuscate variables
○ If your going to obfuscate variables do the parameters too.
• -p Obfuscate parameters
○ If your going to obfuscate parameters do the variables too.
Required arguments:
--ps Obfuscate script
python3 PyFuscation.py -fvp --ps ./Scripts/Invoke-Mimikatz.ps1