awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesLanguage-Specific Command Obfuscation

Configuration of obfuscation techniques tailored to specific programming languages to evade security software.

Distinct from Executable Obfuscators: Distinct from binary obfuscators; targets the obfuscation of command strings and scripts in various languages.

Explore 1 awesome GitHub repository matching security & cryptography · Language-Specific Command Obfuscation. Refine with filters or upvote what's useful.

Awesome Language-Specific Command Obfuscation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • danielbohannon/invoke-obfuscationdanielbohannon 的头像

    danielbohannon/Invoke-Obfuscation

    4,201在 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

    Runs obfuscation operations directly from the command line using compact syntax without interactive mode.

    PowerShell
    在 GitHub 上查看↗4,201
  1. Home
  2. Security & Cryptography
  3. Payload Obfuscation
  4. Executable Obfuscators
  5. Language-Specific Command Obfuscation