{"id":20838307,"url":"https://github.com/joelgmsec/invoke-stealth","last_synced_at":"2025-04-05T07:03:38.006Z","repository":{"id":44450802,"uuid":"357511242","full_name":"JoelGMSec/Invoke-Stealth","owner":"JoelGMSec","description":"Simple \u0026 Powerful PowerShell Script Obfuscator","archived":false,"fork":false,"pushed_at":"2023-04-21T12:49:37.000Z","size":3539,"stargazers_count":555,"open_issues_count":0,"forks_count":81,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-29T06:03:13.301Z","etag":null,"topics":["chimera","obfuscator","powershell","psobfuscation","pyfuscation","xencrypt"],"latest_commit_sha":null,"homepage":"https://darkbyte.net","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoelGMSec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"JoelGMSec","patreon":null,"open_collective":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://buymeacoff.ee/JoelGMSec","https://darkbyte.net/shop"]}},"created_at":"2021-04-13T10:22:05.000Z","updated_at":"2025-03-10T13:33:43.000Z","dependencies_parsed_at":"2024-12-15T21:05:16.454Z","dependency_job_id":"4c1409fc-4f16-416a-afd8-ccb3c07ea47c","html_url":"https://github.com/JoelGMSec/Invoke-Stealth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelGMSec%2FInvoke-Stealth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelGMSec%2FInvoke-Stealth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelGMSec%2FInvoke-Stealth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoelGMSec%2FInvoke-Stealth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoelGMSec","download_url":"https://codeload.github.com/JoelGMSec/Invoke-Stealth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299831,"owners_count":20916190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chimera","obfuscator","powershell","psobfuscation","pyfuscation","xencrypt"],"created_at":"2024-11-18T01:09:53.199Z","updated_at":"2025-04-05T07:03:37.978Z","avatar_url":"https://github.com/JoelGMSec.png","language":"PowerShell","funding_links":["https://github.com/sponsors/JoelGMSec","https://buymeacoff.ee/JoelGMSec","https://darkbyte.net/shop","https://www.buymeacoffee.com/joelgmsec"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=650 alt=\"Invoke-Stealth\" src=\"https://raw.githubusercontent.com/JoelGMSec/Invoke-Stealth/master/Design/Invoke-Stealth.png\"\u003e\u003c/p\u003e\n\n**Invoke-Stealth** is a Simple \u0026 Powerful PowerShell Script Obfuscator.\n\nThis tool helps you to automate the obfuscation process of any script written in PowerShell with different techniques. You can use any of them separately, together or all of them sequentially with ease, from Windows or Linux.\n\n\n# Requirements\n- Powershell 4.0 or higher\n- Python 3*\n\n*Required to use all features\n\n\n# Download\nIt is recommended to clone the complete repository or download the zip file.\nYou can do this by running the following command:\n```\ngit clone https://github.com/JoelGMSec/Invoke-Stealth.git\n```\n\nYou can also download the limited version as follows:\n```\npowershell iwr -useb https://darkbyte.net/invoke-stealth.php -outfile Invoke-Stealth.ps1\n```\n\n\n# Usage\n```\n.\\Invoke-Stealth.ps1 -help\n\nInfo:  This tool helps you to automate the obfuscation process of\n       any script written in PowerShell with different techniques\n\nUsage: .\\Invoke-Stealth.ps1 script.ps1 -technique Chimera\n         - You can use as single or separated by commas -\n\nTechniques:\n       · Chameleon: Substitute strings and concatenate variables\n       · BetterXencrypt: Compresses and encrypts with random iterations\n       · PyFuscation: Obfuscate functions, variables and parameters\n       · ReverseB64: Encode with base64 and reverse it to avoid detections\n       · PSObfuscation: Convert content to bytes and encode with Gzip\n       · All: Sequentially executes all techniques described above\n\nWarning: The output script will exponentially multiply the original size\n         Chameleon \u0026 PyFuscation need Python3 to work properly\n```\n\n### The detailed guide of use can be found at the following link:\n\nhttps://darkbyte.net/ofuscando-scripts-de-powershell-con-invoke-stealth\n\n\n# License\nThis project is licensed under the GNU 3.0 license - see the LICENSE file for more details.\n\n\n# Credits and Acknowledgments\nThis script has been created and designed from scratch by Joel Gámez Molina // @JoelGMSec\n\nSome modules use third-party code, scripts, and tools, particularly:\n\n• **Chameleon** by *klezVirus* --\u003e https://github.com/klezVirus/chameleon\n\n• **BetterXencrypt** by *GetRektBoy724* --\u003e https://github.com/GetRektBoy724/BetterXencrypt\n\n• **PyFuscation** by *CBHue* --\u003e https://github.com/CBHue/PyFuscation\n\n• **PSObfuscation** by *gh0x0st* --\u003e https://github.com/gh0x0st/Invoke-PSObfuscation\n\n\n# Contact\nThis software does not offer any kind of guarantee. Its use is exclusive for educational environments and / or security audits with the corresponding consent of the client. I am not responsible for its misuse or for any possible damage caused by it.\n\nFor more information, you can find me on Twitter as [@JoelGMSec](https://twitter.com/JoelGMSec) and on my blog [darkbyte.net](https://darkbyte.net).\n\n\n# Support\nYou can support my work buying me a coffee:\n\n[\u003cimg width=250 alt=\"buymeacoffe\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-blue.png\"\u003e](https://www.buymeacoffee.com/joelgmsec)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelgmsec%2Finvoke-stealth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoelgmsec%2Finvoke-stealth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelgmsec%2Finvoke-stealth/lists"}