Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
PyFuscation — Obfuscate powershell scripts by replacing Function names, Variables and Parameters. | Kitploit
Tools/GitHubGitHub/cbhue/pyfuscation
Payload GenerationScripting & AutomationRed Teaming
GitHubcbhue/pyfuscation

PyFuscation

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

View Repository
5241096 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

PyFuscation

Requires python3

alt text

usage: PyFuscation.py [-h] [-f] [-v] [-p] [--ps SCRIPT]

Optional arguments:

root@kitploit:~
• -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

root@kitploit:~
python3 PyFuscation.py -fvp --ps ./Scripts/Invoke-Mimikatz.ps1
Download Tool