Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppsec/arbimz
🔥 Arbimz is a python tool created to exploit the vulnerability on Zimbra assigned as CVE-2019-9670.
https://github.com/oppsec/arbimz
2019 cve cve-2019-9670 exploit offsec pentest poc python python3 rce redteam ssrf xxe zimbra
Last synced: 6 days ago
JSON representation
🔥 Arbimz is a python tool created to exploit the vulnerability on Zimbra assigned as CVE-2019-9670.
- Host: GitHub
- URL: https://github.com/oppsec/arbimz
- Owner: oppsec
- License: mit
- Created: 2022-06-28T20:01:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T19:01:26.000Z (over 2 years ago)
- Last Synced: 2023-03-03T22:47:47.231Z (over 1 year ago)
- Topics: 2019, cve, cve-2019-9670, exploit, offsec, pentest, poc, python, python3, rce, redteam, ssrf, xxe, zimbra
- Language: Python
- Homepage: https://www.zimbra.com/
- Size: 375 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🕵️ Arbimz
> 🕵️ XXE in Zimbra Collaboration 8.7.X < 8.7.11p10
___
### 🕵️ What is Arbimz?
🕵️ **Arbimz** is a python tool created to exploit the vulnerability defined as CVE-2019-9670 (XXE in Zimbra Collaboration 8.7.X < 8.7.11p10)
### ⚡ Installing / Getting started
A quick guide of how to install and use Arbimz.
```shell
1. Clone the repository with git clone https://github.com/oppsec/arbimz.git
2. Install the libraries with pip3 install -r requirements.txt
3. Execute Arbimz with: python3 main.py --url https://example.com/
```
### ⚙️ Pre-requisites
- [Python 3](https://www.python.org/downloads/) installed on your machine.
- Install the libraries with `pip3 install -r requirements.txt`
### ✨ Features
- Fast scan & exploiter
- Low RAM and CPU usage
- Auto webshell upload
- Upload error handler
### 🔨 Contributing
A quick guide of how to contribute with the project.
```shell
1. Create a fork from Arbimz repository.
2. Download the project with git clone https://github.com/your/arbimz.git
3. cd arbimz/
4. Make your changes.
5. Commit and make a git push.
6. Open a pull request.
```
### ⚠️ Warning
- The developer is not responsible for any malicious use of this tool.