1 dépôt
Tools specifically designed to obscure PowerShell script logic and evade signature-based detection.
Distinct from PowerShell Policy Bypasses: Distinct from general PowerShell scripting or policy bypasses; focuses specifically on obfuscating the code itself to evade detection.
Explore 1 awesome GitHub repository matching security & cryptography · PowerShell Obfuscation Tools. Refine with filters or upvote what's useful.
Invoke-Obfuscation is a PowerShell-based tool for transforming PowerShell commands and scripts into obfuscated forms to evade signature-based detection. It applies token-level, string-level, and encoding techniques to hide execution logic, and supports compressing commands before obfuscation to reduce size while concealing the original code. The tool distinguishes itself through layered obfuscation that can be applied and reversed one layer at a time, allowing users to restore a script's original form. It offers multiple encoding schemes including ASCII, hex, octal, binary, and XOR, and can h
Transforms PowerShell commands and scripts into obfuscated forms to evade signature-based detection.