{"id":25900440,"url":"https://github.com/code-barru/deceiver","last_synced_at":"2026-05-11T11:33:38.133Z","repository":{"id":280209063,"uuid":"940214973","full_name":"Code-Barru/deceiver","owner":"Code-Barru","description":"Quick and dirty shellcode encryptor and obfuscator","archived":false,"fork":false,"pushed_at":"2025-03-02T00:40:41.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T01:27:05.949Z","etag":null,"topics":["encryption","maldev","obfuscation","rust","shellcode"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Code-Barru.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}},"created_at":"2025-02-27T19:54:32.000Z","updated_at":"2025-03-02T00:40:44.000Z","dependencies_parsed_at":"2025-03-02T01:27:09.375Z","dependency_job_id":"6efe0c48-99d8-4d93-970f-b792de6acd74","html_url":"https://github.com/Code-Barru/deceiver","commit_stats":null,"previous_names":["code-barru/deceiver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Barru%2Fdeceiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Barru%2Fdeceiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Barru%2Fdeceiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Barru%2Fdeceiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Barru","download_url":"https://codeload.github.com/Code-Barru/deceiver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596277,"owners_count":19988044,"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":["encryption","maldev","obfuscation","rust","shellcode"],"created_at":"2025-03-03T02:16:53.097Z","updated_at":"2026-05-11T11:33:38.120Z","avatar_url":"https://github.com/Code-Barru.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\n\n\u003e [!note]\n\u003e This project is inspired by [NUL0x4C's HellShell](https://github.com/NUL0x4C/HellShell)\n\nThe goal of the project is to encrypt or obfuscate a payload, then generate a `.rs` file that contains the required functions to decrypt or deobfuscate the payload.\n\nDeceiver takes padding into account, using [pkcs#7](https://en.wikipedia.org/wiki/PKCS_7) padding to adapt to every length of payload.\n\nDeceiver will output the generated `.rs` file to a default `output.rs`.\n\n## Installation\n\nFirst, you need to have git and rust installed.\n\nThen simply clone the project and run it with cargo.\n\n```shell\ngit clone https://github.com/Code-Barru/deceiver.git\ncd deceiver\ncargo run --release -- \u003coptions\u003e\n```\n\nBy using cargo the first run will compile the project and therefore take some time. Subsequent uses will be instant.\n\n## Usage\n\n```shell\nUsage: deceiver [OPTIONS] \u003cSHELLCODE\u003e [KEY]\n\nArguments:\n  \u003cSHELLCODE\u003e  The shellcode to encrypt and obfuscate\n  [KEY]        The key to encrypt the shellcode (path or 32 hexa char)\n\nOptions:\n      --encryption \u003cENCRYPTION\u003e    Encryption method [aes, rc6, xor]\n      --obfuscation \u003cOBFUSCATION\u003e  Obfuscation method [ipv4, ipv6, uuid, mac_addr]\n  -o, --output \u003cOUTPUT\u003e            The output file [default: output.rs]\n  -h, --help                       Print help\n  -V, --version                    Print version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-barru%2Fdeceiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-barru%2Fdeceiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-barru%2Fdeceiver/lists"}