awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • danielbohannon/invoke-obfuscationAvatar de danielbohannon

    danielbohannon/Invoke-Obfuscation

    4,201Ver en 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
    Ver en GitHub↗4,201
  1. Home
  2. Security & Cryptography
  3. PowerShell Obfuscation Tools

Explorar subetiquetas

  • 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.