## https://sploitus.com/exploit?id=D8492D78-02C8-5CBB-9260-3A5B383E8460
# CVE-2025-69516 - Tactical RMM Remote Code Execution
This repository contains a Python script that automates the exploitation of the CVE-2025-69516 SSTI vulnerability in Tactical RMM. It has been tested on version 1.3.1.
## Usage
```bash
python xpl.py -d api.tactical.xyz -t SESSION_TOKEN -c "id"
```
## Links
[ https://vulners.com/cve/CVE-2025-69516](https://vulners.com/cve/CVE-2025-69516)
[ https://gist.github.com/NtGabrielGomes/7c424367cc316fd7527f668ff076fece ](https://gist.github.com/NtGabrielGomes/7c424367cc316fd7527f668ff076fece)
## Disclaimer
This script is intended for educational purposes only. The author is not responsible for any misuse or damage caused by this exploit.
Always ensure you have permission before testing or exploiting vulnerabilities!