{"id":17933579,"url":"https://github.com/uixss/offshell","last_synced_at":"2026-02-06T09:03:45.632Z","repository":{"id":259949650,"uuid":"879890162","full_name":"uixss/OFFSHELL","owner":"uixss","description":"Offensive Powershell obfuscator ","archived":false,"fork":false,"pushed_at":"2024-11-01T20:42:43.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T14:42:54.082Z","etag":null,"topics":["obfuscation","offensive","powershell","red-team"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uixss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-10-28T18:16:31.000Z","updated_at":"2024-11-03T09:32:00.000Z","dependencies_parsed_at":"2025-04-30T07:50:00.193Z","dependency_job_id":"949bdea0-6d0b-42df-876d-4c0d032d0e55","html_url":"https://github.com/uixss/OFFSHELL","commit_stats":null,"previous_names":["uixss/offshell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uixss/OFFSHELL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixss%2FOFFSHELL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixss%2FOFFSHELL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixss%2FOFFSHELL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixss%2FOFFSHELL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uixss","download_url":"https://codeload.github.com/uixss/OFFSHELL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uixss%2FOFFSHELL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267496017,"owners_count":24097097,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["obfuscation","offensive","powershell","red-team"],"created_at":"2024-10-28T21:40:46.506Z","updated_at":"2026-02-06T09:03:45.566Z","avatar_url":"https://github.com/uixss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎫 Coding Services SEND DM 🎫\n\n# OFFSHELL 🔥\n\n**Offensive tool to obfuscate PowerShell payloads**\n\n---\n\n## Features 🌟\n\n- ✅ **All-in-one portable script**\n- 🔒 **Undetectable against AVs**\n- 🛠 **Malleable obfuscation configuration via CLI parameters**\n- 🔀 **Obfuscate variables**\n- 🔧 **Obfuscate functions**\n- ⚙️ **Obfuscate cmdlets**\n- 🧩 **Obfuscate namespace classes**\n- 📝 **Obfuscate comments**\n- 🌐 **Obfuscate IP addresses**\n\n---\n\n## CLI Parameters 🖥\n\n| Argument                  | Description                             |\n|---------------------------|-----------------------------------------|\n| `-f`, `--file`            | Source PowerShell script to obfuscate  |\n| `-o`, `--output`          | Store obfuscated script in a file      |\n| `-a`, `--all`             | Use all obfuscation techniques         |\n| `-s`, `--safe`            | Enable safe obfuscation mode           |\n| `--vars`                  | Enable variable obfuscation            |\n| `--funcs`                 | Enable functions obfuscation           |\n| `--cmdlets`               | Enable cmdlets obfuscation             |\n| `--namespaces`            | Enable namespace classes obfuscation   |\n| `--backticks`             | Enable backticks obfuscation           |\n| `--case`                  | Enable uppercase/lowercase obfuscation |\n| `--pipes`                 | Enable pipes and pipelines obfuscation |\n| `--comments`              | Remove and obfuscate comments          |\n| `--indentation`           | Add random indentation                 |\n| `--ips`                   | Obfuscate IP addresses to hex format   |\n| `-v`, `--verbose`         | Enable verbose output                  |\n\n---\n\n## References 📚\n\n- 🌐 [amsi.fail](https://amsi.fail)\n- 🌐 [AMSITrigger](https://github.com/RythmStick/AMSITrigger)\n- 🌐 [Invoke-Obfuscation](https://github.com/danielbohannon/Invoke-Obfuscation)\n- 🌐 [nishang](https://github.com/samratashok/nishang)\n- 🌐 [BetterXencrypt](https://github.com/GetRektBoy724/BetterXencrypt)\n- 🌐 [Invoke-PSObfuscation](https://github.com/gh0x0st/Invoke-PSObfuscation)\n- 🌐 [Layer-0 Obfuscation](https://github.com/gh0x0st/Invoke-PSObfuscation/blob/main/layer-0-obfuscation.md)\n- 🌐 [Chameleon](https://github.com/klezVirus/chameleon)\n- 🌐 [PyFuscation](https://github.com/CBHue/PyFuscation)\n\n---\n\n🚀 **Use OFFSHELL to stay ahead and stay safe!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuixss%2Foffshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuixss%2Foffshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuixss%2Foffshell/lists"}