Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

CBHue/PyFuscation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFuscation

Requires python3

alt text

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 script

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages