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 RepositoriesCompressed Command Obfuscation

Compress PowerShell commands then obfuscate the compressed output to reduce size while hiding the original logic.

Distinct from Script Obfuscation: Distinct from Script Obfuscation: adds a compression step before obfuscation to reduce payload size.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Compressed Command Obfuscation. Refine with filters or upvote what's useful.

Awesome Compressed Command Obfuscation 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

    Compresses PowerShell commands before obfuscation to reduce size and conceal logic.

    PowerShell
    Voir sur GitHub↗4,201
  1. Home
  2. Operating Systems & Systems Programming
  3. Terminal and Command-Line Environments
  4. Shells & Scripting
  5. PowerShell
  6. Script Obfuscation
  7. Compressed Command Obfuscation