Share
## https://sploitus.com/exploit?id=885F5702-B979-5681-8DFF-4AA9BF1F2F68
# CVE-2023-30459
SmartPTT SCADA 1.1.0.0 allows remote code execution (when the attacker has administrator privileges)
by writing a malicious C# script and executing it on the server
(via server settings in the administrator control panel on port 8101, by default).

How to use:
> python CVE-2023-30459.py -t 127.0.0.1 -p elcomplus -cmd "shutdown /s /t 30"

PoC:
![Image alt](https://github.com/Toxich4/CVE-2023-30459/blob/main/PoC.gif)