{"id":13296865,"url":"https://github.com/000pp/arbimz","last_synced_at":"2025-04-24T02:03:30.562Z","repository":{"id":41142341,"uuid":"508438071","full_name":"000pp/arbimz","owner":"000pp","description":"🔥  Arbimz is a python tool created to exploit the vulnerability on Zimbra assigned as CVE-2019-9670.","archived":false,"fork":false,"pushed_at":"2022-07-22T19:01:26.000Z","size":384,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T08:03:22.126Z","etag":null,"topics":["2019","cve","cve-2019-9670","exploit","offsec","pentest","poc","python","python3","rce","redteam","ssrf","xxe","zimbra"],"latest_commit_sha":null,"homepage":"https://www.zimbra.com/","language":"Python","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/000pp.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}},"created_at":"2022-06-28T20:01:11.000Z","updated_at":"2024-08-12T20:24:35.000Z","dependencies_parsed_at":"2022-07-13T19:30:31.326Z","dependency_job_id":null,"html_url":"https://github.com/000pp/arbimz","commit_stats":null,"previous_names":["000pp/arbimz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2Farbimz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2Farbimz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2Farbimz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000pp%2Farbimz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/000pp","download_url":"https://codeload.github.com/000pp/arbimz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249375386,"owners_count":21260168,"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":["2019","cve","cve-2019-9670","exploit","offsec","pentest","poc","python","python3","rce","redteam","ssrf","xxe","zimbra"],"created_at":"2024-07-29T17:21:17.624Z","updated_at":"2025-04-17T20:33:00.955Z","avatar_url":"https://github.com/000pp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵️ Arbimz\n\u003e 🕵️ XXE in Zimbra Collaboration 8.7.X \u003c 8.7.11p10\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./assets/banner.png\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/oppsec/Arbimz?color=purple\u0026logo=github\u0026logoColor=purple\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/oppsec/Arbimz?color=purple\u0026logo=github\u0026logoColor=purple\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/oppsec/Arbimz?color=purple\u0026label=STARS\u0026logo=github\u0026logoColor=purple\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/oppsec/Arbimz?color=purple\u0026logo=github\u0026logoColor=purple\u0026style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/oppsec/Arbimz?color=purple\u0026logo=github\u0026logoColor=purple\u0026style=for-the-badge\"\u003e\n\u003c/p\u003e\n\n___\n\n\u003cbr\u003e\n\n### 🕵️ What is Arbimz?\n🕵️ **Arbimz** is a python tool created to exploit the vulnerability defined as CVE-2019-9670 (XXE in Zimbra Collaboration 8.7.X \u003c 8.7.11p10)\n\n\u003cbr\u003e\n\n### ⚡ Installing / Getting started\n\nA quick guide of how to install and use Arbimz.\n\n```shell\n1. Clone the repository with git clone https://github.com/oppsec/arbimz.git\n2. Install the libraries with pip3 install -r requirements.txt\n3. Execute Arbimz with: python3 main.py --url https://example.com/\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n### ⚙️ Pre-requisites\n- [Python 3](https://www.python.org/downloads/) installed on your machine.\n- Install the libraries with `pip3 install -r requirements.txt`\n\n\u003cbr\u003e\u003cbr\u003e\n\n### ✨ Features\n- Fast scan \u0026 exploiter\n- Low RAM and CPU usage\n- Auto webshell upload\n- Upload error handler\n\n\u003cbr\u003e\u003cbr\u003e\n\n### 🔨 Contributing\n\nA quick guide of how to contribute with the project.\n\n```shell\n1. Create a fork from Arbimz repository.\n2. Download the project with git clone https://github.com/your/arbimz.git\n3. cd arbimz/\n4. Make your changes.\n5. Commit and make a git push.\n6. Open a pull request.\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n### ⚠️ Warning\n- The developer is not responsible for any malicious use of this tool.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000pp%2Farbimz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F000pp%2Farbimz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000pp%2Farbimz/lists"}