{"id":17383411,"url":"https://github.com/zerx0r/dvenom","last_synced_at":"2025-02-27T11:31:27.777Z","repository":{"id":184860001,"uuid":"672575651","full_name":"Zerx0r/dvenom","owner":"Zerx0r","description":"🐍 Double Venom (DVenom) is a tool that provides an encryption wrapper and loader for your shellcode.","archived":true,"fork":false,"pushed_at":"2023-09-07T20:19:18.000Z","size":18,"stargazers_count":158,"open_issues_count":1,"forks_count":19,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T10:30:05.858Z","etag":null,"topics":["antivirus-bypass","redteam","redteam-tools","shellcode","shellcode-loader"],"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/Zerx0r.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}},"created_at":"2023-07-30T14:53:18.000Z","updated_at":"2025-02-08T06:31:40.000Z","dependencies_parsed_at":"2024-03-17T04:51:42.567Z","dependency_job_id":null,"html_url":"https://github.com/Zerx0r/dvenom","commit_stats":null,"previous_names":["zerx0r/dvenom"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zerx0r%2Fdvenom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zerx0r%2Fdvenom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zerx0r%2Fdvenom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zerx0r%2Fdvenom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zerx0r","download_url":"https://codeload.github.com/Zerx0r/dvenom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241007412,"owners_count":19893004,"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":["antivirus-bypass","redteam","redteam-tools","shellcode","shellcode-loader"],"created_at":"2024-10-16T07:41:32.254Z","updated_at":"2025-02-27T11:31:27.045Z","avatar_url":"https://github.com/Zerx0r.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐍 Double Venom (DVenom)\n\nDouble Venom (DVenom) is a tool that helps red teamers bypass AVs by providing an encryption wrapper and loader for your\nshellcode.\n\n## 🚀 Features\n\n- 🛡️ Capable of bypassing some well-known antivirus (AVs).\n- 🔒 Offers multiple encryption methods including RC4, AES256, XOR, and ROT.\n- 🏗️ Produces source code in C#, Rust, PowerShell, ASPX, and VBA.\n- 🔄 Employs different shellcode loading techniques: VirtualAlloc, Process Injection, NT Section Injection, Hollow\n  Process Injection.\n\n## 🎓 Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing\npurposes.\n\n### 👀 Prerequisites\n\n- Golang installed.\n- Basic understanding of shellcode operations.\n- Familiarity with C#, Rust, PowerShell, ASPX, or VBA.\n\n### ⬇️ Installation\n\nTo clone and run this application, you'll need Git installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/zerx0r/dvenom\n# Go into the repository\n$ cd dvenom\n# Build the application\n$ go build /cmd/dvenom/\n```\n\n## 🎮 Usage\n\nAfter installation, you can run the tool using the following command:\n\n```bash\n./dvenom -h\n```\n\n### 🎛️ Command Line Arguments:\n\n- -e: Specify the encryption type for the shellcode (Supported types: xor, rot, aes256, rc4).\n- -key: Provide the encryption key.\n- -l: Specify the language (Supported languages: cs, rs, ps1, aspx, vba).\n- -m: Specify the method type (Supported types: valloc, pinject, hollow, ntinject).\n- -procname: Provide the process name to be injected (default is \"explorer\").\n- -scfile: Provide the path to the shellcode file.\n\n### 📚 Example\n\nTo generate c# source code that contains encrypted shellcode.\n\u003e Note that if AES256 has been selected as an encryption method, the Initialization Vector (IV) will be auto-generated.\n\n```bash\n./dvenom -e aes256 -key secretKey -l cs -m ntinject -procname explorer -scfile /home/zerx0r/shellcode.bin \u003e ntinject.cs\n```\n\n## 📋 Limitations\n\n| Language   | Supported Methods                 | Supported Encryption  |\n|------------|-----------------------------------|-----------------------|\n| C#         | valloc, pinject, hollow, ntinject | xor, rot, aes256, rc4 |\n| Rust       | pinject, hollow, ntinject         | xor, rot, rc4         |\n| PowerShell | valloc, pinject                   | xor, rot              |\n| ASPX       | valloc                            | xor, rot              |\n| VBA        | valloc                            | xor, rot              |\n\n## 💼 Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n\n## ⚠️ Disclaimer\n\nDouble Venom (DVenom) is intended for educational and ethical testing purposes only. Using DVenom for attacking targets\nwithout prior mutual consent is illegal. The tool developer and contributor(s) are not responsible for any misuse of\nthis tool.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerx0r%2Fdvenom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerx0r%2Fdvenom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerx0r%2Fdvenom/lists"}