awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesPowerShell Obfuscation Tools

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.

Awesome PowerShell Obfuscation Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • danielbohannon/invoke-obfuscationAvatar de danielbohannon

    danielbohannon/Invoke-Obfuscation

    4,201Voir sur GitHub↗

    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.

    PowerShell
    Voir sur GitHub↗4,201
  1. Home
  2. Security & Cryptography
  3. PowerShell Obfuscation Tools

Explorer les sous-tags

  • Version-Specific Obfuscation SimulatorsGenerate obfuscated commands across PowerShell 2.0-5.0 syntax to test detection capabilities of security tools. **Distinct from PowerShell Obfuscation Tools:** Distinct from PowerShell Obfuscation Tools: simulates obfuscation across multiple PowerShell versions to test detection, not just obfuscate.