{"id":27779347,"url":"https://github.com/batcherss/shellconverter","last_synced_at":"2026-04-29T15:40:07.657Z","repository":{"id":286996387,"uuid":"963244759","full_name":"Batcherss/shellconverter","owner":"Batcherss","description":"Simple .exe/.dll converter to shellcode x64 ","archived":false,"fork":false,"pushed_at":"2025-04-28T14:10:14.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T15:27:45.968Z","etag":null,"topics":["aes","aes-encryption","converter","dll","dlltoshell","exe","exetoshell","golang","shell","shellcode","shellconvertion","shellconvertor"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Batcherss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-04-09T11:35:46.000Z","updated_at":"2025-04-28T14:10:17.000Z","dependencies_parsed_at":"2025-04-09T12:21:56.507Z","dependency_job_id":"d8c79ffb-b169-46e8-8a65-0f359a54c27c","html_url":"https://github.com/Batcherss/shellconverter","commit_stats":null,"previous_names":["batcherss/shellconverter"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Batcherss%2Fshellconverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Batcherss%2Fshellconverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Batcherss%2Fshellconverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Batcherss%2Fshellconverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Batcherss","download_url":"https://codeload.github.com/Batcherss/shellconverter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251682223,"owners_count":21626946,"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":["aes","aes-encryption","converter","dll","dlltoshell","exe","exetoshell","golang","shell","shellcode","shellconvertion","shellconvertor"],"created_at":"2025-04-30T09:58:06.182Z","updated_at":"2026-04-29T15:40:07.646Z","avatar_url":"https://github.com/Batcherss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Disclaimer\nThis tool is for educational and research purposes only.\nThe author is not responsible for any misuse or illegal activity.\n\n#  goexectoshell\n[![Go](https://img.shields.io/badge/Go-1.22-blue.svg)](https://golang.org)  \n[![Platform](https://img.shields.io/badge/Platform-Windows-lightgrey)]()  \n[![License](https://img.shields.io/badge/License-MIT-green.svg)]()  \n[![Shellcode](https://img.shields.io/badge/Output-Shellcode%20(.bin)-orange)]()\nA simple and fast `.exe` / `.dll` to raw `.bin` shellcode converter with optional AES encryption and shellcode optimization.\n\n---\n\n##  Features\n\n-  Converts PE files (`.exe` or `.dll`) into shellcode (`.bin`)\n-  Optional AES encryption (CTR mode) using a passphrase\n-  Optional shellcode optimization (removes commas for cleaner output)\n-  Minimal and fast, written in pure Go\n-  Required library \"golang.org/x/crypto/chacha20\"\n---\n\n## Usage\n```\nshellconverter -i \u003cinput_file\u003e -o \u003coutput_file\u003e [-crypt \u003cpassphrase\u003e] [-opt]\n```\nor\n```\ngo run main.go -i \u003cinput_file\u003e -o \u003coutput_file\u003e [-crypt \u003cpassphrase\u003e] [-opt]\n```\n- What it does?:\n  - `-i\tInput file (.exe or .dll)`\n  - `-o\tOutput file (.bin shellcode)`\n  - `-crypt\t(Optional) AES encryption passphrase`\n  - `-opt\t(Optional) Optimizes shellcode (removes commas)`\n\n Example\n```\nshellconverter -i input.exe -o output.bin -crypt=\"mysecurepassword\" -opt\n```\nor\n```\ngo run main.go -i input.exe -o output.bin -crypt=\"mysecurepassword\" -opt\n```\nThe resulting output.bin contains raw shellcode, ready for use in loaders or injection tools.\n\n---\n# Can be installed like tool\n```\ngo install github.com/Batcherss/shellconverter@latest\n```\nAnd use like this\n```\nshellconverter\n```\nAutomaticly added to the path.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatcherss%2Fshellconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbatcherss%2Fshellconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatcherss%2Fshellconverter/lists"}