Skip to content
forked from CBHue/PyFuscation

Obfuscate powershell scripts by replacing Function names, Variables and Parameters.

License

Notifications You must be signed in to change notification settings

wzor/PyFuscation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <SCRIPT> Obfuscate PowerShell script

python3 PyFuscation.py -fvp --ps ./Scripts/Invoke-Mimikatz.ps1 

About

Obfuscate powershell scripts by replacing Function names, Variables and Parameters.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%